09-16-2011 03:04 AM
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?
09-16-2011 09:50 AM
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.