ControllerMotionSystem Property |
Namespace:
ABB.Robotics.Controllers
Assembly:
ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax public MotionSystem MotionSystem { get; }
Return Value
Type:
MotionSystem A
MotionSystem reference that can be used to access objects in the MotionSystem domain in the controller.
Exceptions Examples This example uses the
MotionSystem property of the
Controller class to get the active
MechanicalUnit.
Controller c = new Controller();
MechanicalUnit activeMech = c.MotionSystem.GetActiveMechanicalUnit();
See Also