Gets the
Rapid class of the controller
Namespace:
ABB.Robotics.Controllers
Assembly:
ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax public Rapid Rapid { get; }
Return Value
Type:
RapidA
Rapid reference that can be used to access the Rapid domain of the controller.
Exceptions Examples This example uses the
Rapid property of the
Controller class to get a
Task instance,
which references task T_ROB1.
Controller c = new Controller();
Task t = c.Rapid.GetTask("T_ROB1");
See Also