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 Velocity control (CSV):
-
Configure the
driveOpModetoCSV, Checkout: How to Change the driveOpMode? -
For
CSV, linking of./motorPositionTargetand./motorPositionActualis required. Checkout: ECAT-Tool.ECAT Example:
-
For
CSV, linking of./motorVelocityTargetand./motorVelocityActualis required. Checkout: ECAT-Tool.ECAT Example:
-
Configure the Position Transformation.
-
Configure the Velocity Transformation.
-
Configure and tune the
Position Controlleruntil you are satisfied with thecontrolError. Checkout: How to configure/tune Position Controller? -
Now your application is configured for
CSV.