Acqiris U1084A Panduan Memulai - Halaman 16

Jelajahi secara online atau unduh pdf Panduan Memulai untuk Kartu PCI Acqiris U1084A. Acqiris U1084A 20 halaman. Acquisition card, 8-bit, up to 4 gs/s and 1.5 ghz bandwidth

Step 5: Using the Applications
Running C/C++, LabVIEW or MATLAB Applications under
Windows
Several example programs may be found in the folder:
C:\Program Files (x86)\Agilent\MD1\U10xx_Digitizers\C++\Windows\VS2008
Existing C/C++ software applications
If you have previously written applications with the Acqiris software, it will be necessary to
make some changes to your project to use the new AgMD1Fundamental driver as follows:
1. In the project properties, set the include directory to:
2. In the project properties, link to the new library:
3. In your code, include the header file:
You may now compile and run your existing code with the new AgMD1Fundamental driver.

New C/C++ software applications

Simply refer to the information in the Programmers Guide and Programmers Reference
documents, and also in the example programs:
These manuals will be installed to your computer with the driver package, and may be found
from the Windows Start Menu: Start > All Programs >Agilent > MD1 > Documentation

LabVIEW applications

Use the Acqiris LabVIEW driver (uses AqDrv4.dll) which is provided in the folder:
C:\Program Files (x86)\Agilent\MD1\U10xx_Digitizers\LabVIEW
MATLAB applications
Use the MATLAB MEX interface which is provided in the folder:
C:\Program Files (x86)\Agilent\MD1\U10xx_Digitizers\MATLAB
16
C:\Program Files (x86)\Agilent\MD1\U10xx_Digitizers\include
(default installation).
AgMD1Fundamental.lib
or,
AgMD1Fundamental_64.lib
These libraries are located in:
C:\Program Files (x86)\Agilent\MD1\U10xx_Digitizers\lib
AgMD1Fundamental.h
Programmers Reference Manual, U1092-90002
Programmers Guide, U1092-90003
(in place of AqDrv4.lib)
(in place of AqDrv4_64.lib)
(in place of AcqirisImport.h and AcqirisD1Import.h)
Acqiris U1084A Startup Guide