Rockwell Automation 1775-KA PLC-3 Communication Adapter Module User Manual User Manual
Page 203

Remote Error Codes Received from the
1773-KA Module
Appendix B
BĆ11
Error
Error
Code
Type
Meaning
207
local
Word range specified in destination address.
208
local
Destination and source addresses disagree in type.
209
local
Not of data highway message type.
210
local
Use of a non-PLC-3 type address in a local address
operand.
211
local
In an assignment command, one of the local files
does not exist, or the word specified is beyond the
end of the file.
213
local
A local file exists, but the action specified refers to
addresses beyond the end of the file. Possible
causes include:
1.In a word assignment statement, the offset is
greater than the file size.
2.In a word range assignment statement, the sum of
the base address and the offset is greater than the
total file size.
3.In a file assignment statement, the destination file
is smaller than the source file. If the source file is
remote, a single packet will be fetched from the
remote station's file.
214
local
Local source and destination files differ in size.
215
local
The value resulting from operations specified on
the left side of an assignment statement will not fit
into the destination specified on the right side.
1.The source is in the H section and the destination
is in the N section, but the number is too large
(i.e., outside the range -32768 to +32767).
2.A word is transferred from a binary section (I, O,
or B section) to the N or C section and the
high-order bit is a 1.
3.The destination is in the D section, but the
number is not a valid BCD bit pattern.
217
local
More than 8 levels specified in file address.
218
local
File size changed between packets of a multi-
packet transaction.
230
local
Reply packet too small.