Error description 160-031B

Error message

End of a loop (FOR or WHILE) faulty: the beginning is missing

Cause of error

迴圈編寫不正確。迴圈以“FOR”或“WHILE”開始,以“END FOR”或“END WHILE”結束。“CONTINUE”或“BREAK”只能在迴圈內使用。

Error correction

編輯 NC 程式。