27
―――――――――――――――――――――――――――――――――――――――
Chapter 5 3184-02 GP-IB Specifications
―――――――――――――――――――――――――――――――――――
(2) With this program, HP-9816 reads voltage, current, and
power(single-phase) from the power meter and uses this
data to calculate power-factor. Input is taken from V
12
and A
1
.
10
CLEAR 701
20
OUTPUT 701;"F1V0A0H0S0"
30
WAIT 2
40
ENTER 701;V
50
PRINT V;"V"
60
OUTPUT 701;"F3"
70
WAIT 2
80
ENTER 701;A
90
PRINT A;"A"
100 OUTPUT 701;"F5"
110 WAIT 2
120 ENTER 701;W
130 PRINT W;"W"
140 PRINT USING "14A,Z,2D"; "Power Factor", W/(V*A)
150 END
Program Explanation
10 Initializes the power meter.
20 Sets V
12
as function, Lo range for both voltage and
current. No header output, no service request.
30 Allows two seconds for display to stabilize.
40 Reads data.
50 Prints out data.
60 - 130 Data from A 1 and W processed like V
12
.
140 Calculates power-factor, and prints out according to
prescribed format.
150 Ends program.
Содержание 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: ......