This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CAN message ID's

Other Parts Discussed in Thread: HALCOGEN

Hi, I have more of a question, that might be a problem.

I'm building up a CAN network in electric car BatteryManagmentSystem. This is made up of a HighVoltage Box and a Slave measurement system per 12 battery cells.

The problem i'm facing is the possible message ID's. Each slave will send about 80 bytes of data, meaning 10 ID's per Slave: example Slave1 => ID= 0x100 - 0x109 => Massage Box 1-10.

Now this would mean that with CAN1 there could be a max of 6 slaves, that is not a lot.

Can't I use 1 message box per Slave?

ID = 0x100 - 0x109 with Mask 0x7F0. So all messages from slave 1 arrive in the message box. But how could you get the received message ID?

Or is there a better way to do this?

Thanks in advance,

Jo