Error description 160-031D
Error message
"END WHILE" not found
Cause of error
A loop was programmed incorrectly. A loop begins with "FOR" or "WHILE" and ends with "END FOR" or "END WHILE". "CONTINUE" or "BREAK" may be used only within a loop.
Error correction
Edit the NC program.