ping
Verify device connectivity by sending a data payload and receiving the identical response.
Instructions
Send a payload containing any data and the device will respond with the same data back [Firmware command "Ping", group: Device Management.] Parameters:
pingData: Any binary data payload to send to the device. Returns:
responsePayload: The same data that was sent to the device will be returned if all went well. 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 | ||
| pingData | Yes |