![Tektronix 2714 Скачать руководство пользователя страница 218](http://html1.mh-extra.com/html/tektronix/2714/2714_programmers-manual_1077901218.webp)
Programming
6–20
2714 & 2715 Programmer Manual
hold.wrt$ = wrt$
'
'
waveform preamble for binary
'
data transfer
'
wrt$ = "WFM ENC:B;"
func% = 3
CALL RS232.CALLS
'
wrt$ = hold.wrt$
'
'
validate that curve query is
'
properly formatted
'
IF INSTR(wrt$, "CURVE") OR INSTR(wrt$, "CURV") THEN
IF LEN(wrt$) < 8 THEN
posit = INSTR(wrt$, "?")
tem.wrt$ = LEFT$(wrt$, posit)
wrt$ = tem.wrt$ + " D"
END IF
ELSEIF LEN(wrt$) < 6 THEN
posit = INSTR(wrt$, "?")
tem.wrt$ = LEFT$(wrt$, posit)
wrt$ = tem.wrt$ + " D"
END IF
'=====================
' send the curve query
'=====================
wrt$ = "HDR ON;" + wrt$
'insure that hdr is on
PRINT #1, wrt$
'=============================
' read and format the response
'=============================
func% = 5
CALL RS232.CALLS
'
'==============
' go display it
'==============
'
GOSUB DISPLAY.WAVE
'
RETURN
'
'****************************************************************
' Here is an example of a hex waveform being sent to the 2714 or
2715. *
Содержание 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: ......