LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Two FPGA targets, one RT app

I have one RT application that EITHER communicates with one Eight slot FPGA chassis or one Four slot FPGA chassis depending on the system configuration.  I want my RT app to be able to determine which target is present and download the appropriate bitstream. How can this be done?
0 Kudos
Message 1 of 3
(6,877 Views)
Hi Derek,

A quick and easy way to do this would be to just query the backplane Model Name before opening a reference to the FPGA.  You could do this with VISA as in the attached image and then select the apropriate bitstream.



Regards,

Steve

Message Edited by Bassett Hound on 05-29-2007 04:54 PM

Message Edited by Bassett Hound on 05-29-2007 04:55 PM

Message Edited by Bassett Hound on 05-29-2007 04:56 PM

0 Kudos
Message 2 of 3
(6,875 Views)
That worked. Thanks!
0 Kudos
Message 3 of 3
(6,712 Views)