3 4
PCLS-848-P User's Manual
3.4.10. ieoutput
NAME:
icoutput
—
Outputs a string to a device or to the bus.
SYNTAX:
icoutput(addr,outstr);
addr:integer;
Device address. If 0 < = addr < =3O, then it outputs the string
to the specified device. Otherwise, it outputs the string to the
interface bus.
outstr:lstring;
Data string to be output.
DESCRIPTION:
This procedure outputs a string to the specified device or to the interface bus.
After the string is sent, the terminator specified by the procedure iecol is sent.
BUS ACTIVITY:
- If 0 <= addr <= 30
ATN is set true.
REN is set true.
UNL is sent.
LAD is sent.
MTA is sent.
ATN is set false.
Data string (outstr) is output.
EOL string and/or EOI is output.
- If addr < 0 or addr > 30
ATN is set false.
Data string (outstr) is output.
EOL string and/or EOI is output.
Содержание PCLS-848-P
Страница 1: ...PCLS 848 P IEEE 488 INTERFACE CARD PASCA SUPPORT PACKAGE USER S MANUAL...
Страница 6: ...Figures Figuree 7 1 PCL 848A B Block Diagram 77...
Страница 10: ...4 PCLS 848 P User s Manual...
Страница 20: ...14 PCLS 848 P User s Manual...
Страница 32: ...26 PCLS 848 P User s Manual If addr 0 or addr 30 ATN is set false String is entered...
Страница 37: ...CHAPTER 2 INSTALLATION 31 ieinit ioport myaddr setting...
Страница 42: ...36 PCLS 848 P User s Manual If addr 0 or addr 30 ATN is set false Long string is sent...
Страница 56: ...50 PCLS 848 P User s Manual...
Страница 80: ...74 PCLS 848 P User s Manual...
Страница 83: ...CHAPTER 7 THEORY OF OPERATION 77 Figuree 7 1 PCL 848A B Block Diagram...
Страница 84: ...78 PCLS 848 P User s Manual...
Страница 95: ...CHAPTER 7 THEORY OF OPERATION 89...
Страница 97: ...CHAPTER 7 THEORY OF OPERATION 91 Handshake Timing Sequence...
Страница 102: ...96 PCLS 848 P User s Manual...