Click or drag to resize

MotionSystemActiveMechanicalUnit Property

Gets or sets the active mechanical unit name.

Namespace:  ABB.Robotics.Controllers.MotionDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public string ActiveMechanicalUnit { get; set; }

Property Value

Type: String
A string representing the name of the active mechanical unit .
Exceptions
ExceptionCondition
ResourceHeldExceptionWe are unable to take mastership.
Examples
Controller c = new Controller();
MotionSystem motion = c.MotionSystem;
motion.ActiveMechanicalUnit ="Rob_1";
See Also