TYPE AdapterState :
Possible states of a RemoteAdapter (device under scanner).
InOut:
Name |
Initial |
Comment |
0 |
Disabled in device tree. |
|
State after download going on with IP_CONFIG after setting values to default. |
||
Setting IP address and port. BUS_ERROR if IP address not valid. Going on with ENCAPSULATION_CONFIG if ok. |
||
Opens the TCP port to the client and if ther is no error go on LIST_SERVICES, else BUS_ERROR. |
||
Empty state going on with REGISTER_SESSION. |
||
Register Session message is send and response is evaluated. If error BUS_ERROR, else PARAMETER_CONFIG. |
||
UserParameters are going to be sent. If error accrued, a logmessage is generated and no matter what the next state is AdapterState.CONFIGURED. |
||
Forward Open is processed here going on with RUNNING if success and join multicast address if necessary, else retrying Forward Open in this state. |
||
Checking UDP and TCP connections and timeouts while receiving and sending IOs. |
||
Unused. Run idel header is used in state RUNNING. |
||
Performing a reset triggered on the input of the RemoteAdapter. |
||
Reset service of CIP is triggered over the network. |
||
if AUTO_RESET in the configurator is enabled and the connection is lost, this states is getting active and checks, if the adapter is avaiable. CONFIGURED is the next state, if the adapter is available again. |
||
If connection is lost and AUTO_RESET is disabled in the configurator or problems with sockets occurred, this state gets active. |
||
Downloaded parameter are inconsistent or no memory or connection problems |