CTI 2572-B / 2500C-2572-B Installation and Operation Manual 79
The protocol manager received a command
number that is not valid.
Ensure that Offset 1 in the Command block
contains a valid Command Code.
Check that the Command Slot points to the
correct V memory Address for the Command
Block.
Make sure that you have started the correct
protocol manager and that you are using the
correct connection number.
The protocol manager received a new
command prior to completing the previous
You can cause this error by using two
command slots to send concurrent
commands to the same connection number.
INVALID CONNECTION NUMBER
The command block contained an invalid
connection number.
Change the connection number in the
command block to a valid number. See the
documentation on the specific command
The PLC logic attempted to start another
copy of the server on the same physical port.
If the error occurs while processing the Start
Network Services Command, the Network
Server was already started. Only one copy of
the server is required to service multiple
This is caused by a PLC logic error. It usually
occurs when you are triggering the command
more than once.
It also may occur when you AutoStart the
network server and also try to start the
network server from PLC logic.
CAMP Server Error Codes
The following error codes can be returned by the CAMP server to the client.
Server detected a checksum
error
This usually results from a transmission error. Retry request. If the
error persists, it could result from a client checksum generation
unsupported or invalid
The command is not supported by the server or is not valid for a
request. Correct the client request.
Invalid character received
The protocol accepts only characters 0-9, A-F,”?”,”[“ and “]”
Correct the client request.
Odd number of characters In
packet
The protocol requires that the message contain an even number
of characters
Correct the client request
Write request contains no
data to write
A message requesting to write data contained no data
Correct the client request.