08-24-2009 07:58 AM
Hi all,
I am simply entering values in the table every 100ms.
For first 10 mins the entries comes at constant speed i.e 10 values per sec. but after that the values starts decreasing,
though slowly.every 10 mins the no of samples goes down by one.
I have attached a vi, In it a table is given which is not connected to anything, In that i have generated the output.
I think the loop execution time in increasing , can u help me in that?
My only aim is that, to get reading in the table every 100ms exact.
Regards,
Shrek
Solved! Go to Solution.
08-24-2009 08:27 AM - edited 08-24-2009 08:27 AM
Hi shrek,
2 points:
1) at the moment you don't get values exactly every 100ms as the attachment shows (simply changed format for timestring)
2) to maintain exact timing you shouldn't build big arrays as you do with your table! The bigger the table the more LabView has to copy from one memory block the the next...
08-24-2009 08:50 AM
Hi GerdW,
Thanks for the reply,
So how do you thinks i can proceed?
Can you suggest some solution, as i have to take reading continously for 1-2 Hrs and store it in TXT file.
Regards,
Shrek
08-24-2009 09:01 AM
08-24-2009 09:51 AM
Hi,
negative result.
I did it as follows but the output was same. (entries missing).
Regards
Shrek
08-24-2009 10:02 AM
08-24-2009 11:31 PM
Thanks Dennis,
It worked.
Regards....