Table of Contents

EthercatSlaveState

Namespace
ZCore

This enumeration is used to represent a distinct state that can be set for an ethercat-slave device. Note that this enumeration is used in RequestAsync as a setter. However, the enumeration EthercatSlaveStateFlags is used for the getter EthercatSlaveStateFlags.

Fields

Undefined = 16#00
Init = 16#0001
PreOp = 16#0002
Bootstrap = 16#0003
SafeOp = 16#0004
Op = 16#0008