CHAPTER 3 PROGRAMMING REFERENCE
25
3.4.10. OUTPUT Purpose :
This command outputs a string to the specified device or to the interface bus. After
the string is sent, the terminator 3 specified by the EOL command is sent.
Offset :
OUTPUT%=3
Syntax :
CALL OUTPUTi(ADDR%,D$)
----BASIC
CALL ABSOLUTB(ADDR%D$,OUTPUT%)
----BASIC Compiler 3
Parameter :
ADDRt -
Device address. If 0 <= addr <= 30, then it outputs the string to
the specified device. Otherwise, it outputs the string to the
interface bus.
D$ -
The data string variable to be output.
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 is sent.
EOL string and/or EOI is sent.
- If addr < 0 or addr > 30
ATN is set false.
Data string is sent.
EOL string and/or EOI is sent.
Summary of Contents for PCL-848A/B
Page 1: ...PCL 848A B MULTIFUNCTION IEEE 488 INTERFACE CARD ...
Page 6: ...Figures Fig 2 2 Location of switches and jumpers 4 Fig 7 1 PCL 848A B Block Diagram 59 ...
Page 65: ...CHAPTER 7 TBEORY OP OPERATION 59 Fig 7 1 PCL 848A B Block Diagram ...
Page 76: ...70 PCL 848AB User s Manual ...
Page 78: ...72 PCL 848AB User s Manual Handshake Timing Sequence ...