1-bit datapoint decoded value - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: General (https://forum.logicmachine.net/forumdisplay.php?fid=2) +--- Thread: 1-bit datapoint decoded value (/showthread.php?tid=2440) |
1-bit datapoint decoded value - gtsamis - 28.01.2020 Hi, I have a paradox alarm gateway that send 1-bit status on the bus, When the device sends a telegram with RawDPValue $00 or $01 both LM and ETS decode it the same way as $00=off and $01=on Sometimes the deivice sends a telegram with RawDPValue $02 or $04 and LM decodes them as on but ETS decodes them as off The manufacturer manual indicates that the comunication object is 1-bit and the posible values are 0 or 1 My findings are that when the system is disarmed the telegram RawDPValue is $00, regulary armed is $01, stay arm is $02 and force arm is $04 Could this be custom coded 2-bit value or i am missing something? LM Log ETS monitor Device manual RE: 1-bit datapoint decoded value - Erwin van der Zwart - 28.01.2020 Hi, They already implemented qubits (: This must be a 2 bit value, i guess a typo in the manual. BR, Erwin RE: 1-bit datapoint decoded value - gtsamis - 28.01.2020 (28.01.2020, 04:51)Erwin van der Zwart Wrote: Hi, Looks like more than a typo Thanks |