TROUBLESHOOTING
D SERIES CONTROLLER
TROUBLESHOOTING AND COMPONENT REPLACEMENT
1-164 August 9, 2005
Kaaaw sk
ERROR CODE P0126 Illegal switch name.
Displayed when a system switch is incorrectly identified.
Example: “SWITCH light” there is no system switch named “light”.
Use valid switch names.
_____________________________________________________________________
ERROR CODE P0127 Specified switch name needs full spelling.
System switch name entered does not comply with AS Language syntax.
Example: “SWITCH ERR” returns an error.
Use system switch names in compliance with AS Language syntax.
Example: “SWITCH ERROR” is correct and does not return an error.
_____________________________________________________________________
ERROR CODE P0128 Illegal format specifier.
Occurs when the TYPE or PRINT command is not used with an acceptable format
portion of the instruction.
Example: “PRINT/A” returns an error
Use only specified format instructions with TYPE and PRINT commands.
Example: “PRINT/D” is correct and does not return an error
_____________________________________________________________________
ERROR CODE P0129 Duplicate statement label.
Main causes include:
1. A previously used label is used the second time in the same program.
2. When transferring or copying a program, the same label name is used in the source
and destination programs.
Use label names only once per program.
_____________________________________________________________________
ERROR CODE P0130 Cannot define as array.
A program name is assigned as an array variable.
Example: “EDIT test[1]” returns an error.
Enter program names in compliance with AS Language syntax and format.
Example: “EDIT test1” is correct and does not return an error.
_____________________________________________________________________