06-05-2013 05:25 AM
I have the same problem of JP205 but changing the all the controls and the indicators to dynamic is not an option.
Indeed, I am using a library tha comes with the FPGA and I would have to perform this operation for 100 subVI or so.
The library contains subVIs that allow to configure ADCs and DACs connected to the FPGA (I am using a pair of NI 5641R) and it is fundamental.
Is there any other solution?
Thank you
06-06-2013 04:32 PM
unfortunately there isn't really another way to recreate the SubVI's in dynamic mode other than the method that was described.
06-07-2013 02:36 AM
What about casting one of the FPGA reference to the correct typedef by using a "Type Cast" function?
Could it work?
For instance, figure FPGA_reference1.jpg shows a snapshot of the code that references the first FPGA; figure FPGA_reference2.jpg depicts a similar piece of code, but in this case the second FPGA is referenced. The codes are meant to run in parallel.
It seems that a type cast has removed the conflicts with different typedef FPGA references.
07-19-2013 06:13 PM