
Digitizer Application Information
35
HP E1563A and E1564A Digitizer Application Examples
This section contains example programs that demonstrate several
applications of the HP E1563A or HP E1564A Digitizer. The examples
described in this section list only the SCPI commands (see Chapter 3, HP
E1563A and HP E1564A Command Reference) required to perform the
application. The programming language is not included in print but C
programs are included on the VXIplug&play driver media under the
subdirectory "examples". You can use these examples to help you learn the
capabilities of the HP E1563A/E1564A and then to help you develop
programs for your specific application
C Language
Example Programs
Example programs are provided on the VXIplug&play media. These
programs have been compiled and tested using Microsoft® Visual C++™
Version 1.51 for the C programs. All of the C Language example programs
in this section are written for the HP 82341A HP-IB Interface Card using the
HP VISA I/O Library.
C Programs
All projects written in C programming language require the following
Microsoft® Visual C++™ Version 1.51 settings to work properly:
Project Type:QuickWin application (.EXE)
Project Files:<source code file name>.C
[drive:]\VXIPNP\WIN\LIB\MSC\VISA.LIB
(Microsoft® compiler)
[drive:]\VXIPNP\WIN\LIB\BC\VISA.LIB
(Borland® compiler)
Memory Model:Options | Project | Compiler | Memory Model
⇒
Large
Directory Paths:Options | Directories
Include File Paths:
[drive:]\VXIPNP\WIN\INCLUDE
Library File Paths:
[drive:]\VXIPNP\WIN\LIB\MSC
(Microsoft®)
[drive:]\VXIPNP\WIN\LIB\BC
(Borland®)
Example programs:
located on the Universal Instrument Drivers CD
Hardware Used
486 IBM compatible computer running Windows 3.1. The computer has an
HP 82341 HP-IB interface and HP SICL/Windows 3.1 & Windows/NT for
HP-IB software. The VXI modules were loaded in a VXI C-size mainframe
using an HP E1406A Command Module as resource manager connected to
the computer via the HP 82341 HP-IB card.
Compiling and
Linking a C
Program
You can find specific instructions for compiling C language programs for
the PC in the HP VISA User’s Guide. See the section "Compiling and
Linking an HP VISA Program.
Summary of Contents for E1563A
Page 8: ......
Page 24: ...24 Digitizer Module Set up ...
Page 84: ...84 Digitizer Command Reference ...
Page 110: ...110 ...
Page 138: ...138 HP E1563A and E1564A Register Based Programming Appendix B ...
Page 156: ...156 HP E1563A and E1564A Verification Tests ...