Click or drag to resize

UpdateFlags Enumeration

A bit set of updates from the controller.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes.Motion
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
[FlagsAttribute]
public enum UpdateFlags
Members
  Member nameValueDescription
None0 No updates.
Service1 A CIP class 3 service was called.
ControlMode2 The ControlMode changed.
FeedbackMode4 The FeedbackMode changed.
PositionDInt8 The position was updated.
PositionFloat16 The position was updated.
Velocity32 The velocity updated.
Acceleration64 The acceleration was updated.
Torque128 The torque was updated.
See Also