![Tektronix 2714 Скачать руководство пользователя страница 194](http://html1.mh-extra.com/html/tektronix/2714/2714_programmers-manual_1077901194.webp)
Status Reporting
5–14
2714 & 2715 Programmer Manual
Example 5-1 shows a QuickBASIC subroutine that can be used with the National
Instruments GPIB board and software to report the current status byte. The first
five lines must be part of the parent program.
IBFIND
and
IBRSP
are callable
subroutines supplied by National Instruments. See Programming for explana-
tions and additional programming instructions.
REM $INCLUDE 'IBDCL4.BAS'
COMMON SHARED BDNAME$,BD%,SPR$
BDNAME$ = "TEK_SA"
CALL IBFIND (BDNAME$, BD%)
GOSUB SERIAL.POLL
:
:
SERIAL.POLL:
CALL IBRSP (BD%,SPR%)
PRINT SPR%
RETURN
Example 5-1
Subroutine to Read the
Status Byte
Содержание 2714
Страница 4: ......
Страница 11: ...Introduction ...
Страница 12: ......
Страница 38: ...Introduction to Programming 1 26 2714 2715 Programmer Manual ...
Страница 39: ...Message Structure ...
Страница 40: ......
Страница 54: ...Instrument Specific Message Structure 2 14 2714 2715 Programmer Manual ...
Страница 55: ...Functional Groups ...
Страница 56: ......
Страница 85: ...Command Query ...
Страница 86: ......
Страница 179: ...Status Reporting ...
Страница 180: ......
Страница 197: ...Programming ...
Страница 198: ......
Страница 266: ...Programming 6 68 2714 2715 Programmer Manual ...
Страница 267: ...Appendices ...
Страница 268: ......
Страница 276: ...Appendix A RS 232 Concepts A 8 2714 2715 Programmer Manual ...
Страница 296: ...Appendix B GPIB System Concepts B 20 2714 2715 Programmer Manual ...
Страница 297: ...Index ...
Страница 298: ......
Страница 307: ......
Страница 308: ......