LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to read individual elements from FPGA read write control?

Hi,
 I want to perform a read operation with FPGA read write control. In my FPGA code there is a read operation using FPGA io node, the data thus obtained is stored in a cluster in FPGA vi. In my host code, i want to read that cluster elements individually. How can i implement it in the FPGA read write control???
0 Kudos
Message 1 of 4
(2,753 Views)
If your FPGA vi has a cluster on the front panel and you want to read from that cluster in your host vi (using read/write node) then you can ether read all elements of the cluster or individual elements.
 


Message Edited by StevenA on 06-26-2008 11:02 AM
SteveA
CLD

-------------------------------------
FPGA/RT/PDA/TP/DSC
-------------------------------------
0 Kudos
Message 2 of 4
(2,740 Views)
Thanks Steven. Can you tell me whether i can connect this individual cluster elements which is a fixed point number acquired from an io module in my case, to a waveform chart?
0 Kudos
Message 3 of 4
(2,719 Views)
Yes, that's no problem.  When you wire it to the chart, Labview will automatically convert the fixed point type to a double.
SteveA
CLD

-------------------------------------
FPGA/RT/PDA/TP/DSC
-------------------------------------
0 Kudos
Message 4 of 4
(2,717 Views)