Class AxisCommandMode

Class Documentation

class AxisCommandMode

This enumerator class enumerates the cyclic command modes of axes.

Public Types

enum T

Values:

enumerator Position

The axis is in position mode and updates the position command every communication cycle.

enumerator Velocity

The axis is in velocity mode and updates the velocity command every communication cycle.

enumerator Torque

The axis is in torque mode and updates the torque command every communication cycle.