C185 CAN Transmit Message Setup
Posted: Thu Aug 03, 2023 10:26 am
Hello. I have a C185 Dash and am trying to set up a CAN communication to trigger an accelerometer to zero itself with a button press.
The accelerometer is set up on Base ID 0x470 and 0x471. The following is listed on the accelerometer datasheet for zeroing the sensor, but I'm not sure whether these need to be added as single or compound messages.
Message Structure (ID 0x010):
Byte 0 = 0x69 // i
Byte 1 = 0x6d // m
Byte 2 = 0x75 // u
Byte 3 = 0x71 // z
Byte 4 - 0x65 // e
Byte 5 = 0x72 // r
Byte 6 = 0x6f // o
Byte 7 = 0x7a // z
I have set up a transmit message parameter with the Base ID 010 and Trigger "CAN Tx Trigger," with each byte and provided ID set up as a compound message identifier all with a FFFF ID Mask. The reference channel will be set up for the button used to zero the sensor. Am I going about this the correct way? Thanks!
The accelerometer is set up on Base ID 0x470 and 0x471. The following is listed on the accelerometer datasheet for zeroing the sensor, but I'm not sure whether these need to be added as single or compound messages.
Message Structure (ID 0x010):
Byte 0 = 0x69 // i
Byte 1 = 0x6d // m
Byte 2 = 0x75 // u
Byte 3 = 0x71 // z
Byte 4 - 0x65 // e
Byte 5 = 0x72 // r
Byte 6 = 0x6f // o
Byte 7 = 0x7a // z
I have set up a transmit message parameter with the Base ID 010 and Trigger "CAN Tx Trigger," with each byte and provided ID set up as a compound message identifier all with a FFFF ID Mask. The reference channel will be set up for the button used to zero the sensor. Am I going about this the correct way? Thanks!