EasyManuals Logo
Home>Keithley>Measuring Instruments>2430

Keithley 2430 User Manual

Keithley 2430
141 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #135 background imageLoading...
Page #135 background image
Calibration Programs C-7
Requesting calibration constants
Program C-2 listed below demonstrates how to request the calibration constants from the
Model 2430. The program requests and displays the calibration constants for all ranges of both
the volts and current source and measurement functions.
Program C-2 Requesting calibration constants
' Example program to request calibration constants.
' Model 2430 primary address = 24
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 24" ' Put 2430 in remote.
PRINT #1, "OUTPUT 24;*RST" ' Restore defaults.
CLS
PRINT #1, "OUTPUT 24;:SENS:FUNC:CONC OFF"
PRINT #1, "OUTPUT 24;:SENS:FUNC 'VOLT:DC'"
PRINT #1, "OUTPUT 24;:SOUR:FUNC VOLT"
PRINT #1, "OUTPUT 24;:CAL:PROT:CODE 'KI002430'" ' Unlock calibration.
Range = .2 ' Initial range = 200mV.
PRINT "Model 2430 Voltage Calibration Constants:": PRINT
DO ' Loop for all volts ranges.
PRINT #1, "OUTPUT 24;:SOUR:VOLT:RANGE "; Range
PRINT #1, "OUTPUT 24;:CAL:PROT:SENS:DATA?"
PRINT #1, "ENTER 24"
LINE INPUT #2, Data$
PRINT Data$
PRINT #1, "OUTPUT 24;:CAL:PROT:SOUR:DATA?"
PRINT #1, "ENTER 24"
LINE INPUT #2, Data$
PRINT Data$
Range = Range * 10
IF Range = 200 THEN Range = 100
LOOP WHILE Range <= 100
PRINT #1, "OUTPUT 24;:CAL:PROT:LOCK"
PRINT #1, "OUTPUT 24;:SENS:FUNC 'CURR:DC'"
PRINT #1, "OUTPUT 24;:SOUR:FUNC CURR"
PRINT #1, "OUTPUT 24;:CAL:PROT:CODE 'KI002430'"
Range = .00001 ' Initial range = 10uA.
PRINT : PRINT "Model 2430 Current Calibration Constants:": PRINT
DO ' Loop for all current ranges.
PRINT #1, "OUTPUT 24;:SOUR:CURR:RANGE "; Range
PRINT #1, "OUTPUT 24;:CAL:PROT:SENS:DATA?"
PRINT #1, "ENTER 24"
LINE INPUT #2, Data$
PRINT Data$
PRINT #1, "OUTPUT 24;:CAL:PROT:SOUR:DATA?"
PRINT #1, "ENTER 24"

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Keithley 2430 and is the answer not in the manual?

Keithley 2430 Specifications

General IconGeneral
BrandKeithley
Model2430
CategoryMeasuring Instruments
LanguageEnglish

Related product manuals