SynqNetState Enumeration
The SynqNetState enumeration values represent SynqNet network states. These are the different operating modes for SynqNet.
Version History
Introduced in MPX 2.0.
Enumeration Values
|
SynqNetState |
Description |
Discovery |
The initial state before the network is initialized. During this phase, the controller checks the network integrity, determines the network topology, resets the nodes, identifies, initializes, and addresses the nodes. Data packets are sent/received asynchronously. |
Asynq |
The state used for off-line operations, like node binary download. Data packets are sent and received asynchronously. |
Synq |
The normal operating state. Data packets are sent/received synchronously. |
SynqRecovering |
During this state, a network fault condition was detected and the network is being reconfigured to route data packets around the fault. After the reconfiguration is complete and the packet error rate counters have decremented to zero, the SynqNet.State will return to SynqNetStateSynq. |
|
See Also
SynqNet Object
State
|