EthercatMasterStateFlags
- Namespace
- ZCore
This enumeration holds all possible bits of the device state devState that is available cyclically for every
ethercat-master device via its diagnostic inputs. The later can be enabled in the master-settings dialog by enabling
InfoData. The information can be retrieved by using the EthercatStateFlags method.
Note that this data is the collective diagnosis information for all ethercat-slave devices in the configured fieldbus.
The individual information for a specific slave can be retrieved by utilizing an Ethercat-slave object,
e.g. EthercatSlaveStateFlags.
Fields
LinkErrorDetected=16#0001IoLockedAfterLinkError=16#0002LinkErrorRedundancyAdapter=16#0004MissingOneFrameRedundancyMode=16#0008OutOfSendResources=16#0010WatchdogTriggered=16#0020EthernetDriverNotFound=16#0040IoResetActive=16#0080AtLeastOneDeviceInInitState=16#0100AtLeastOneDeviceInPreopState=16#0200AtLeastOneDeviceInSafeopState=16#0400AtLeastOneDeviceInErrorState=16#0800DcNotInSync=16#1000