Get Values

The Get Values command is used to request a standard set of telemetry from the controller.

[reveal1 title=”Web App”]

[/reveal1]

[reveal1 title=”UART Interface”]

This command follows the standard VESC packet format.

Command Structure

ByteDatatypeValueDescription
0uint80x02Packet start byte
1uint80x01Packet length
2uint80x04Packet ID [COMM_GET_VALUES]
3uint16value hereCRC16 of data section
5uint80x03Stop byte

Command Example

Start ByteLengthPIDCRC16End Byte
0x020x010x040xF7290x03

Command Response

The controller responds with the Standard Values packet.

[/reveal1]

[reveal1 title=”CAN Interface”]

[/reveal1]