Scanning Voltmeter Configuration with HP E1326B
This example shows an HP E1326B Multimeter and an HP E1351A/
E1353A Multiplexer combined into a single VXIbus instrument, a scanning
voltmeter. The secondary address for the scanning voltmeter is 03. Both
the analog bus connector and the digital bus connector are used. Once the
scanning starts, there is no intervention from the mainframe CPU. The scan
list is in RAM on the multiplexer, and the two handshake lines on the digital
bus control the triggering.
The following program illustrates the procedures:
10
DIM Rdgs(1:16)
!Dimension array to store readings
20
OUTPUT 70903;"*RST;*OPC?"
!Clear the multimeter; OPC?
ensures reset is completed before
program continues
30
OUTPUT 70903;"*CLS"
40
OUTPUT 70903;"CONF:VOLT:DC (@100:115)"
!Configures multimeter; also
automatically configures
multiplexer for SCAN:MODE,
SCAN:PORT and TRIG:SOUR
50
OUTPUT 70903:"INIT"
!Close first channel, start scan
60
OUTPUT 70903;"FETC?"
!Retrieve readings from mainframe
70
ENTER 70903;Rdgs(*)
80
PRINT Rdgs(*)
90
END
Figure 3-6. Connecting the Analog Bus and Digital Bus Cables
42 Using the HP E1351A/53A FET Multiplexer Modules
Chapter 3
Содержание E1351A
Страница 4: ...Notes 4 HP E1351A 53A FET Multiplexer User s Manual Contents ...
Страница 8: ...Notes 8 HP E1351A E1353A 16 Channel FET Multiplexer Modules User s Manual ...
Страница 10: ...10 HP E1351A 53A 16 Channel FET Multiplexer Module User s Manual ...
Страница 13: ...Figure 1 1 FET Multiplexer Module Block Diagram Chapter 1 Getting Started with the HP E1351A 53A 13 ...
Страница 28: ...Notes 28 Configuring the HP E1351A 53A FET Multiplexer Modules Chapter 2 ...
Страница 46: ...Figure 4 1 Scanning Commands 46 Understanding the HP E1351A 53A FET Multiplexer Modules Chapter 4 ...
Страница 78: ...Notes 78 HP E1351A 53A 16 Channel FET Multiplexer Command Reference Chapter 5 ...
Страница 80: ...Notes 80 HP E1351A 53A FET Multiplexer Specifications Appendix A ...
Страница 100: ...Notes 100 HP E1351A 53A FET Multiplexer Error Messages Appendix C ...