CAN Output |
Top Previous |
The Traction Control can output CAN packets for datalogging or other use. This is available from the CANL and CANH pins on the connector.
Format: 11 bit, 500 kbps, big-endian Speed: 100 Hz, cycling through the packets
Note 1 (wheel speeds) Wheel speed conversion = speed (kph) * 10, lsb=0.1 kph, offset = 0 eg 0x0B 0x6F = 29.27 kph
Note 2 (target slip, over slip smoothed) percentage * 100, lsb=0.01%, offset 0 eg 0x02 0x58 = 6.00 %
Note 3 (over slip) percentage * 100, lsb=0.01%, offset 10000 eg 0x27 0x10 = 0%, 0x26 0xAA = -1.02%, 0x29 0x02 = 4.98%
Note 4 (flags) bit 0 = error bit 1 = traction control active bits 2-7 unused |