
DVM-HPHT Installation and Operating Instructions
Page 10 of 21
©Rheonics, Inc. 2013-17
Confidential to customer. Do not distribute without written permission of Rheonics, Inc.
Parameter 5 status (See datatypes)
Parameter 6 value as float
Parameter 6 value scaled by 100 as
signed integer
Parameter 6 status (See datatypes)
Parameter 7 value as float
Parameter 7 value scaled by 100 as
signed integer
Parameter 7 status (See datatypes)
Parameter 8 value as float
Parameter 8 value scaled by 100 as
signed integer
Parameter 8 status (See datatypes)
7.5 Data-Types
Float: IEEE754 floating point. This data type spans two registers which should be read together.
Depending on the endianness of the host it might be necessary to swap high/low byte and/or the
respective registers.
Int16: Signed 16 bit integer (register)
Uint16: Unsigned 16 bit integer
Parameter status: The parameter status is a bitmask of individual status bits. As a general rule Bit 0
checking should be implemented where a set bit corresponds to an error/warning condition. In case
of a critical error the parameter value is also set to NAN (not a number See IEE754)
Bit 0: General error Check other bits for more detailed configuration
Bit 1: Internal configuration error Restart. If error persists call Rheonics for support
Bit 2: Hardware error, e.g. broken temperature sensor. Call Rheonics for support and arrange RMA
Bit 3: Dependency error: a parameter is calculated from other parameters and one of the source
parameter has an error. Check all other parameters for errors.
Bit 4: Device is starting up and no results are ready.
Bit 5: Internal error Restart. If error persists call Rheonics for support.
Bit 8: Parameter result is not stable. Check measurement conditions (flow, vibration, etc.)
Bit 15: Parameter exceeds sensor upper limit. No results available.
Bit 14: Parameter below sensor lower limit. No results available.