IAC Communication Status in receiving end fluctuating between 16#C0 and 16#100C0
Answers
You can find a table of the extended Status Codes in the Control Builder Help under Communication Variables:
Status Code
Description
16#10000
The values are not communicated in time, but no timeout has occurred. This status appears only for communication between controllers, and not for communication within the same controller.
16#20000
The values are not communicated in time, and a timeout has occurred. This status appears only for the communication between controllers, and not for the communication within the same controller.
16#30000
The IP address has not been resolved for the communication variable.
16#40000
The type does not match the type of the corresponding out variable. This status appears both for internal and external communication.
16#50000
The corresponding out variable is declared, but not downloaded yet.
16#60000
The protocol handler is not configured.
16#70000
The task is halted (or task is aborted due to overrun). This results in ISP handling on the client side.
16#80000
General error code.
Add new comment