Click or drag to resize

MotionSystem Methods

The MotionSystem type exposes the following members.

Methods
  NameDescription
Public methodDispose
Disposes the managed resources of the instance.
(Overrides SDKDisposeBaseDispose.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodCode exampleGetActiveMechanicalUnit
Gets the active mechanical unit.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodCode exampleGetMechanicalUnits
Gets all mechanical units defined in the robot controller.
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodJoggingStart
Sends a start jogging request to the robot controller.
Public methodJoggingStop
Sends a stop jogging request to the robot controller.
Public methodSetJoggingCmd
Sets the jogging command that will be executed when the jogging starts with JoggingStart.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also