From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

RT Parallel FPGA Reference

Hi,

 

Can anyone explain to be the ramifications of having multiple parallel loops all accessing the same open FPGA reference? As an example, this technique is used in the CompactRIO Project Template.

tcapuanoaps_0-1628014794129.png

 

Are there any hidden mutexs on the reference? What happens if multiple loops all try and read from the same variable?

 

Thanks,

Tom

0 Kudos
Message 1 of 8
(1,185 Views)

The ability to access the same FPGA VI reference is benefit. Often times we access data or FIFOs from more than one loop.

 

The system should be designed to not try to set values from more than one loop. 


Certified LabVIEW Architect, Certified Professional Instructor
ALE Consultants

Introduction to LabVIEW FPGA for RF, Radar, and Electronic Warfare Applications
0 Kudos
Message 2 of 8
(1,153 Views)

Thanks for the reply.

So, no hidden gotchas?

0 Kudos
Message 3 of 8
(1,130 Views)

Your comment reminded me what a wise friend told me once. "you always need to know the gimmies and gotchas of any technology."

 

Ask about more scenarios that you are concerned about being gotchas and we'll analyze them here.


Certified LabVIEW Architect, Certified Professional Instructor
ALE Consultants

Introduction to LabVIEW FPGA for RF, Radar, and Electronic Warfare Applications
0 Kudos
Message 4 of 8
(1,123 Views)

Thanks Terry,

 

I don't have any particular concerns. I have seen plenty of code that does it, but I have never found a detailed reference going into how the reference actually works under the hood. I just don't want to accidentally run into some resource contention.

 

Tom

0 Kudos
Message 5 of 8
(1,119 Views)
0 Kudos
Message 6 of 8
(1,104 Views)

Thanks. Primarily, reference 4 is some of the information I want.

 

Personally, I would like more information about the last sentence:


"The only type of access that you can always make safely using multiple FPGA VI references is reading controls and indicators."

 

I am looking for more information on the other not "always" cases.

 

Regards,

Tom

 

0 Kudos
Message 7 of 8
(1,084 Views)

There are NI presentations (which I cannot find) which talk about maximum number of references and other technical details.

 

I would check the same help article under newer versions of LabVIEW and see if there is anything new.

 

Which reminds me that NI has not updated online help links since 2018.  We are always linking people to 2018 help.  This problem has been taken up with NI here: https://forums.ni.com/t5/Feedback-on-NI-Community/User-manuals-not-updated-on-NI-site/td-p/4160150.


Certified LabVIEW Architect, Certified Professional Instructor
ALE Consultants

Introduction to LabVIEW FPGA for RF, Radar, and Electronic Warfare Applications
0 Kudos
Message 8 of 8
(1,077 Views)