10-19-2007 11:33 AM
10-22-2007 04:10 AM
No...
that is not possible due to the fact you have to recompile the code and program the FPGA again then...
You should manage to make it programatically,
Regards,
10-22-2007 12:26 PM
10-22-2007 12:38 PM
You can open multiple references to the same FPGA VI (or bitfile) on the host. However, you cannot open references to different FPGA VIs at the same time on the host. In order to communicate with different FPGA VIs on the host, you must first close reference to one before opening reference to another.
Tunde A
LabVIEW FPGA
10-23-2007 12:15 PM
09-06-2018 12:44 AM
Hi,
I need to use the same FPGA Target reference at two different VIs. I tried in two different ways.
Method 1: Opening the FPGA Reference at two different VIs - It works.
Method 2: Opening the FPGA Reference at one VI and writing the reference to the Single-process shared variable (Type def: Dynamic FPGA Reference) - It doesntwork and broken up the cRIO connection.
Which is the right method to use?
TIA
Shree
@dwisti