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.

Academic Hardware Products (myDAQ, myRIO)

cancel
Showing results for 
Search instead for 
Did you mean: 

Communication between myRIO RT and myRIO FPGA

Hi,

 

I am trying to develop a general control architecture on FPGA side. The idea is to modify the controller parameter values on the RT side and the FPGA side should adapt accordingly. The goal is to avaoid unnecessary compilation/build time for FPGA code.

 

How can I transfer a parameter from RT to FPGA side?

 

Thanks,

Mayank

0 Kudos
Message 1 of 3
(5,071 Views)

Hello Mayank,

 

There is a good LabVIEW Help document that should answer your question about available communication methods:

https://www.ni.com/docs/en-US/bundle/labview-fpga-module/page/lvfpgaconcepts/fpga_data_transfer_over...

 

If you are looking to transfer a large amount of data quickly/deterministically, I would suggest DMA FIFO.

 

 

0 Kudos
Message 2 of 3
(5,054 Views)

Thank you, Siana.

 

Mayank

0 Kudos
Message 3 of 3
(5,052 Views)