IEEE-488 Programming
5-28
5.9.14 N — Open crosspoint
Purpose
To open crosspoints in a setup.
Format
Nrc(,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 N command opens crosspoints in the setup indicated by the edit pointer. If the edit pointer indi-
cates the present relay setup (zero), the specified crosspoint relays are opened immediately. If the
edit pointer indicates a setup stored in memory (1-100), the specified crosspoints are cleared.
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 open 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 closed. 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;NA55X"
' Open one crosspoint
PRINT #1, "OUTPUT 18;NA55,A56,B49,B50X"
' Open multiple crosspoints
5.9.15 O — Digital output
Purpose
To set the states of the digital output lines.
Format
Ovvvvv
Parameters
vvvvv=00000 to 65535
Decimal value of digital output
Default
Upon power-up or after receiving a DCL, SDC, or R0X command, the instrument defaults to
O00000 (all digital outputs set to logic low).
Description
This command is a decimal representation of the states of individual output lines of the digital
I/O port, where “1” is logic high and “0” is logic low. Bit assignments and corresponding con-
nector pins are shown below:
Programming notes
1. In a master/slave configuration, only the output of the master unit is updated.
2. Leading zeros are not necessary in the parameter value.
3. This command is equivalent to a multiple light pen operation(s).
4. Output is negative true logic. Setting bit high will make output go low (sink).
Example
PRINT #1, "OUTPUT 18;O15X"
' Set bits <3-0> high
PRINT #1, "OUTPUT 18;O0X"
' Restore default condition
Bit Position
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
0
Bit Weight
32768
16384
8192
4096
2048
1024
512
256
128
64
32
16
8
4
2
1
Digital
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
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 ...