Chapter 3 - page 11
MCO-TCO work mode
3.3.4 ERROR LOG FILE (P999500)
There is a configuration file for each cycle. P999001 for cycle 001, P999002 for cycle 002 and so
on up to P999200 which is for cycle 200.
The CNC checks these programs the first time they are accessed. If it detects an error, it displays a
message window.
In all of them, if the error has been detected in an area defined after the DEBUG instruction, program
P999500 will log several lines indicating the errors detected.
The error log file (P999500) contains all the errors detected from when the CNC was turned on. When
turning the CNC off, this error log program (P999500) is deleted.
Examples of detected errors:
Error generated by an inexistent variable. It must be FLWEX
;(AUTOREFRESH W2=FLWEXX)
;
Syntax error ...
;
Unknown CNC variable name
;
Error on line: 12
;
Error on character:
L
F
Error generated for referring to an inexistent graphic element (W33).
;(AUTOREFRESH W33=PLCR124)
;
Warning ...
;
Programmed Widget does not exist.
;
Warning on line: 15
Warning
After modifying the configuration file, reset the CNC so it can check it again.