Speed actuators

A Speed actuator drives a bidirectional DC motor through an H-bridge. You command a signed percentage from −100% to +100%: the sign sets direction and the magnitude sets speed. 0% brakes/coasts to a stop.

Catalog types that use this control kind:

Type Typical use
DC Motor (H-bridge) Bidirectional DC motor speed
Conveyor / Belt Bidirectional conveyor or belt drive

Both wire up as an H-bridge output (gpio-motor) — e.g. an L298N, TB6612FNG, or DRV8871.

Firmware requirement: H-bridge speed control needs gateway firmware 1.4.0 or newer. Update from Gateways → Update firmware first.

Add one

  1. Devices → Add device → Actuator, pick a type from the Motion family.
  2. Choose the gateway and accept the suggested IN1 / IN2 / EN pins.
  3. Save. The Control panel shows a centered −100…100% slider (left = reverse, right = forward).

Connection fields

Field Meaning Default
in1Pin / in2Pin H-bridge direction inputs from pin recommendation
enPin PWM enable/speed pin from pin recommendation
frequencyHz PWM frequency on the enable pin 1000 Hz
defaultState Safe state to fall back to (0 = stopped) 0

Some H-bridge boards combine direction and speed differently (e.g. PWM on IN1/IN2 directly). The Synacl driver uses IN1/IN2 for direction + EN for PWM speed; wire your board to match, or tie EN high and adjust if your board is the two-PWM type.

Control it

Automate it

Safety

Troubleshooting

See also the actuators overview and Move actuators.