Click or drag to resize

MechanicalUnitDataChangeReason Enumeration

Specifies what has changed in the mechanical unit

Namespace:  ABB.Robotics.Controllers.MotionDomain
Assembly:  ABB.Robotics (in ABB.Robotics.dll) Version: 6.5.129.0
Syntax
C#
public enum MechanicalUnitDataChangeReason
Members
  Member nameValueDescription
ActivationStatus0 Activation status has changed.
Tool1 Change of tool.
WorkObject2 Change of work object.
CoordinatingSystem3 Change of coordinating system.
MotionMode4 Change of motion mode.
UserDefinedIncrementalStepSize5 Value change of user defined incremental step size.
Payload6 Value change payload.
TotalPayload7 Value change payload.
Other8 Some other data has changed.
See Also