07-26-2009 03:47 PM
I have a project runs fine when deployed directly to cRIO 9012 by clicking the Run button in the VI interface. When I create a build specification to run as startup, it failed to do so after the requested reboot. I did tested a simple VI as startup, and it works. What could be the problem?
Thanks
07-27-2009 07:24 AM
07-27-2009 07:46 AM
There are two parallel loops in the VI. Attached you can see the snapshots. #1 is trying to establish TCP connection to the host computer whenever it sees a network error. #2 is to config FPGA and do DMA FIFO data transfer.
07-27-2009 06:35 PM