![Tektronix 2714 Скачать руководство пользователя страница 204](http://html1.mh-extra.com/html/tektronix/2714/2714_programmers-manual_1077901204.webp)
Programming
6–6
2714 & 2715 Programmer Manual
'======================
' set up the ESCape key
'======================
'
KEY(15) OFF
KEY 15, CHR$(&H0) + CHR$(&H1)
ON KEY(15) GOSUB END.PROGRAM
KEY(15) ON
'
'==============================
' Set up the communications key
'==============================
'
ON COM(1) GOSUB READ.BUFFER
'
'=========================================================
' Now execute routine which will accept all user input and
' display all responses. Procedure continues until the user
' presses the ESCape key.
'=========================================================
'
CALL ENTERCOMMAND
'
'========================================================
'end program and return to DOS when ESCape key is pressed
'========================================================
'
END.PROGRAM:
'
COLOR 7, 0
CLS
END
'
'**************************************************
'*
*
'* read routine for RS232 branched from RS232.
*
'* CALLS subprogram
*
'*
*
'**************************************************
'
'===========
READ.BUFFER:
'===========
'
COM(1) OFF
'turn automatic branch off
'
rd$ = ""
'initialize string to save
Содержание 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: ......