![Keithley SourceMeter 2425 Service Manual Download Page 131](http://html1.mh-extra.com/html/keithley/sourcemeter-2425/sourcemeter-2425_service-manual_4038847131.webp)
C-4
Calibration Programs
Program C-1
Model 2425 calibration program
'
Model 2425 calibration program for use with the HP3458A Digital Multimeter.
' Rev. 1.0, 7/1/00
' 2425 primary address = 24. HP3458A primary address = 22.
OPEN "IEEE" FOR OUTPUT AS #1 ' Open IEEE-488 output path.
OPEN "IEEE" FOR INPUT AS #2 ' Open IEEE-488 input path.
PRINT #1, "INTERM CRLF" ' Set input terminator.
PRINT #1, "OUTTERM LF" ' Set output terminator.
PRINT #1, "REMOTE 22 24" ' Put 2425, 3458A in remote.
PRINT #1, "CLEAR" ' Send DCL.
PRINT #1, "OUTPUT 24;*CLS" ' Initialize 2425.
PRINT #1, "OUTPUT 24;*ESE 1;*SRE 32" ' Enable OPC and SRQ.
PRINT #1, "OUTPUT 22;PRESET NORM" ' Initialize 3458A.
PRINT #1, "OUTPUT 22;NPLC 10;NDIG 7;TRIG LINE;FUNC DCV,AUTO"
'
OneOhm = 1 ' Use characterized 1 ohm value.
CLS
PRINT "Model 2425 Calibration Program"
PRINT "Connect DMM volts input to Model 2425 INPUT/OUTPUT jacks."
GOSUB KeyCheck
FOR J = 1 TO 2 ' Select volts/current cal.
IF J = 1 THEN
RESTORE VoltsInit
Max = 8
Range = .2
Limit = 100
ELSE
RESTORE CurrentInit
Max = 4
Range = .00001
Limit = 3
PRINT #1, "OUTPUT 24;:OUTP:STAT OFF"
PRINT #1, "OUTPUT 22;FUNC DCI,AUTO"
PRINT "Connect DMM current input to 2425 INPUT/OUTPUT jacks."
GOSUB KeyCheck
END IF
Source = Range
FOR I = 1 TO Max: READ Cmd$: PRINT #1, "OUTPUT 24;"; Cmd$: NEXT I
WHILE Range <= Limit ' Cal all ranges.
IF J = 1 THEN RESTORE VoltsCal ELSE RESTORE CurrentCal
FOR I = 1 TO 12
READ Cmd$
SELECT CASE I
CASE 1
PRINT #1, "OUTPUT 24;"; Cmd$; Range
CASE 2
PRINT #1, "OUTPUT 24;"; Cmd$; -Source
GOSUB ReadDMM
CASE 3, 4, 6, 7, 9, 10, 12
Summary of Contents for SourceMeter 2425
Page 3: ...TAIWAN 1FL 85 Po Ai Street Hsinchu Taiwan R O C 886 3 572 9077 Fax 886 3 572 9031...
Page 15: ......
Page 16: ...1 PerformanceVerification...
Page 35: ...1 20 Performance Verification Model 2425 Service Manual...
Page 36: ...2 Calibration...
Page 62: ...3 RoutineMaintenance...
Page 65: ...3 4 Routine Maintenance Model 2425 Service Manual...
Page 66: ...4 Troubleshooting...
Page 84: ...5 Disassembly...
Page 92: ...6 ReplacementParts...
Page 113: ...6 22 Replacement Parts Model 2425 Service Manual...
Page 114: ...A Specifications...
Page 116: ...B CommandReference...
Page 128: ...C CalibrationPrograms...
Page 139: ......
Page 141: ......