User`s manual

Example: Retrieving
Data from Memory
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;" RES:OCOM ON"
60 OUTPUT 70903;" TRIG:COUN 3"
70 !
Place the multimeter in the trigger state, store the readings in
80 !mainframe memory.
90 OUTPUT 70903;"INIT"
100 !
Retrieve readings from mainframe memory.
110 OUTPUT 70903;"FETCh?"
120 !
Enter readings into computer.
130 ENTER 70903;Ohm_rdgs(*)
140 !
Display readings on computer.
150 PRINT Ohm_rdgs (*)
160 END
Destination =
Shared Memory
Multimeter measurements can also be stored in memory shared by the
VXIbus system (VME Memory Card). The commands used to specify the
memory location and direct the readings to shared memory are:
MEMory:VME:ADDRess <address>
MEMory:VME:SIZE <
bytes>
MEMory:VME:STATe <
mode>
Chapter 3 contains an example on storing readings in shared memory.
The
MEMory command is covered in Chapter 5.
84 Understanding the HP E1326B/E1411B Multimeter Chapter 4