LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

dll

I am trying to use the AD9430 board with LabVIEW. The board has included software, ADC Analyzer, which takes in a signal and can do limited analysis of the signal. However, they don't have any software to integrate with LabVIEW.

I am trying to use a DLL that was included with ADC Analyzer. However, I do not know what type of functions and how to use those functions (specifically, what paramters to pass in) in the DLL. I was wondering if anyone could help out? The DLL is "FIFOInterface.dll"


0 Kudos
Message 1 of 4
(2,897 Views)
As far as I can tell, the AD9430 is an A/D converter from Analog Devices and is not a board. Whoever made the board with this IC on it will have to provide more information. Just having a dll is not enough. You need a description of the functions in the dll and the calling parameters. Having a .h file will help with the calling parameters but you really need the additonal information as well.
0 Kudos
Message 2 of 4
(2,888 Views)

use the "call library function node" under the "advanced" tab.  Right click the node after you place it on the block diagram anc goto "configure".  Press "browse" and point the path to your .dll  All of the functions in the dll will then be displayed in the "function name" dialog box.  You can click "add parameter after" to add the parameters of the function.  You can then wire inputs/outputs to the "call library function node" on your block diagram.

 

 

hope this helps

 

0 Kudos
Message 3 of 4
(2,887 Views)

Are you referring to the "AD9430-170/210-CMOS evaluation board"?

You can use dll's with LabView by using the "call library function node" as described by DCSmith.  Hopefully the board came with API's that describe how to use the dll's

JLV

0 Kudos
Message 4 of 4
(2,883 Views)