•
Be sure the necessary paths have been added to the
AUTOEXEC.BAT file for the compilers to find the library and
header files (see the appropriate C Language manual to set the
proper paths).
To compile the programs from the DOS command line using the Large
memory model, execute the following:
•
Microsoft
®
C:
cl /AL <
path \program name
>
path \clhpib.lib
•
Microsoft
®
QuickC
©
:
qcl /AL <
path \program name
>
path \clhpib.lib
•
Turbo C
©
and Turbo C
++
©
:
tcc -ml <
path \program name
>
path \tchhpib.lib
Change the “
/AL
” and “
-ml
” parameters to the appropriate types when
compiling in the smaller memory models (see the appropriate C Language
manual for the parameter type).
C Program Example
Following is an example program written in C using the HP 82335 HP-IB
Interface Card. The program:
•
sends commands to the AFG to generate an arbitrary waveform
•
receives data from the AFG
•
shows how to send coupled commands
•
performs error checking of the AFG
Chapter 1
Getting Started with the HP E1340A 26
Summary of Contents for E1340A
Page 12: ...Notes 12 HP E1340A Arbitrary Function Generator Module User s Manual ...
Page 14: ...14 HP E1340A Arbitrary Function Generator Module User s Manual ...
Page 42: ...Chapter 2 Generating Standard Waveforms with the HP E1340A 42 ...
Page 54: ...Chapter 2 Generating Standard Waveforms with the HP E1340A 54 ...
Page 58: ...Chapter 3 Generating Arbitrary Waveforms with the HP E1340A 58 ...
Page 84: ...Chapter 4 HP E1340A Sweeping and Frequency Shift Keying 84 ...
Page 130: ...Chapter 6 HP E1340A High Speed Operation 130 ...
Page 202: ...202 HP E1340A SCPI Conformance Information Chapter 7 ...
Page 218: ...218 HP E1340A Specifications Appendix A ...
Page 284: ...284 HP E1340A Register Based Programming Appendix C ...
Page 295: ...Index HP E1340A Arbitrary Function Generator User s Manual 295 ...