IEEE-488 Programming
5-3
Step 5: Modify program for requesting data
To display or print setup data, you must specify one of the
data output formats that sends ASCII characters. Note that a
variety of data formats are available, as discussed in para-
graph 5.9. The data can be a setup stored in memory or the
present relay setup. Modify the previous sample program
with the following statements. Add the statements immedi-
ately before the GOTO line.
When the program is run with these statements, it lists the
closed crosspoints that you have entered.
Step 6: Modify program for triggering
Triggers provide a quick way for copying relay data from a
pre-programmed setup to the relays. Each valid trigger caus-
es the next sequential setup to be copied to the relays and the
relay pointer to be updated.
Modify the previous sample program with the following
statements. Add the statements immediately before the END
line.
When any key on the keyboard is pressed, this program mod-
ification triggers setup #1 to the relays. This is because the
relay step pointer, which is different from the edit pointer,
was set to zero by power-up.
5.3
Bus cable connections
The following paragraphs provide information needed to
connect instrumentation to the IEEE-488 bus. The Model
708A is connected to the IEEE-488 bus through a cable
equipped with standard IEEE-488 connectors. See Figure
PRINT #1, "OUTPUT 18;
U2,1G2X"
PRINT #1, "ENTER 18"
LINE INPUT #2, A$
PRINT A$
' Set data format for setup #1.
' Get stored setup data
' and print.
PRINT "PRESS ANY KEY TO
CONTINUE"
DO
LOOP WHILE INKEY$=" "
PRINT #1, "OUTPUT
18;F1T2X"
PRINT #1,"TRIGGER 18"
' Wait for keypress.
' Enable triggers, select
' trigger-on GET.
' Trigger setup #1 to
' relays.
5-2. Two screws are located on each connector to ensure that
connections remain secure. Present standards call for metric
threads, as identified by dark colored screws. (Earlier ver-
sions had silver colored screws. Do not use these connectors
with the Model 708A.)
A typical connecting scheme is shown in Figure 5-3. Each
cable normally has a standard connector on each end. These
connectors are designed to be stacked to allow a number of
parallel connections on one instrument. To avoid possible
damage, do not stack more than three connectors on any one
instrument.
AA
AA
A
A
Figure 5-2
IEEE-488 connector
Figure 5-3
IEEE-488 connections
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com
Summary of Contents for 708A
Page 135: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Page 136: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Page 137: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Page 138: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Page 139: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Page 145: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Page 146: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Page 147: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Page 148: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Page 149: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Page 150: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...