CNC8070
R
EF
. 0402
E
RROR
SOLUTIONS
Page 97 of 128
Errors 5000-5999
ERRORS 5000-5999
5000 'PLC error: The timer does not exist'
DETECTION PLC timer data reading processes.
CAUSE Request to read a timer that does not exist.
SOLUTION Valid timers: T1 - T256.
5001 'PLC error: The counter does not exist'
DETECTION PLC counter data reading processes.
CAUSE Request to read a counter that does not exist.
SOLUTION Valid counters: C1 - C256.
5002 'CNCRD: unidentified variable'
DETECTION When executing CNCRD instructions.
CAUSE The variable does not exist.
SOLUTION Check the syntax of the variable to be read.
5003 'CNCWR: unidentified variable'
DETECTION When executing CNCWR instructions.
CAUSE The variable does not exist.
SOLUTION Check the syntax of the variable to be written.
5004 'Variable without reading permission for PLC'
DETECTION When executing CNCRD instructions.
CAUSE CNCRD of a variable that has no reading permission for the PLC.
SOLUTION Refer to the manual to check the permissions of the variable.
5005 'Variable without writing permission for PLC'
DETECTION When executing CNCRD instructions.
CAUSE CNCRD of a variable that has no writing permission for the PLC.
SOLUTION Refer to the manual to check the permissions of the variable.
5006 'Variable writing from the PLC out of range'
DETECTION When executing CNCWR instructions.
CAUSE The value to be written is out of range.
SOLUTION Check the syntax of the variable to be written.
5007 'Syntax error when writing the variable from the PLC'
DETECTION When executing CNCWR instructions.
CAUSE The variable does not exist or it does not have writing permission.
SOLUTION Check the syntax of the variable to be written.
5008 'The variable could not be written from the PLC'
DETECTION Of GUP/LUP/LUPACT values from the CNCWR instruction .
CAUSE A request has been received to write unavailable GUP/LUP/LUPACT values.
SOLUTION Check the settings of global and local parameters as well as the PLC program.