Okuma Alarm-B 2296 UGC No program end code
End of program code is read in the conversion process of the user graphic command characters.
Code
1->When converting user graphic command execution statement
2->When skipping user graphic command comment lines
Probable Faulty Locations
An error in the UGC command string in the part program
Program Example:
DEF WORK (UGC WORK)
PS LL, [0, 0], [100, 100], 4
:
END
Measures to Take
Check the UGC program.
In the example program, there is an error in the comment line.
Correct Program:
DEF WORK (UGC WORK)
PS LL, [0, 0] [100, 100], 4
:
END