S Mode Functions
Chapter 5
GPIB-SCSI-A User Manual
5-34
© National Instruments Corp.
eot - Enable/Disable END Message on GPIB
Writes
Type:
Initialization function
Purpose:
Use
eot
at the beginning of your program if you want to
change how the GPIB-SCSI-A terminates GPIB writes. Using
eot
, you tell the GPIB-SCSI-A to automatically send or not
send the GPIB END message with the last byte that it writes to
the GPIB.
Format:
Bit
7
6
5
4
3
2
1
0
Byte
0
Opcode = C6H
1
Reserved
2
Reserved
3
Reserved
Mode
4
Reserved
5
Reserved
Remarks:
If Mode is 1, the GPIB-SCSI-A automatically sends the END
message with the last byte of each
wrt
. If Mode is 0, END is
not sent. The power-on default is 1.
The assignment made by
eot
remains in effect until you call
eot
again, call
onl
, or you turn off the GPIB-SCSI-A.
The GPIB-SCSI-A sends the END message by asserting the
GPIB EOI* signal during the last byte of a data transfer.
eot
is used primarily to send variable length data.
The information transfer phases that the GPIB-SCSI-A drives
the SCSI through after selection are the Command, Status, and
Message In phases.
See Also:
GPIB Read and Write Termination Method in Chapter 4,
Programming in S Mode.
Содержание GPIB-SCSI-A
Страница 20: ......
Страница 27: ......
Страница 355: ...Appendix C Operation of the GPIB National Instruments Corp C 7 GPIB SCSI A User Manual Figure C 2 Linear Configuration ...
Страница 356: ...Operation of the GPIB Appendix C GPIB SCSI A User Manual C 8 National Instruments Corp Figure C 3 Star Configuration ...