Enum EcDeviceState
EtherCAT state of a slave. The status can adopt one of the following values:
public enum EcDeviceState : ushort
Fields
BootStrap = 3Bootstrap state
Disabled = 128Slave is disabled.
Error = 16State machine error in the EtherCAT slave.
Init = 1Init state
InitCmdError = 64Error during sending of initialization commands.
InvalidVprs = 32Invalid vendor ID, product code, revision number or serial number.
Op = 8Operational state
PreOp = 2Pre-operational state
SafeOp = 4Safe-operational state