Keithley 2002 Getting Started Manual page 75

Hide thumbs Also See for 2002:
Table of Contents

Advertisement

Continuous triggering #1
The following example program sets up the Model 2002 to take readings as fast as it can once
it receives an external trigger. The actual reading rate will depend upon other factors, such as A/D
integration time, autozero mode, autorange on/off, etc.
'Example program to demonstrate continuous triggering
'For QuickBASIC 4.5 and CEC PC488 interface card
'Edit the following line to where the QuickBASIC
'libraries are on your computer
'$INCLUDE: 'c:\qb45\ieeeqb.bi'
'Initialize the CEC 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(16, "*rst", status%)
'*RST sets TRIG:SOUR to IMM
CALL SEND(16, "arm:lay2:sour ext", status%)
CALL SEND(16, "trig:coun inf", status%)
'start everything
CALL SEND(16, "init", status%)
After the Model 2002 receives the
model, waiting for a pulse on the external trigger jack. After the external trigger signal occurs,
the Model 2002 moves to the
ing is triggered immediately, with a subsequent reading triggered as soon as the previous one is
finished.
command, it stops in
INITiate
layer. Since
TRIGger
TRIGger:SOURce
IEEE-488 Bus Operation
of the trigger
ARM:LAYer2
is set to
, a read-
IMMediate
3-21

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents