Page 1 of 1

Clarifications on the Documentation

PostPosted: Tue Dec 08, 2015 4:06 am
by koutsiou
Hello all,

The last few days i have been experimenting with an alarm box. The decoder works as expected and everything seems ok. The only thing i need is a clarification in the site's documentation. If anyone could give a hint, it would be much appreciated.

In the Message Format Section(http://www.alarmdecoder.com/wiki/index. ... col#Format) it is written :

Bit field
The bit field present on the keypad messages is where you're going to get most of the information on your alarm system's current state. These are all represented by a zero or one aside from the one exception. (beep)


And after that there is a table explaining each bit of the starting bit-field (marked in red color). Fair enough :)

Some lines after there is an explanation about the Raw Data field

Raw data
This is the binary data associated with the message. It includes all of the bit field entries that were separated out for you in the first field, as well as the rest of the message for debugging and exploratory purposes.


What i cannot understand here is the way that the BitField is extracted from the RawData. So basically my question is how do you extract the BitField from the RawData? :)

Thank you in advance,

Nikos

Re: Clarifications on the Documentation

PostPosted: Tue Dec 08, 2015 10:57 am
by kevin
We cannot provide this information, it is esoteric knowledge to the firmware of the device. What we present to you from the firmware is what is documented. The "Raw Data" field is just binary and hex data, and you cannot ascertain much from it yourself.