Click or drag to resize

MechanicalUnitType Enumeration

Predefined types of a mechanical unit.

Namespace:  ABB.Robotics.Controllers.MotionDomain
Assembly:  ABB.Robotics (in ABB.Robotics.dll) Version: 6.5.129.0
Syntax
C#
public enum MechanicalUnitType
Members
  Member nameValueDescription
None0Mechanical unit type is not defined
TCPRobot1Mechanical unit is a TCP robot
MultiAxes2Mechanical unit is a multiple axes manipulator
SingleAxis3Mechanical unit is a single unit
See Also