Agilent Technologies 8163A Work Light User Manual


 
The Agilent 816x VXIplug&play Instrument Driver Using Visual Programming Environments
218 Agilent 8163A/B, 8164A/B & 8166A/B Mainframes, Fifth Edition
Using Visual Programming
Environments
Getting Started with Agilent VEE
Agilent Technologies Visual Engineering Environment (Agilent VEE) is a
visual programming language optimized for instrument control
applications. To develop programs in Agilent VEE, you connect graphical
‘objects’ instead of writing lines of code. These programs resemble easy-
to-understand block diagrams with lines.
Agilent VEE allows you to leverage your investment in textual languages
by integrating with languages such as C, C++, Visual Basic, FORTRAN,
Pascal, and Agilent BASIC.
Agilent VEE controls GPIB, VXI, Serial, PC Plug-in, and LAN instruments
directly over the interfaces or by using instrument drivers.
Agilent VEE supports VXIplug&play drivers in the WIN, WIN95, WINNT,
and Agilent-UX frameworks. In addition, versions 3.2 and above of Agilent
VEE support the graphical Function Panel interface, providing a function
tree of the hierarchy of the driver.
GPIB Interfacing in Agilent VEE
Agilent VEE supports interfacing with an instrument from a GPIB card.
Before you can do this, you must do the following:
1 Select Instrument Manager from the I/O menu.
This appendix assumes that you are using Windows 95. If you are using
Windows NT, please replace every reference to
win95 with winnt.
Windows 95 and Windows NT are registered trademarks of Microsoft
corporation.
Agilent VEE automatically calls the initialize and close functions to
perform automatic error checking.
NOTE