LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Broken wires with "Open FPGA Reference" connecting to a subVI

Solved!
Go to solution

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

 

0 Kudos
Message 11 of 14
(717 Views)

unfortunately there isn't really another way to recreate the SubVI's in dynamic mode other than the method that was described. 

Ryan
Applications Engineer
National Instruments
0 Kudos
Message 12 of 14
(702 Views)

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.

 

 

Download All
0 Kudos
Message 13 of 14
(688 Views)