Installation manual
CNC 8055
CNC 8055i
CONFIGURABLE WORK MODE
16.
SOFT: V02.2X
·625·
Error log file (P999500)
16.11 Error log file (P999500)
There is a configuration file for each screen. P999001 corresponds to screen 001, P999002 to 002
and so on up to P999200 that corresponds to screen 200.
The CNC checks these programs when accessing each screen for the first time. When detecting
an error, it displays a message window.
In all of them, if the error has been detected in a section defined after the DEBUG instruction, they
generate, in program P999500, several lines indicating the detected error or errors.
The error log file (P999500) contains all the errors detected since the CNC was turned on. When
the CNC is turned off, this error log file (P999500) is deleted.
Examples of detected errors:
Error due to a nonexistent variable. It must be FLWEX.
;(AUTOREFRESH W2=FLWEXX)
; Syntax error ...
; Unknown CNC variable name.
; Error on line: 12.
; Error on character: LF.
Error caused for referring to a nonexistent graphic element (W33).
;(AUTOREFRESH W33=PLCR124)
; Warning ...
; Programmed Widget does not exist.
; Warning in line: 15.
After modifying the configuration file, reset the CNC to debug it again when accessing its associated
screen.