Move actuators

A Move actuator performs a relative motion: step N units forward or reverse. Unlike a position actuator it has no absolute angle — each command is a one-shot move from wherever it currently is.

Catalog types that use this control kind:

Type Typical use
Stepper Motor Step a motor a number of units in a direction
Linear Stage / Slider Stepper-driven linear slider (camera rig, CNC axis)

Both wire up as a stepper output (gpio-stepper) via a step/direction driver (A4988, DRV8825, TMC2208, …).

Add one

  1. Devices → Add device → Actuator, pick a type from the Motion family.
  2. Choose the gateway and accept the suggested STEP / DIR pins.
  3. Save. The Control panel shows a units field + Reverse / Forward buttons.

Connection fields

Field Meaning Default
stepPin / dirPin Driver STEP and DIR pins from pin recommendation
stepsPerUnit Driver steps per "unit" you command 1
maxSpeedUs / minSpeedUs Fastest / slowest step interval (µs) during the ramp 800 / 2500
rampSteps Steps spent accelerating and decelerating 200

stepsPerUnit is your gearing. Set it so "1 unit" means something physical — e.g. with a 200-step motor at 1/16 microstepping driving a 8 mm-pitch leadscrew, set stepsPerUnit so one unit = 1 mm. Then "move 50 forward" travels 50 mm.

Control it

Automate it

Safety

Troubleshooting

See also the actuators overview and Position actuators.