MotionSystem Class |
Namespace: ABB.Robotics.Controllers.MotionDomain
public sealed class MotionSystem : SDKBase
The MotionSystem type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | ActiveMechanicalUnit |
Gets or sets the active mechanical unit name.
|
![]() | ControllerType |
Gets the ControllerType.
(Inherited from SDKBase.) |
![]() ![]() | IncrementalMode |
Gets or sets the incremental jogging mode.
|
Name | Description | |
---|---|---|
![]() | Dispose |
Disposes the managed resources of the instance.
(Overrides SDKDisposeBaseDispose.) |
![]() | Equals | (Inherited from Object.) |
![]() ![]() | GetActiveMechanicalUnit |
Gets the active mechanical unit.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() ![]() | GetMechanicalUnits |
Gets all mechanical units defined in the robot controller.
|
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | JoggingStart |
Sends a start jogging request to the robot controller.
|
![]() | JoggingStop |
Sends a stop jogging request to the robot controller.
|
![]() | SetJoggingCmd |
Sets the jogging command that will be executed when the jogging starts with JoggingStart.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | ActiveMechanicalUnitChanged |
This event is raised at a change of the active mechanical unit.
|
![]() ![]() | IncrementalModeChanged |
This event is raised when the incremental mode is changed.
|
Controller c = new Controller();
MotionSystem motion = c.MotionSystem;