IEEE-488 Programming
5-17
5.9.4 C — Close crosspoint
Purpose
To close crosspoints in a setup.
Format
Crc(,rc)...(,rc)
Parameters
r = A to H
Row designation of crosspoint
c = 1 to 60
Column designation of crosspoint (60 with maximum of five Model 708A units)
Description
The C command closes crosspoints in the setup indicated by the edit pointer. If the edit pointer
indicates the present relay setup (zero), the specified crosspoint relays are closed immediately.
If the edit pointer indicates a setup stored in memory (1-100), the specified crosspoints are set.
Programming notes
1. Do not include parentheses in command strings. They indicate that the option and associated
comma delimiter are optional.
2. Up to 25 crosspoints per mainframe can be specified in one close command (with a master
and four slaves, the limit is 125 crosspoints). In the same command string, up to 25 cross-
points per mainframe can be opened. If either limit is exceeded, an IDDCO results.
3. The maximum value of the column parameter depends on the configuration (12 for stand-
alone, 60 for master with four slave units). An IDDCO results if the maximum value is
exceeded.
4. This command is equivalent to multiple light pen operation(s).
Example
PRINT #1, "OUTPUT 18;CA55X"
' Close one crosspoint
PRINT #1, "OUTPUT 18;CA55,A56,B49,B50X"
' Close multiple crosspoints
5.9.5 D — Digital output
Purpose
To set the states of the digital output lines.
Format
Db,s
Parameters
b = 1 to 16
Output bit position
s = 0 to 1
0 = off, 1 = on
Default
Upon power-up or after receiving a DCL, SDC, or R0X command, the instrument defaults to
D0,0 (all digital outputs set to logic low).
Description
This command sets individual output lines of the digital I/O port, where “1” is logic high and
“0” is logic low.
Programming notes
1. In a master/slave configuration, only the output of the master unit is updated.
2. Output is negative true logic. Setting a bit high will make an output go low (sink).
3. The O command can also be used to set the states of digital output lines.
Example
PRINT #1, "OUTPUT 18;D3,1X"
‘Turn on digital output 3
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com
Содержание 708A
Страница 135: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Страница 136: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Страница 137: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Страница 138: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Страница 139: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Страница 145: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Страница 146: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Страница 147: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Страница 148: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Страница 149: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Страница 150: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...