Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

open two fpga references

Hello!
It´s properly to open two FPGA references in the VI host?
I have only one VI FPGA, but it contains a while loop, and a secuence. So I want to execute the while loop continually while the secuence is execute only one time...
 
thanks!
0 Kudos
Message 1 of 6
(6,745 Views)

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,

Regards,

Jaime Cabrera

NI Applications Engineering Spain
0 Kudos
Message 2 of 6
(6,667 Views)
Ok, thank you very much
0 Kudos
Message 3 of 6
(6,649 Views)

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

0 Kudos
Message 4 of 6
(6,649 Views)
You can open multiple references to the same FPGA VI (or bitfile) on the host but how do remote hosts (via VI Server) fit into this?  Can you open multiple references remotely?
0 Kudos
Message 5 of 6
(6,517 Views)

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
Download All
0 Kudos
Message 6 of 6
(2,968 Views)