LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

FPGA labview

Hello,
 
I would like to acquire data using Digital inpout of the FPGA data acquisition card. I am aware that the functions palette on labview has a few functions. there is no FPGA interface in the function palette, so no  "open FPGA VI reference". I have found only FPGA I/O node to bring the data. Is it enough?
 
thanks in advance,
 
Emmanuelle
0 Kudos
Message 1 of 2
(3,289 Views)

Hello Emmanuelle,

You will have different function palettes available to you depending on what hardware you are currently targetting.  If you are developing the VI that will be compiled to VHDL and run on the FPGA itself, the FPGA IO Node is all that you need to acquire data from the digital lines.  You can then use FIFO buffers to send the data to your Real-Time or Windows VI, which will use the "Open FPGA VI Reference" function in conjunction with FIFO reads to reference the appropriate data items.  There are some very good examples of this included with the LabVIEW FPGA module that will demonstrate the process. Let me know if you need more information!

Cheers,

Matt Pollock
National Instruments
0 Kudos
Message 2 of 2
(3,269 Views)