LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Choose which FPGA Program to load to Target

When loading the FPGA target with a VI, I'd like to choose programatically which VI to load.
 
Can anyone show the way ?  See attached .jpg.
0 Kudos
Message 1 of 4
(3,551 Views)
You could use a case structure...


Message Edited by SarahB on 08-30-2006 05:39 AM

Sarah

Applications Engineer | National Instruments | UK & Ireland
0 Kudos
Message 2 of 4
(3,542 Views)
Look at the Using the Upcast Function shipping example.  You can use multiple Open FPGA References as long as the front panels of the FPGA VIs are the same and you are not using DMA.
 
Regards,
Joseph D.
National Instruments
Message 3 of 4
(3,528 Views)
many thanks, upcast does exactly what I was looking for.
0 Kudos
Message 4 of 4
(3,486 Views)