TROUBLESHOOTING
D SERIES CONTROLLER
TROUBLESHOOTING AND COMPONENT REPLACEMENT
1-170 August 9, 2005
Kaaaw sk
ERROR CODE P0153 Illegal clock value.
Time or date is entered in the wrong format.
Re-enter the values correctly; time—military, date—yy/mm/dd.
_____________________________________________________________________
ERROR CODE P0154 Missing “=”.
The argument is missing the necessary “=”.
Example: “XFER test sub” returns an error.
Ensure command/instruction complies with AS Language syntax and format.
Example: “XFER test=sub” is correct and does not return an error.
_____________________________________________________________________
ERROR CODE P0155 Missing “)”.
The argument is missing the necessary “)”.
Example: “(.a” returns an error.
Ensure command/instruction complies with AS Language syntax and format.
Example: “(.a)” is correct and does not return an error.
_____________________________________________________________________
ERROR CODE P0156 Missing “]”.
The argument is missing the necessary “]”.
Example: “$line[2” returns and error.
Ensure command/instruction complies with AS Language syntax and format.
Example: “$line[2]” is correct and does not return an error.
_____________________________________________________________________
ERROR CODE P0157 Missing “TO”.
The argument is missing the necessary “TO”.
Example: “FOR test = 1 max.test” returns an error.
Ensure command/instruction complies with AS Language syntax and format.
Example: “FOR test = 1 TO max.test” is correct and does not return an error.
_____________________________________________________________________