by adrian on Mon Nov 27, 2017 9:36 am
Like David said you set the address in the ECU Manager software, this can be (almost) whatever you like.
The default stream that I gave you the information on is sent like a serial stream. All of the data is sent on a single CAN address, 8 bytes at a time. So the first message will have the 4 header bytes and then the first 2 channels (4 bytes, 2 bytes per channel). The next message (on the same address) has 4 channels and so on until all of the channels are sent. You then have the checksum at the end, then the header starts again.
I have attached an image of the raw data coming from the ECU.
If you don't want to configure your device to read this message you can simply set up a custom dataset in the ECU and then transmit that sequentially. This will then just have all of the channels you select, 4 channels per message, on sequential addresses from the base address you select. I have attached another document showing you how this is formatted.
- Attachments
-
- MoTeC M800 CAN data format.pdf
- (21.33 KiB) Downloaded 1401 times
-
- M800 CAN.png (10.9 KiB) Viewed 25162 times