Hi,
Some questions that might be interesting...
Do you get the same result when you put the VI in continues run (without the
for loop)? LV cleans things up when a vi stops running, and sometimes
continuous run is different to using a for loop.
Is the number of iterations always exactly 512? If so, it's probably no
coincidence. 512 is exactly 9 bits, and it looks like the dll has an static
array filled with references. When element 513 is filled, some other data
might be overwritten, or even code. Normally this should not happen, but
since it's not a normal problem...
Regards,
Wiebe.
"rtyu" wrote in message
news:506500000005000000BB720100-1079395200000@exchange.ni.com...
> Also there is no error generated. all files stop openi
ng for some
> reason and i will have to close LabView completely and run it again to
> be able to open the files for another 512 loop cycles approximately...