06-14-2007 08:28 AM
06-15-2007 05:18 AM
06-15-2007 05:33 AM
Hi manuel! Thanks for your answer...
I think i found the solution...
As i wrote, After deploying the application, when i made a reset (soft or hard), everything works perfectly. But if i power off the compact rio, the application doesn't write analog output. After investigations, i found that the FPGA was couting the number of pulse, and the host vi was effectively doing the conversion... the only problem was to generate the AO.
In my old version, i downloaded the bitfile in the FPGA using labview project and in the host vi i used the function "open and run" . Now, i open the vi reference, force to download the bitfile in the FPGA and then call Run method in the host vi... that's seems to works.. I don't know exactly why but it seems the communication with the AO card had a problem after a power off ...
06-15-2007 05:49 AM