ingeniamc / ingeniamotion

Motion library for Ingenia servo drives
Other
6 stars 0 forks source link

INGM-411: make new example about position #170

Closed WoodElv closed 5 months ago

WoodElv commented 5 months ago

Example to perform a position ramp

Description

This example move a position motor 3 times with a constant velocity. To do that, the example follows the steps below:

  1. Connect a drive via EtherCAT-CoE.
  2. Select the operation mode in profile position, that is, position mode and trapezoidal profile.
  3. According to this documentation Max. profile acceleration, Max. profile deceleration and Max. profile velocity have to be configured.
  4. Enable the motor.
  5. Run a position ramp 3 times.
  6. Disable the motor.
  7. Disconnect the drive.

Fixes # INGM-411

Type of change

Please add a description and delete options that are not relevant.

Tests

Documentation

Please update the documentation.

Code formatting