Click or drag to resize

ModPosExceptionProblemReason Enumeration

The reason for a modify position problem.

Namespace:  ABB.Robotics
Assembly:  ABB.Robotics (in ABB.Robotics.dll) Version: 6.5.129.0
Syntax
C#
public enum ProblemReason
Members
  Member nameValueDescription
IllegalExecutionState0 Operation is illegal in current execution state.
WrongActiveTool1 Wrong active tool.
WrongActiveWorkobject2 Wrong active workobject.
MechanicalUnitNotWithinLimit3 The position of the mechanical unit is not within limits.
ObjectNotModossible4 Object is not modpossible.
IllegalSourcePosition5 The given source position is illegal for the operation.
NoSuchSymbol6 RAPID symbol was not found.
MechanicalUnitDeactivated7 At least one axis is deactivated since last modpos.
NoTCPRobotActive8 No TCP robot activated.
See Also