01-15-2007 02:21 AM
01-15-2007 12:31 PM - edited 01-15-2007 12:31 PM
It sounds like you may be using the FPGA Call VI node in your host VI to run the FPGA VI. This node does execute and wait for the FPGA VI to finish. Instead you should use the other FPGA host interface nodes (Open, Read/Write, Invoke, Close) to start the FPGA VI and interact with it while running. When you call the Close node you can configure the node to stop (reset) the FPGA VI or to leave the FPGA VI running independnet of the host VI. To chose this second option, right click on the Close node and select 'Close' instead of 'Close and Reset'.
For examples of using the FPGA host interface nodes, see any of the examples installed with LabVIEW FPGA such as:
..\LabVIEW 8.0\examples\R Series\FPGA Fundamentals\Host Synchronization\Polling Method
Message Edited by Christian L on 01-15-2007 12:31 PM