Rockwell Automation 1775-KA PLC-3 Communication Adapter Module User Manual User Manual
Page 200
Remote Error Codes Received from the
1773-KA Module
Appendix B
BĆ8
Error
Error
Code
Type
Meaning
error will occur if a procedure name is used in
place of a symbolic address in an assignment
statement or if the system symbol referenced in an
assignment doesn't exist.
124
local
Illegal destination in an assignment command. This
does not necessarily mean that an assignment
command was desired because any command line
that doesn't look like anything else is assumed to
be an assignment command. Lines that will
generate this error include:
5 = 4 + 1
6ASDFGHJ
Whereas the line
WERTYUI
will generate an error 140 (unrecognized
command).
125
local
Illegal modifier for the CREATE command. That
is, the command was CREATE/...and the...was
other than LOCAL, GLOBAL, or a legal
abbreviation of one of these.
126
local
The CREATE command was specified, but the
symbol did not begin with an '@'.
127
local
missing in CREATE system symbol address.
129
local
Attempt to delete nonexistent symbol.
140
local
Unrecognized or ambiguous command. (cf. error
124)
142
local
Illegal data following GOTO command.
143
local
Illegal use of label (eg., not in a procedure).
144
local
Label not found.
145
local
Duplicate label. User symbols must be distinct
from labels.
146
local
Too many nested procedures.
147
local
Insufficient privilege for the specified operation.
This error can occur when an attempt is made, via
the assignment command, to write into a major
section of memory in which the 1775-KA module