LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I'm flashig a vi into a FPGA RIO board. Does it take too long ?

I'm want a FPGA vi to be loaded into the flash memory of the RIO board. This process takes more than 30 minutes. Is this correct, or am I missing something ?
0 Kudos
Message 1 of 3
(3,239 Views)
Hi,
When I chose "Default 7831R (FPGA).vi" as a target VI, it took about 65 seconds to flash (having 100 Mb/s network connection). Let me know how long it would take if you do the same.
Regards,
Remzi A.
Message 2 of 3
(3,239 Views)
RA Eletro,

I think the problem is related to using VISA Move In 8 over a remote VISA connection. The utility to load a VI to flash verifies that the load to flash was correct by reading it back using VISA Move In 8. In some cases, this can be very slow. This might be corrected with the latest version of VISA.

As a workaround, put the card in a windows machine to download to flash - local or remote. Boot your controller into Windows (remove the floppy) and load the VI from windows on the controller.

Regards,
Chad H.
Message 3 of 3
(3,239 Views)