Hi, i’m new to RealDash CAN, i want to extract only a single bit, for example if i have 1001000 and i want to extract only the value in bit position 4 (so the 1) how can i do that in Xml CAN? Because when i activate or deactivate the ASR on my car, the 4th bit change value from 1 to 0 or 0 to 1 and the other remain the same, but the car reuse the same address for door state, if i open the passenger door the 3th bit go to 1 and if i close go to 0, so i need only the bit of ASR otherwise i can’t extract anything because when realdash convert in dec there are a lot of different dec value.
When you specify units=“bit”, RealDash reads it as a on/off value reading the rightmost bit of the value. For that reason the conversion=“V>>3” uses a bit shift to move the ‘intersting’ bit to the right.
Tell me, is it possible to specify a certain number of bytes in xml somehow? I came across the fact that on one id there are about 5-7 data on the icons on the device