decode_frame
Decode a raw CAN frame by providing its ID and hex data to extract the component signals defined for that identifier.
Instructions
Decode a raw CAN frame against all known signal definitions for that CAN ID.
Args: can_id: CAN message ID. data_hex: Frame payload as a hex string, e.g. '0A1B2C3D4E5F6789'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| can_id | Yes | ||
| data_hex | Yes |