![Tektronix 2714 Скачать руководство пользователя страница 259](http://html1.mh-extra.com/html/tektronix/2714/2714_programmers-manual_1077901259.webp)
Programming
2714 & 2715 Programmer Manual
6–61
' terminate auto polling
'=======================
'
PEN OFF
'
'===============
' exit module
'===============
'
END SUB
Sample GPIB Controller
The following
COMM2714 or 2715
program is a simple utility for communicat-
ing with the 2714 or 2715 spectrum analyzer over the GPIB. It contains some of
the subroutines (or elements of them) discussed earlier in this section, in addition
to some new material. This simple program shows how to command and
interrogate the 2714 or 2715 in a manner that enables several useful operations to
be performed.
NOTE
. The 2714 or 2715 must have a spectral display on its screen when any
RS-232 or GPIB program is executed. If the 2714 or 2715 is displaying a menu
when a program is executed, the program will not run properly.
'
COMM2714 or 2715
'
' program to communicate with a Tektronix 2714 or 2715 Spectrum
Analyzer
' via the GPIB
'
' declare GPIB system software reserved variables
REM $INCLUDE: 'qbdecl4.bas'
'
' declare common global variables
COMMON SHARED bd%,BDNAME$,RD$,wrt$
COMMON SHARED event.code$,NUMBYT%
'
' dimension max size of returned data string
RD$ = SPACE$(5000)
'
' dimension an integer array for packed integer CURve? response
DIM SHARED CUR%(512)
Example 6–10
Sample GPIB Controller
Program
Содержание 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: ......