EasyManua.ls Logo

Keithley 2303 Service Manual

Keithley 2303
104 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 #100 background imageLoading...
Page #100 background image
D-4 Instrument Control
Turning on the output
Use OUTP ON and OUTP OFF to turn the output on and off respectively.
Requesting readings
To trigger and request a reading, first send the :READ? query, then address the instrument to talk
in the usual manner. The type of readings sent will depend on the selected reading mode.
Basic control program
Use the program below to send commands to the unit. To request a reading, type in “:READ?” at
the command prompt, or type in “Q” to exit the program. See Appendix C for information on com-
puter hardware and software requirements.
Program D-1
Basic control programming
' Program to send basic commands to 2303. Primary address =16.
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 16" ' Put 2303 in remote.
CLS
Start: PRINT "Command: "; ' Print command prompt.
LINE INPUT Cmd$ ' Input command string.
IF Cmd$ = "Q" THEN GOTO Quit ' Check for Q to quit.
PRINT #1, "OUTPUT 16;"; Cmd$ ' Send command to unit.
IF Cmd$ = ":READ?" THEN ' Check for :READ? query.
PRINT #1, "ENTER 16" ' Address to talk.
LINE INPUT #2, Reading$ ' Input reading string.
PRINT Reading$
END IF
GOTO Start
Quit: PRINT #1, "LOCAL 16" ' Got to local.
CLOSE
END
深圳德标仪器 135-1095-0799

Table of Contents

Other manuals for Keithley 2303

Question and Answer IconNeed help?

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

Keithley 2303 Specifications

General IconGeneral
Output Voltage Range0 to +15 V
Load Regulation<0.01% + 2mV
Line Regulation<0.01% + 2mV
Programming Resolution Voltage1 mV
InterfaceUSB
Storage Temperature Range-40°C to 70°C
Voltage Programming Accuracy0.05% + 5 mV
Voltage Readback Accuracy0.05% + 5 mV
Operating Temperature Range0°C to 40°C

Summary

Warranty and Safety

Warranty Information and Limitations

Details warranty coverage, exclusions, and terms for the instrument.

General Safety Precautions

Outlines safety procedures, user roles, hazard awareness, and safe practices for instrument operation.

Performance Verification

Test Setup and Requirements

Specifies requirements like environment, warm-up, and equipment before performing verification tests.

Accuracy Test Procedures

Details tests for output voltage, readback, current, and DVM input accuracy.

Calibration

Calibration Setup and Procedures

Covers calibration setup, front panel, remote procedures, and management.

Calibration Management and Error Handling

Describes managing codes, dates, detecting errors, and step completion.

Service and Maintenance

Disassembly and Reassembly

Details safe disassembly, handling, cleaning, and reassembly of the instrument.

Replaceable Parts Lists

Lists ordering, service, and parts details for digital, analog, display, and mechanical components.

Specifications and Control

Instrument Specifications

Details DC voltage/current output, DVM input, and general specifications.

Calibration Support and Programs

Details calibration commands, error detection, and BASIC calibration programs.

Instrument Control Methods

Explains front panel control and IEEE-488 bus commands for instrument operation.

Related product manuals