Help understanding CAN dump
Posted: Thu Oct 05, 2017 12:43 am
Hi all,
I've just started to try and reverse engineer my CAN data to map it. I'm connecting to a Magneti Marelli Marvel 6R.
I have reached out to Magneti to get the CAN protocols, but I'm not too optimistic about getting the right help from them.
I managed to connect the RC pro mk3 and copy paste the Lua script to trace the CAN data.
This is where I need a little help. I was expecting to see a list of many IDs but instead I only have 3 unique IDs, one that seems to iterate about 8 times. Is this a bit format?
I've been experimenting to see if car inputs move certain data points, but the updating of Lua script window makes it real hard to follow. Figured I'd put the question out here while I keep playing with it.
If anyone can point me in the right direction I'd really appreciate it.
Here is a sample of the dump: ( ID 128 repeats a bunch of times for the batch of ID 1298 and 1299, then keeps repeating this way )
[128.0]: 1.0, 8.0,
[128.0]: 1.0, 8.0,
[128.0]: 1.0, 8.0,
[128.0]: 1.0, 8.0,
[1298.0]: 2.0, 1.0, 0.0, 0.0, 0.0, 0.0, 255.0, 255.0,
[1299.0]: 27.0, 1.0, 0.0, 0.0, 2.0, 177.0, 8.0, 0.0,
[1299.0]: 27.0, 2.0, 0.0, 0.0, 4.0, 0.0, 44.0, 45.0,
[1299.0]: 27.0, 3.0, 0.0, 36.0, 19.0, 117.0, 44.0, 3.0,
[1299.0]: 27.0, 4.0, 0.0, 59.0, 3.0, 236.0, 3.0, 96.0,
[1299.0]: 27.0, 5.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0,
[1299.0]: 27.0, 6.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
[1299.0]: 27.0, 7.0, 65.0, 12.0, 0.0, 0.0, 5.0, 132.0,
[1299.0]: 27.0, 8.0, 15.0, 255.0, 1.0, 194.0, 0.0, 0.0,
[128.0]: 1.0, 8.0,
[128.0]: 1.0, 8.0,
[128.0]: 1.0, 8.0,
thanks,
Dennis
I've just started to try and reverse engineer my CAN data to map it. I'm connecting to a Magneti Marelli Marvel 6R.
I have reached out to Magneti to get the CAN protocols, but I'm not too optimistic about getting the right help from them.
I managed to connect the RC pro mk3 and copy paste the Lua script to trace the CAN data.
This is where I need a little help. I was expecting to see a list of many IDs but instead I only have 3 unique IDs, one that seems to iterate about 8 times. Is this a bit format?
I've been experimenting to see if car inputs move certain data points, but the updating of Lua script window makes it real hard to follow. Figured I'd put the question out here while I keep playing with it.
If anyone can point me in the right direction I'd really appreciate it.
Here is a sample of the dump: ( ID 128 repeats a bunch of times for the batch of ID 1298 and 1299, then keeps repeating this way )
[128.0]: 1.0, 8.0,
[128.0]: 1.0, 8.0,
[128.0]: 1.0, 8.0,
[128.0]: 1.0, 8.0,
[1298.0]: 2.0, 1.0, 0.0, 0.0, 0.0, 0.0, 255.0, 255.0,
[1299.0]: 27.0, 1.0, 0.0, 0.0, 2.0, 177.0, 8.0, 0.0,
[1299.0]: 27.0, 2.0, 0.0, 0.0, 4.0, 0.0, 44.0, 45.0,
[1299.0]: 27.0, 3.0, 0.0, 36.0, 19.0, 117.0, 44.0, 3.0,
[1299.0]: 27.0, 4.0, 0.0, 59.0, 3.0, 236.0, 3.0, 96.0,
[1299.0]: 27.0, 5.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0,
[1299.0]: 27.0, 6.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
[1299.0]: 27.0, 7.0, 65.0, 12.0, 0.0, 0.0, 5.0, 132.0,
[1299.0]: 27.0, 8.0, 15.0, 255.0, 1.0, 194.0, 0.0, 0.0,
[128.0]: 1.0, 8.0,
[128.0]: 1.0, 8.0,
[128.0]: 1.0, 8.0,
thanks,
Dennis