LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

FPGA reference gets invalid

Hi,

i am taking the reference of FPGA VI in RT code.  passing it to sub VI. Sometimes i see link(wire) between FPGA reference and Sub VI is broke. What could be the reason? if i recreate the sub vi input it solves the problem.

 

Thank you,

Ranjith

0 Kudos
Message 1 of 4
(2,716 Views)
If u do any changes in the FPGA code and complile,then ur FPGA reference will updated, but inside the subvis you placed the old reference controls only.so its showing broken arrow in all of your subvis.
Balaji PK (CLA)
Ever tried. Ever failed. No matter. Try again. Fail again. Fail better

Don't forget Kudos for Good Answers, and Mark a solution if your problem is solved.
0 Kudos
Message 2 of 4
(2,706 Views)
I have many such references. how to overcome this problem?
0 Kudos
Message 3 of 4
(2,703 Views)
Dont pass the reference directly to subvi, Use globals,queue or notifiers to pass the reference inside the Vis. Try this but i dont know its a correct solution.
Balaji PK (CLA)
Ever tried. Ever failed. No matter. Try again. Fail again. Fail better

Don't forget Kudos for Good Answers, and Mark a solution if your problem is solved.
0 Kudos
Message 4 of 4
(2,700 Views)