get_hall_sensor_statistics
Retrieve hall sensor statistics for a motor to assess sensor health and noise, including minimum, maximum, sum, and measurement count since the last reset.
Instructions
Read back the statistics gathered from the hall sensors. Useful for checking the hall sensor health and noise in the system. [Firmware command "Get hall sensor statistics", group: Status & Monitoring.] Returns:
maxHall1: The maximum value of hall sensor 1 encoutered since the last statistics reset.
maxHall2: The maximum value of hall sensor 2 encoutered since the last statistics reset.
maxHall3: The maximum value of hall sensor 3 encoutered since the last statistics reset.
minHall1: The minimum value of hall sensor 1 encoutered since the last statistics reset.
minHall2: The minimum value of hall sensor 2 encoutered since the last statistics reset.
minHall3: The minimum value of hall sensor 3 encoutered since the last statistics reset.
sumHall1: The sum of hall sensor 1 values collected since the last statistics reset.
sumHall2: The sum of hall sensor 2 values collected since the last statistics reset.
sumHall3: The sum of hall sensor 3 values collected since the last statistics reset.
measurementCount: The number of times the hall sensors were measured since the last statistics reset. 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 |