LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

NiFpga_Open

 

I use a PCI-7853R. I coded in the FPGA calculation with arrays in a cluster.

1) To the call function NiFpga_Open, I do not know what to put in the parameter resource.

2) In the file "NiFpga_FPGA.h" created by "C API Generator" I find some enum for the classical variables, but nothing for the cluster and the table it contains. what must I do?

0 Kudos
Message 1 of 2
(2,918 Views)

Array of clusters is not supported by the LabVIEW FPGA C API. You can try changing your VI to use separate arrays for each of the fields in the cluster and regenerate the C code.

0 Kudos
Message 2 of 2
(2,912 Views)