Click or drag to resize

Controller Constructor (String)

Initializes a new instance of the Controller class connected to a specific Robot Controller.

Namespace:  ABB.Robotics.Controllers
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public Controller(
	string controllerID
)

Parameters

controllerID
Type: SystemString
The ID of the controller this class will connect.
Exceptions
ExceptionCondition
GeneralExceptionA General Exception has occurred.
Remarks
Not supported by the FlexPendant.
See Also