04-22-2008 04:40 AM
04-23-2008 04:48 AM
04-23-2008 05:03 AM
04-23-2008 05:05 AM
04-23-2008 07:16 AM
04-24-2008 04:33 AM
04-24-2008 04:33 AM
04-24-2008 06:39 AM
04-25-2008 09:27 AM
Hi again,
Sorry about the delay in replying - I have managed to move the file write outside of the loop, so this should now be less suseptible to "skipping". In fact, since it is now just array operations inside the loop, the write to file now happens all in one write, so in theory it should now never skip a measurement. Let me know the results of you using this modified VI.
Regards,
Dan
04-28-2008 05:14 AM - edited 04-28-2008 05:15 AM
Hi Dan,
I can't open that file. I'm running labview 7.1, it says 8.5 on it.
Where the string is in the while loop, I want to insert however many readings i get into an array and not even send them out to a file but i tried wiring the string to the while loop, clicking enable indexing and creating an indicator to show the values in an array on screen without exporting them, but nothing is appearing in the array. Is there a quick solution to this? This should elimate the slowing of the cycle to write to file also, and later allow me draw a graph on screen.
Thanks again.