HP E1326B User Manual page 210

5 1/2 digit multimeter
Table of Contents

Advertisement

Converting Four-Byte
and Two-Byte Readings
Appendix C
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com
Four-byte readings and two-byte readings are converted to voltages and
resistances as follows.
Four-Byte Readings
1. The four-byte reading should be arranged into a single 32-bit
variable. The upper two bytes from the first Data Register read must
be the most significant word, the lower two bytes from the second
Data Register read must be the least significant word.
2. The 32-bit quantity is then shifted 8 bits to the left to remove the
eight reading header bits (effoprrr). Note that this header is used to
determine overrange conditions, and contains the function and range
opcodes.
3. The reading is calculated as:
converted_reading = (range * shifted_reading)/0x7FFFFF00
where
range
0x7FFFFF00
The "Programming Examples" section contains examples for
converting four-byte readings.
Two-Byte Readings
1. After the two-byte reading is retrieved from the Data Register, the
reading is shifted one bit to the right to remove the error bit. Note
that this bit is used to determine overrange conditions.
2. The reading is calculated as:
converted_reading = (range * shifted_reading)/0x3FFF
where
range
and
0x3FFF
The "Programming Examples" section contains examples for
converting two-byte readings.
HP E1326B/E1411B Multimeter Register-Based Programming
is the multimeter's voltage or resistance range and
is the full scale reading for the given range in hexadecimal.
is the multimeter's voltage or resistance range
is the full scale reading for the given range in hexadecimal.
209

Advertisement

Table of Contents
loading

This manual is also suitable for:

E1411b

Table of Contents