Click or drag to resize

ModPosExternalAxis Enumeration

Specifies whether to check if external axis is active before modifying the position.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public enum ModPosExternalAxis
Members
  Member nameValueDescription
Always0Indicates that external axis shall always be included
IfActive1Indicates that external axis shall be included if active.
See Also