Elmil, Thanks for the data, but I disagree with your conclusion from it. In terms of unknown1 being a 9 bit value not a 16 bit your data is the same as mine, and the same as SoulEV2016s posted above. Having data from 3 cars is stronger evidence than just from mine.Elmil said:...It's obvious that the unknown data is 16 bits, but still nothing we can relate to...
Firstly though I must shift the naming of the two unknowns in MY2016 cars. My car is a MY2015, I have the single Unknown1 value. I agree with you that the MY2016 cars added a new value before the original one.
Code:
002_OBC_Unknown2,Unknown2,2102,(i<8)+j,0,65536,?,794
002_OBC_Unknown1,Unknown1,2102,(k<8)+l,0,65536,?,794
All the data shows that the same higher bits are always set in unknown1. bits 10 and 13 are one. bits 11,12,14, 15 and 16 are zero
In unknown2 bit 13 is one. bits 10, 11,12,14, 15 and 16 are zero.
For me to drop the idea that this is a 9 bit value not 16 bit is for someone to show any value for the top 7 bits other than the above.
For the lower 9 bits. I have watched my car over 2 short charging sessions. The number varies from 245 to 265.
Your numbers posted vary from 174 to 306. Hence my idea that it is peak voltage seems to be wrong. I still think it is a voltage though.
Your quote above shows a single value for each session, not a range. I think if you look again you will see a range.
For now I think these numbers are 9 bit values. So I am adding the following code.
I will keep unknown1 as it is a 16bit integer, but also test the lower 9 bits as the code Maybe_Volts
Will continue to test them until someone shows this idea is false.
Code:
,For MY2015 OBCs
002_OBC_Maybe_Volts1,MaybeVolts1,2102,({i:0}*256)+j,0,511,V,794
,For MY2016 OBCs
002_OBC_Maybe_Volts2,MaybeVolts2,2102,({i:0}*256)+j,0,511,V,794
002_OBC_Maybe_Volts1,MaybeVolts1,2102,({k:0}*256)+l,0,511,V,794