EasyManua.ls Logo

Monnit ALTA - Page 10

Monnit ALTA
19 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Voltage: Actual voltage measured at the meter battery used to calculate battery percentage,
similar to Received Signal you can use one or the other or both if they help you.
State
The integer presented here is generated from a single byte of stored data. A byte consists
of 8 bits of data that we read as Boolean (True (1)/False (0)) elds.
Using a temperature sensor as an example.
If the sensor is using factory calibrations the Calibrate Active eld is set True (1) so the bit
values are 00010000 and it is represented as 16.
If the sensor is outside the Min or Max threshold, the Aware State is set True (1) so the bit
values are 00000010 and it is represented as 2.
If the customer has calibrated the sensor this eld the Calibrate Active eld is set False
(0) AND the sensor is operating inside the Min and Max Thresholds, the bits look like
00000000 this is represented as 0.
If the sensor is using factory calibrations and it is outside the threshold the bit values are
00010010 and it is represented as 18 (16 + 2 because both the bit in the 16 value is set
and the bit in the 2 value is set).
Note: These two are the only bits that typically observed outside of our testing procedures.
PAGE 8