![Tektronix 2714 Programmer'S Manual Download Page 226](http://html1.mh-extra.com/html/tektronix/2714/2714_programmers-manual_1077901226.webp)
Programming
6–28
2714 & 2715 Programmer Manual
'==================
' set up ESCape key
'==================
'
KEY(15) OFF
KEY 15, CHR$(&H0) + CHR$(&H1)
ON KEY(15) GOSUB END.PROGRAM
KEY(15) ON
'
'=============================
' set up the communication key
'=============================
'
ON COM(1) GOSUB READ.BUFFER
'
'==============
' select device
'==============
'
func% = 1
CALL RS232.CALLS
'
'========================
' call crossĆmod. routine
'========================
CALL CROSS.MOD
'
RERUN.TEST:
LOCATE 20, 10
PRINT "Press {Enter} to rerun program, or {Esc} to end."
WHILE INKEY$ <> "": WEND
DO WHILE INKEY$ <> CHR$(13)
LOOP
CALL CROSS.MOD
GOTO RERUN.TEST
'
END.PROGRAM:
COLOR 7, 0
CLS
END
'
'****************************************************************
'
*
' read routine for RS232 branched from RS232.
*
' CALLS subprogram
*
'
*
'****************************************************************
Summary of Contents for 2714
Page 4: ......
Page 11: ...Introduction ...
Page 12: ......
Page 38: ...Introduction to Programming 1 26 2714 2715 Programmer Manual ...
Page 39: ...Message Structure ...
Page 40: ......
Page 54: ...Instrument Specific Message Structure 2 14 2714 2715 Programmer Manual ...
Page 55: ...Functional Groups ...
Page 56: ......
Page 85: ...Command Query ...
Page 86: ......
Page 179: ...Status Reporting ...
Page 180: ......
Page 197: ...Programming ...
Page 198: ......
Page 266: ...Programming 6 68 2714 2715 Programmer Manual ...
Page 267: ...Appendices ...
Page 268: ......
Page 276: ...Appendix A RS 232 Concepts A 8 2714 2715 Programmer Manual ...
Page 296: ...Appendix B GPIB System Concepts B 20 2714 2715 Programmer Manual ...
Page 297: ...Index ...
Page 298: ......
Page 307: ......
Page 308: ......