General Program Instructions - Keithley 2182 Service Manual

Nanovoltmeter
Hide thumbs Also See for 2182:
Table of Contents

Advertisement

General program instructions

1.
2.
3.
4.
5.
6.
7.
8.
Program C-1
Model 2182 calibration program
' Model 2182 calibration program for use with the Fluke 5700A calibrator.
' Rev. 1.0, 8/20/97
OPEN "IEEE" FOR OUTPUT AS #1
OPEN "IEEE" FOR INPUT AS #2
PRINT #1, "INTERM CRLF"
PRINT #1, "OUTTERM LF"
PRINT #1, "REMOTE 4 7"
PRINT #1, "CLEAR"
PRINT #1, "OUTPUT 7;:SYST:PRES;*CLS"
PRINT #1, "OUTPUT 7;*ESE 1;*SRE 32"
PRINT #1, "OUTPUT 4;*RST;*CLS;STBY"
C$ = ":CAL:PROT:DC:"
'
CLS
PRINT "Model 2182 Calibration Program"
PRINT #1, "OUTPUT 7;:CAL:PROT:CODE 'KI002182'" ' Send KI002182 cal code.
PRINT #1, "OUTPUT 7;:CAL:PROT:INIT"
GOSUB ErrCheck
RESTORE CmdList
'
FOR I = 1 TO 4
READ Msg$, Cmd$
SELECT CASE I
With the power off, connect the Model 2182 and the calibrator to the IEEE-488 interface
of the computer. Be sure to use shielded IEEE-488 cables for bus connections.
Turn on the computer, the Model 2182, and the calibrator. Allow the Model 2182 and the
multimeter to warm up for at least 2-1/2 hours before performing calibration.
Make sure the Model 2182 is set for its default primary address of 7.
Make sure the calibrator primary address is set at 4.
Make sure that the computer bus driver software (CECHP.EXE) is properly initialized.
Enter the QBasic editor, and type in the program below.
Check thoroughly for errors, then save it using a convenient filename.
Run the program, and follow the prompts on the screen to perform calibration. For test
connections, refer to the following figures in
Low thermal shorting plug connections:
Calibrator connections:
CASE 1, 2
PRINT Msg$
GOSUB KeyCheck
Section
2:
Figure
2-1.
Figure
2-2.
' Open IEEE-488 output path.
' Open IEEE-488 input path.
' Set input terminator.
' Set output terminator.
' Put 2182, 5700A in remote.
' Send DCL.
' Initialize 2182.
' Enable OPC and SRQ
' Reset 5700A calibrator.
' 2182 partial command header.
' Clear CRT.
' Initiate calibration.
' Loop for all cal points.
' Read message, cal strings.
' Select cal sequence.
Calibration Program
C-3

Advertisement

Table of Contents
loading

This manual is also suitable for:

2182a

Table of Contents