
NOTE
The value of 500
Ω
in Figure 5-2 is the factory value used for original
adjustments. If you previously adjusted your DAC with a different
resistance value, use that resistance value rather than 500
Ω
.
Adjustment
Procedures
1.
Set three jumpers on Channel 1 to the I position.
2.
Connect a 500
Ω
resistor and HP 3458A to Channel 1 (see Figure
5-2).
3.
Set Channel 1 to non-calibrated mode with CAL1:STAT OFF.
4.
Set Channel 1 to minimum output (-.024 A) with CURR1 MIN.
Measure and record to 5 1/2 digits the actual output current (in
Amps).
5.
Set Channel 1 to default output (0 A) with CURR1 DEF. Measure
and record to 5 1/2 digits the actual output current (in Amps).
6.
Set Channel 1 to maximum output (+.024 A) with CURR1 MAX.
Measure and record to 5 1/2 digits the actual output current (in
Amps).
7.
Enter recorded minimum, default, and maximum values with
CAL1:CURR 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, CURRchan value, and CALchan:CURR
values).
9.
Remove power and disconnect power equipment.
Example: Current
Adjustments
This program uses the measured minimum, default, and maximum values
you enter to update the current adjustment constants for Channels 1, 2, 3,
and 4.
10 ! Current Adjustments
20 !
30 DISP CHR$(129)
40 FOR Chan= 1 TO 4
50 PRINT TABXY(1,1),"Current Adjustments on Channel";Chan
60 OUTPUT 70909;"CAL"&VAL$(Chan)&":STAT OFF"
70 OUTPUT 70909;"CURR"&VAL$(Chan)&" MIN"
80 PRINT TABXY(1,18),"Channel";Chan;"is set to minimum (-.024 A)"
90 INPUT "Enter measured value (in A to 5.5 digits) ",Min
100 OUTPUT 70909;"CURR"&VAL$(Chan)&" DEF"
110 PRINT TABXY(1,18),"Channel";Chan;"is set to default (0 A) "
120 INPUT "Enter measured value (in A to 5.5 digits) ",Def
130 OUTPUT 70909;"CURR"&VAL$(Chan)&" MAX"
140 PRINT TABXY(1,18),"Channel";Chan;"is set to maximum (+.024 A)"
150 INPUT "Enter measured value (in A to 5.5 digits) ",Max
Chapter 5
Adjustments 41
Содержание 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 ...