PPA5xx/15xx communications manual
2-72
RESOLU
RESOLU
Function:
Set the data resolution
Description:
Data is returned in scientific format with
exponent and mantissa. The resolution of
the mantissa may be selected to be 5
digit (NORMAL) or 6 digit (HIGH) or 20 bit
(BINARY).
Format:
RESOLU,
format
Arguments:
format:
NORMAL (5 digit mantissa)
HIGH (6 digit mantissa)
BINARY (compressed format)
Reply:
none
Example:
RESOLU,HIGH
Notes:
Data format for NORMAL is:
[-]1.2345E[-]00
Data format for HIGH is:
[-]1.23456E[-]00
The sign of the mantissa and exponent
are only sent if negative shown as [-] in
the above examples
BINARY format encodes each non-integer
value in a proprietary 4 byte format for
higher speed data transfer.
[Further notes on data format are
included in section 1.4]