10-21-2015 02:42 AM
Hello,
I'm having a broken vi due to two FPGA Interface Dynamic types with different configuration. Im using a labview bit file as an input to an invoke node. Any idea how can i match my FPGA Reference Out vi output? Thanks a lot.
10-21-2015 08:37 AM
We really need some image or attached project to know what is going on in your code. There should be no reason to have a broken wire from wiring an FPGA VI reference directly to an invoke method (make sure it is from the FPGA Interface Palette) unless you are wiring the reference into a subVI.
In that case you can try to cast the reference.
http://zone.ni.com/reference/en-XX/help/371599L-01/lvfpgahost/fpga_dyn_interface_cast/
That is just a shot in the dark though and we really need some more information about what you are doing.
10-21-2015 09:52 PM
Thanks Matt! Code works after repairing the NI FPGA Module 🙂