HP E1326B User Manual page 83

5 1/2 digit multimeter
Table of Contents

Advertisement

Example: Entering
Data into the Computer
(measurements using
MEASure)
Example: Entering
Data into the Computer
(measurements using
READ?)
Destination =
Mainframe Memory
82
Understanding the HP E1326B/E1411B Multimeter
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com
10
! Declare computer array to store 5 readings.
20
REAL Dc_rdgs(1:5)
30
! Configure multimeter and take the measurements.
40
OUTPUT 70903;"MEAS:VOLT:DC? (@100:104)"
50
! Enter readings into the computer.
60
ENTER 70903;Dc_rdgs(*)
70
! Display readings on computer.
80
PRINT Dc_rdgs(*)
90
END
10
! Declare computer array to store 12 readings.
20
REAL Ohm_rdgs(1:12)
30
! Configure the multimeter.
40
OUTPUT 70903;"CONF:FRES 1861,MAX,(@100:103)"
50
OUTPUT 70903;"
60
OUTPUT 70903;"
70
! Put multimeter in wait-for-trigger state; take readings.
80
OUTPUT 70903;"READ?"
90
! Enter readings into the computer.
100
ENTER 70903;Ohm_rdgs(*)
110
! Display readings on the computer.
120
PRINT Ohm_rdgs (*)
130
END
The data returned by commands such as
entered into the computer before another command is executed. Otherwise,
Error -410,"Query Interrupted" occurs and the data will be overwritten if
data is generated by the next command.
A few words about mainframe memory:
1. The E1301A memory is built into the mainframe whereas the
E1405A/E1406A memory is not built-in.
2. Data is stored in mainframe and shared memory by executing the
INIT
command.
3. Reading rates are increased when the readings are stored in
mainframe memory. Storing readings in memory also ensures that
the sample rate is maintained at a constant value.
RES:OCOM ON"
TRIG:COUN 3"
MEASure
or
READ?
must be
Chapter 4

Advertisement

Table of Contents
loading

This manual is also suitable for:

E1411b

Table of Contents