If x needs to be 1, 3, 5 or 7 for example then writing this bytes in bits you have:
0001
0011
0101
0111
which means that the message is on when 3rd bit is on = 1
In the Google sheet and also in some examples here (and in Mondeo Simulator) we have a byte explained in bits like this:
Code: Select all
byte as bits:
D7 D6 D5 D4 D3 D2 D1 D0
example:
A8 = 1 0 1 0 1 0 0 0
F1 = 1 1 1 1 0 0 0 1
Do it for example for side signal / lights / door status.
Cruise Controll for example it doesn't work only with the bytes you mentioned. If CCC is for car with ACC then you also need other CAN ID to say that CC is activated.
The same is for external lights. The ID that controlls what light is on doesn't work if in another ID it hsn't