05-16-2006 01:53 PM
I am using LabVIEW 8 and FPGA Module 8 (the quotation below is from the manual of a previous FPGA Module), and I would like to know how to execute the LabVIEW FPGA Compile Server on a separate computer (independent of the LabVIEW development system).
As indicated in the "FPGA Module User Manual", Chapter 4, March 2004 Edition, Part Number 370690B-01:
"Before you can run an FPGA VI on an FPGA device, the LabVIEW FPGA Compile Server must convert the VI to a bitstream that LabVIEW can download to the FPGA device. The LabVIEW FPGA Compile Server executes independently of the LabVIEW development system, so you can run it on a remote computer."
I would like to compile the code on a separate, faster computer than the one with the FPGA hardware being used for development, testing and loading...
I haven't located information regarding how to do this using using LabVIEW 8 and FPGA Module 8. Please advise.
05-17-2006 05:40 AM
05-17-2006 09:35 AM
I am using the NI 7831R...wouldn't the FPGA build/compile on a separate computer be consistent?
05-17-2006 09:37 AM
05-17-2006 10:00 AM
You can compile an FPGA VI on a computer other than the development computer. You might want to do this if the development computer is slow or does not have enough memory to compile the VI for the FPGA device. By default, LabVIEW assumes the LabVIEW FPGA Compile Server is installed on the local computer.
![]() |
Note You have to launch or close the LabVIEW FPGA Compile Server on the computer on which it is executing. |
Complete the following steps to run the LabVIEW FPGA Compile Server on a remote computer.
Complete the following steps to configure LabVIEW to compile an FPGA VI on a remote computer.
05-17-2006 10:24 AM
05-17-2006 10:50 AM
Another spin on original question (i.e. compile on non-networked PC)
Is it possible to Compile the LabVIEW FPGA code on a separate computer, that isn't networked (i.e. not able to be connected to the target FPGA), for compiling on a faster computer, then copy the compiled code to the target computer for loading to the FPGA?
10-18-2006 04:29 PM