Okuma Alarm-B 2284 SCHEDULE PROGRAM program end
No program end command is designated in the schedule program.
Code
1
Probable Faulty Locations
Schedule program
Program Example:
N010 VSET V1=1 N020 PSELECT LOADER.MIN N030 PSELECT SHAFT.MIN N040 VSET V1=V1+1 N050 IF [V3 LE 10] N020
Measures to Take
Designate the END command at the end of the schedule.
Example:
N010 VSET V1=1 : N050 IF [V3 LE 10] N020 N060 ENDOkuma Alarm-B 2284 SCHEDULE PROGRAM program end