To date, STRAIDE applications can control 2 different parameters of the actuators.
The speed for each motor can be defined as an unsigned integer value. It refers to the number of steps per second, which the stepper motor actuates the elements. A single step size can be calculated as
The real world speed can therefor be calculated like
Speed | RealSpeed |
---|---|
100 | |
1000 | |
4000 |
The speed value can be picked in between
! Acceleration NOT yet implemented in Simulator !
The acceleration is also defined as an unsigned integer value. It refers to the speed increase in steps per square second. Generally an acceleration above 1000 should be picked.
More information can be found in the chart. Currently, the elements weight approximately 200g.