G Mode Functions
Chapter 7
GPIB-SCSI-A User Manual
7-20
© National Instruments Corp.
dtin
(continued)
/* After transferring the data and ensuring
* that the Target is in the Status phase,
* a call to cmp allows the GPIB-SCSI-A to
* process the Status and Message In phases.
*/
}
else
/* state == RDY */
{
ibwrt (gpibscsia, "cmp\n", 4);
/* Because you have a box ready indication
* from the GPIB-SCSI-A, the Target went into
* the Status phase instead of a Data In phase.
* The call to cmp allows the GPIB-SCSI-A to
* process the Status and Message In phases.
*/
unexpected_abort()
/* Because there was no data transferred,
* some sort of error occurred. Perform
* desired type of error recovery.
*/
}
Содержание 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 ...