25
―――――――――――――――――――――――――――――――――――――――
Chapter 5 3184-02 GP-IB Specifications
―――――――――――――――――――――――――――――――――――
5.8 Sample Programs
(2) Items Regarding Local and Remote Control
a. When switching between local and remote control,
function and range settings remain the same.
b. In the remote status, all panel controls (except the power
switch) are ineffective.
c. Measurement data is output according to function and
range setting, and has no bearing on remote or local
status.
The program below is written for an HP-9816 computer.
It assumes that the address for the 3184 is "1".
(1) HP-9816 serves to read the value for power from the
power meter, and direct print-out.
Overvoltage and overcurrent is tested for each sample.
10
DIM A$[20], B$[4]
20 ON INTR 7 GOSUB 120
30
CLEAR 701
40 OUTPUT 701;"F5V1A0H1S1"
50
B$ = " "
60
ENABLE INTR 7:2
70
WAIT 2
80
ENTER 701;A$
90
PRINT A$.B$
100 GOTO 50
110 !
120 S=SPOLL (701)
130 IF S>64 THEN B$="OVER"
140 RETURN
150 END
Содержание HITESTER 3184
Страница 2: ......
Страница 4: ......
Страница 12: ...2 Chapter 1 Overview Front Panel Rear Panel 1 2 Names and Functions of Parts...
Страница 16: ...6 Chapter 1 Overview S L I D E T O R O T A T E Handle...
Страница 38: ...28 Chapter 5 3184 02 GP IB Specifications...
Страница 41: ......
Страница 42: ......