Service manual
4. Repeat steps 1 through 3 using the following Agilent E1326B (and
FRES:RANG) ranges, and Resistance Standard (and CAL:VAL)
values.
Agilent E1326B
Range/
FRES:RANG < >
Resistance Standard/
CAL:VAL < >
16000Ω
1048576Ω
10000Ω
1000000Ω
5. Remove power and disconnect test equipment.
Example: 4-Wire
Resistance
Adjustments
This example performs a 4-wire ohms resistance adjustment for a power
line reference frequency of 60 Hz. Change line 80 to OUTPUT
70903;"CAL:LFR 50" for 50 Hz operation. If a calibration error occurs,
the program displays the calibration error and prompts you to repeat the
adjustment (see Table 5-1 for a list of calibration errors).
10 OPTION BASE 1
20 DIM Range(3),Source(3)
30 DATA 2000, 16000, 1048576
40 READ Range(*)
50 DATA 1000, 10000, 1000000
60 READ Source(* )
70 OUTPUT 70903;"*RST" Set autozero on and PLC 1
80 OUTPUT 70903;"CAL:LFR 60" Set 60 Hz line ref freq
90 FOR I= 1 TO 3
100 Re_try: !
110 PRINT "1. Set Resistance Standard to";Source(I);"Ohms"
120 PRINT "2. Measure ACTUAL Resistance Standard value (in
Ohms)"
130 INPUT " Enter ACTUAL Resistance Standard value (in Ohms)
",Ohms_actual
140 CLEAR SCREEN
150 OUTPUT 70903;"FUNC:FRES" Set 4-wire ohms
160 OUTPUT 70903;"FRES:RANG ";Range(I) Set resistance range
170 OUTPUT 70903;"CAL:VAL ";Ohms_actual Set cal value
180 OUTPUT 70903;"CAL?" Perform calibration
190 ENTER 70903 USING "K";Cal_code
200 IF Cal_code< > 0 THEN
210 PRINT "Calibration Error";Cal_code;"with";Source(I);"Ohms
input"
220 PRINT "Check source value/connections, then"
230 PRINT "Press Continue to repeat this adjustment"
240 PAUSE
Adjustments 5-9