Class ConnectionType
Defines the controller connection and authentication management.
Inheritance
System.Object
ConnectionType
Namespace: ABB.Robotics.Controllers
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class ConnectionType
Fields
RobotStudio
The connection and authentication to the controller is managed by RobotStudio. RobotStudio.exe must be the host of this application and RobotStudio must already be connected to the controller. Controllers can be added to RobotStudio with the RobotStudio SDK method ABB.Robotics.RobotStudio.Controllers.ControllerManager.ControllerReferences.Add"
Declaration
public static readonly ConnectionType RobotStudio
Field Value
Type | Description |
---|---|
ConnectionType |
Standalone
The connection and authentication to the controller is independent and managed by this application.
Declaration
public static readonly ConnectionType Standalone
Field Value
Type | Description |
---|---|
ConnectionType |