Error description 160-031F
Error message
"BREAK" outside of a loop
Cause of error
迴圈編寫不正確。迴圈以“FOR”或“WHILE”開始,以“END FOR”或“END WHILE”結束。“CONTINUE”或“BREAK”只能在迴圈內使用。
Error correction
編輯 NC 程式。
Error message
"BREAK" outside of a loop
Cause of error
迴圈編寫不正確。迴圈以“FOR”或“WHILE”開始,以“END FOR”或“END WHILE”結束。“CONTINUE”或“BREAK”只能在迴圈內使用。
Error correction
編輯 NC 程式。