EasyManua.ls Logo

Keithley 6430 User Manual

Keithley 6430
558 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 #278 background imageLoading...
Page #278 background image
13-20 Remote Operations
Programming example
The following QuickBasic 4.5 programming example will control the SourceMeter via the
RS-232 COM2 port. Place the SourceMeter into the RS-232 mode from the front panel main
menu (press MENU, select COMMUNICATION, select RS-232). When the communication
setting is changed, the SourceMeter will reset into that mode.
RD$ = SPACE$ (1500) Set string space.
CLS Clear screen.
PRINT Set COM2 baud rate to 9600
PRINT Set no flow control, and CR as terminator.
Configure serial port parameters.
The following values are the default settings for the SourceMeter:
ComOpen$ = COM2: 9600,N,8,1,ASC,CD0,CS0,DS0,LF,OP0,RS,TB8192,RB8192
OPEN ComOpen$ FOR RANDOM AS #1
SourceMeter setup commands:
PRINT #1, *RST Reset instrument to default parameters.
PRINT #1, :SENS:FUNC RES Select ohms measurement function.
PRINT #1, :SENS:RES:NPLC 1 Set measurement speed to 1 PLC.
PRINT #1, :SENS:RES:MODE MAN Select manual ohms mode.
PRINT #1, :SOUR:FUNC CURR Select current source function.
PRINT #1, :SOUR:CURR 0.01 Set source to output 10mA.
PRINT #1, :SOUR:CLE:AUTO ON Enable source auto output-off.
PRINT #1, :SENS:VOLT:PROT 10 Set 10V compliance limit.
PRINT #1, :TRIG:COUN 1 Set to perform one measurement.
PRINT #1, :FORM:ELEM RES Set to output ohms reading to PC.
Initiate a reading and print results:
PRINT #1, :READ? Trigger and acquire one reading.
LINE INPUT #1, RD$
RD$ = Resistance: + RD$
PRINT RD$
Clean up and quit:
finish:
CLOSE #1 Close file.
CLEAR Interface clear.
END

Table of Contents

Other manuals for Keithley 6430

Question and Answer IconNeed help?

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

Keithley 6430 Specifications

General IconGeneral
TypeSub-Femtoamp Remote SourceMeter
Compliance Voltage200 V
Maximum Output Voltage200 V
Maximum Output Current100 mA
Compliance LimitProgrammable
InterfaceGPIB, RS-232
Input Impedance>10^14 Ω

Summary

Safety Precautions

3 Basic Source-Measure Operation

Basic Source-Measure Procedure

Details setup for source-measure operations: function, values, limits, and output control.

5 Source-Measure Concepts

Compliance limit

Discusses compliance limits, values, and determination.

Operating boundaries

Covers voltage/current boundaries for source, sink, I-source, V-source, and source-measure modes.

6 Range, Digits, Speed, and Filters

Range and digits

Discusses available ranges, limits, manual/autoranging, and display resolution.

Filters

Provides information on 3-stage filtering to reduce reading noise.

7 Relative and Math

Math Operations

Details math (FCTN) operations: power, offset ohms, varistor, etc.

9 Sweep Operation

Configuring and Running a Sweep

Discusses setup, configuration, delay setting, and performing sweeps.

10 Triggering

Trigger Model

Discusses trigger model, layers, event detection, delay, and device action.

Configuring Triggering

Details how to configure various triggering aspects.

Remote Triggering

Details remote trigger model, commands, and basic triggering example.

11 Limit Testing

Types of Limits

Discusses three limit types: compliance, coarse, fine; summarizes grading and sorting modes.

Configuring and Performing Limit Tests

Describes configuration for limit tests and typical test procedure.

12 Digital I/O Port, Interlock, and Output Configuration

Safety Interlock

Describes using Digital I/O Port as a safety interlock.

14 Status Structure

Status Byte and Service Request (SRQ)

Explains programming Status Byte for SRQs and using serial poll to detect SRQs.

15 Common Commands

Command Summary

Lists IEEE-488.2 common commands used by the SourceMeter.

Command Reference

Provides detailed reference for common commands, excluding status structure.

16 SCPI Signal-Oriented Measurement Commands

Configuring Measurement Function

Provides detailed info on commands to configure measurement function.

Acquiring Readings

Describes commands to acquire post-processed readings, trigger, acquire, and single measurement.

17 SCPI Command Reference

18 Performance Verification

Performing the Verification Test Procedures

Details restoring factory defaults, setting ranges, and output values.

Mainframe Verification

Covers procedures to verify mainframe accuracy alone.

19 Calibration

Mainframe Calibration

Includes procedures to calibrate the mainframe without the Remote PreAmp.

20 Routine Maintenance

Line Fuse Replacement

Covers procedure and part numbers for replacing the line fuse.

F Measurement Considerations

Floating measurement safety concerns

Discusses safety concerns for measurements up to 42V above chassis ground.

Leakage currents and guarding

Explains reducing leakage currents using insulators, humidity control, and guarding.

Related product manuals