set_maximum_acceleration
Sets the maximum acceleration for a servomotor to control speed changes and prevent abrupt motion. Provide the motor and acceleration value.
Instructions
Sets max acceleration [Firmware command "Set maximum acceleration", group: Configuration.] Parameters:
maximumAcceleration (in degrees_per_second_squared): The maximum acceleration. 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 | ||
| maximumAcceleration | Yes |