Hi,
Found the solution.
I have several host VI's (Download, Task, StopFPGA....) because i build a DLL out of them later
and by splitting the tasks i get the particular function calls from the Application Builder.
And since each "Open FPGA Vi Reference" call needs about 100 ms , i open the reference only once
and put it into a LabVIEW global, using this global in the other host Vi's.
And that's the problem. Somehow LabVIEW needs several seconds for each action if i work on a host Vi
with this global as a reference to the FPGA Vi.
So to get rid of this annoying sandglass i put an "Open FPGA Vi Reference" (with selecting the target Vi)
temporarily in my host Vi's , do my coding and delete it after finishing the code.
Regards, Andreas
Message Edited by nilolo on 06-30-2005 12:33 PM