LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

FPGA to FPGA communicaton in PXI chassis

I have two NI 5641R FPGA boards mounted in a 1062Q PXI chassis.

I would like to exchange data directly between the FPGAs. Is there a way to access the PXI bus from the FPGA code?

 

One solution could be sending data to the RT controller and then forwarding it to the other FPGA.

Nevetheless, I would like to find a way to communicate directly  between the 5641R boards.

0 Kudos
Message 1 of 5
(2,707 Views)

I believe going through RT controller would be your only option since these cards do not offer high-speed DMA transfers like what some of the RF signal generators provide.

 

If you are still very much interested and if you have any spare digital IO on both of your boards, you could implement a communication along with some needed hardware connections between the boards.  But that's not a quick task...

 

-DP

 

BatchTest Corp.

NI Alliance Partner

--------------------------------------------------------

New Controls & Indicators made using vector graphics & animations? Click below for Pebbles UI


0 Kudos
Message 2 of 5
(2,693 Views)
0 Kudos
Message 3 of 5
(2,689 Views)

...I'm afraid your devide does not support p2p communication 😕

0 Kudos
Message 4 of 5
(2,688 Views)

Thank you MarcoMauri, indeed my device does not support peer-to-peer communication.

It seems that my only choice is passing data through the RT microcontroller.

 

0 Kudos
Message 5 of 5
(2,668 Views)