set_safety_limits
Set lower and upper position bounds to prevent motor motion from exceeding safe limits. Any move beyond these bounds triggers a fault, stopping the motor.
Instructions
Set safety limits (to prevent motion from exceeding set bounds) [Firmware command "Set safety limits", group: Configuration.] NOTE: Sets firmware position limits; moves beyond them fault the motor. Parameters:
lowerLimit (in degrees): The lower limit in microsteps.
upperLimit (in degrees): The upper limit in microsteps. Returns: success confirmation. motor: an alias number (e.g. 88), a 16-hex-digit unique ID (e.g. "0123456789ABCDEF"), or "all" to broadcast to every motor on the bus (broadcasts get no responses back).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| motor | Yes | ||
| lowerLimit | Yes | ||
| upperLimit | Yes |