23
Measurement Timing
When you request a reading via Modbus, the sensor wakes up, returns the current
values in the registers, and then starts taking new readings and updating the registers.
After approximately 10 seconds, if no more readings have been requested, the sensor
goes back to sleep.
Because of this, the fi rst reading you get will be old. If you are taking readings at
intervals of less than 10 seconds, simply ignore the fi rst reading — all remaining
readings will be current. On the other hand, if you are taking readings at intervals of
greater than 10 seconds, take a reading, ignore it, wait one second, take another reading.
Record this second reading.
Data Format
The data is returned as 32-bit IEEE fl oating-point values,highword fi rst, also referred to
as big-endian or fl oat inverse.