EasyManuals Logo
Home>Keithley>Measuring Instruments>6517B

Keithley 6517B User Manual

Keithley 6517B
90 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 #79 background imageLoading...
Page #79 background image
5-14 Return to Section Topics 6517B-900-01 Rev. A / Jun 2008
Section 5: Remote Operation Model 6517B Electrometer User’s Manual
PRINT reading$
'Switch to current and take reading
CALL SEND(27, "func 'curr:dc';:read?", status%)
reading$ = SPACE$(80)
CALL ENTER(reading$, length%, 27, status%)
PRINT reading$
'Switch to 2-wire ohms and take reading
CALL SEND(27, "func 'res';:read?", status%)
reading$ = SPACE$(80)
CALL ENTER(reading$, length%, 27, status%)
PRINT reading$
One-shot triggering
Older instruments generally have two types of triggering: one-shot and continuous. In one-shot,
each activation of the selected trigger source causes one reading. In continuous, the instrument is
idle until the trigger source is activated, at which time it begins taking readings at a specified rate.
Typical trigger sources for non-SCPI instruments are:
IEEE-488 talk
IEEE-488 Group Execute T
rigger (GET)
“X” command
External trigger (rear panel BNC)
Arming the instrument to respond to triggers
is implicit in the non-SCPI instruments. Simply
sending a command to a non-SCPI instrument to change any of the trigger controls causes the
instrument to arm itself for triggers.
The SCPI trigger model implemented in the Model 6517B gives you:
Explicit control over th
e trigger source (the TRIGger subsystem)
A two-level control for arming the instrument
for triggers
A way to completely disable triggers
Changing any of the settings in the TRIGger subsyste
m does not automatically arm the Model
6517B for triggers.
The following program sets up the Model 6517B to take one reading each time it receives an
ex
ternal trigger pulse.
'Example program that demonstrates one-shot external triggering
'For QuickBASIC 4.5 and KPC-488.2/CEC interface card.
'Edit the following line to where the QuickBASIC
'libraries are on your computer
'$INCLUDE: 'c:\qb45\ieeeqb.bi'
'Initialize the interface as address 21
CALL initialize(21, 0)
'Reset controls in INIT, ARM;LAY1, ARM:LAY2, and TRIG subsystems
'and put trigger model in IDLE state
CALL SEND(27, "*rst", status%)
CALL SEND(27, "trig:sour ext;coun inf", status%)
'start everything
CALL SEND(27, "init", status%)
Test Equipment Depot - 800.517.8431 - 99 Washington Street Melrose, MA 02176
TestEquipmentDepot.com

Table of Contents

Other manuals for Keithley 6517B

Questions and Answers:

Question and Answer IconNeed help?

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

Keithley 6517B Specifications

General IconGeneral
BrandKeithley
Model6517B
CategoryMeasuring Instruments
LanguageEnglish

Related product manuals