Use position setpoint for Cyclic Synchronous Velocity control
less than a minute
Per default the Motorcortex Store Examples: Machine
and Robot
are configured for Cyclic synchronous position control
.
Reconfigure the default example to Cyclic Synchronous Torque control (CST)
:
-
Configure the
driveOpMode
toCST
, Checkout: How to Change the driveOpMode? -
For
CST
, linking of./motorPositionTarget
and./motorPositionActual
is required. Checkout: ECAT-Tool.ECAT Example:
-
For
CST
, linking of./motorVelocityTarget
and./motorVelocityActual
is required. Checkout: ECAT-Tool.ECAT Example:
-
For
CST
, linking of./motorVelocityTarget
and./motorVelocityActual
is required. Checkout: ECAT-Tool.ECAT Example:
-
Configure the Position Transformation.
-
Configure the Velocity Transformation.
-
Configure the Torque Transformation.
-
Configure and tune the
Position Controller
until you are satisfied with thecontrolError
. Checkout: How to configure/tune Position Controller? -
Now your application is configured for
CST
.