
Adjustment
Procedures
1.
Set three jumpers on Channel 1 to the V position.
2.
Connect a 1 k
Ω
resistor and HP 3458A to Channel 1 (see Figure
5-1).
3.
Set Channel 1 to non-calibrated mode with CAL1:STAT OFF.
4.
Set Channel 1 to minimum output (-12V) with VOLT1 MIN.
Measure and record to 5 1/2 digits the actual output voltage.
5.
Set Channel 1 to default output (0V) with VOLT1 DEF. Measure
and record to 5 1/2 digits the actual output voltage.
6.
Set Channel 1 to maximum output (+12V) with VOLT1 MAX.
Measure and record to 5 1/2 digits the actual output voltage.
7.
Enter recorded minimum, default, and maximum values with
CAL1:VOLT min,def,max. The adjustment constants are
automatically updated and stored.
8.
Repeat steps 1 through 7 for channels 2, 3, and 4 as desired (use
CALchan:STAT OFF, VOLTchan value, and CALchan:VOLT
values).
9.
Remove power and disconnect power equipment.
Example: Voltage
Adjustments
This program uses the measured minimum, default, and maximum values
you enter to update the voltage adjustment constants for Channels 1, 2, 3,
and 4.
10 ! Voltage Adjustments
20 !
30 DISP CHR$(129)
40 FOR Chan= 1 TO 4
50 PRINT TABXY(1,1),"Voltage Adjustments on Channel";Chan
60 OUTPUT 70909;"CAL"&VAL$(Chan)&":STAT OFF"
70 OUTPUT 70909;"VOLT"&VAL$(Chan)&" MIN"
80 PRINT TABXY(1,18),"Channel";Chan;"is set to minimum (-12V)"
90 INPUT "Enter measured value (in V to 5.5 digits) ",Min
100 OUTPUT 70909;"VOLT"&VAL$(Chan)&" DEF"
110 PRINT TABXY(1,18),"Channel";Chan;"is set to default (0V) "
120 INPUT "Enter measured value (in V to 5.5 digits) ",Def
130 OUTPUT 70909;"VOLT"&VAL$(Chan)&" MAX"
140 PRINT TABXY(1,18),"Channel";Chan;"is set to maximum (+12V)"
150 INPUT "Enter measured value (in V to 5.5 digits) ",Max
160 OUTPUT 70909;"CAL"&VAL$(Chan)&":VOLT ";Min,Def,Max
170 NEXT Chan
180 CLEAR SCREEN
190 PRINT "Voltage Adjustments Complete"
200 END
Chapter 5
Adjustments 39
Содержание E1328A
Страница 4: ...Notes 4 Contents HP E1328A Service Manual ...
Страница 46: ...Figure 6 7 HP E1328A DAC Replaceable Parts 46 Replaceable Parts Chapter 6 ...
Страница 48: ...48 Manual Changes Chapter 7 ...
Страница 54: ...54 Service Chapter 8 ...
Страница 60: ...60 Calculating D A Converter Accuracy Appendix A ...