
NOTE
The value of 1 k
Ω
in Figure 4-3 is the factory value used for original
measurements. If you previously calibrated your DAC with a different
resistance value, use that resistance value rather than 1 k
Ω
.
Test Procedure
1. Set three jumpers on each channel to the V position
2. Connect HP 3458A and 1 k
Ω
resistor to Channel 1 (see Figure 4-3)
3. Set HP E1328A DAC to default with *RST
4. Set Channel 1 to calibrated mode with CAL1:STAT ON
5. Output -10V on Channel 1 with VOLT1 -10.0000
6. Measure Channel 1 output voltage with HP 3458A and compare
with limits in Table 4-2
7. Repeat steps 5 and 6 for -8V, -5V, -2V, 0V, +2V, +5V, +8V, and
+10V
8. Repeat steps 2 through 7 for Channels 2, 3, and 4 (use
CALchan:STAT ON and VOLTchan value)
9. Remove power and disconnect test equipment
Example: Voltage
Accuracy
Measurements
This program checks the MEASURED output voltage on each DAC
channel and compares the result with the 1-year accuracy specifications for
the DAC (see Appendix A - Calculating D/A Converter Accuracy for a
discussion of DAC accuracy).
10 ! Voltage Accuracy Measurements Test
20 !
30 OPTION BASE 1
40 DIM Volts(4,9)
50 DATA -10,-8,-5,-2,0,2,5,8,10
60 DATA -10,-8,-5,-2,0,2,5,8,10
70 DATA -10,-8,-5,-2,0,2,5,8,10
80 DATA -10,-8,-5,-2,0,2,5,8,10
90 READ Volts(*)
100 OUTPUT 70909;"*RST"
110 FOR Chan = 1 TO 4
120 FOR I = 1 TO 9
130 OUTPUT 70909;"VOLT"&VAL$(Chan)&" ";Volts(Chan,I)
140 PRINT TABXY(1,2),"Voltage Accuracy Measurements on Channel
";Chan
30 Verification Tests
Chapter 4
Содержание 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 ...