04-26-2007 11:46 PM
04-27-2007 03:21 AM
I dont know the answer for your question, but for the 2nd, I can say LabVIEW is accurate in whatever you do since it is a programming language.
So, it ll reflect the correctness of the code you ve written in the results.
04-27-2007 04:06 PM
05-08-2007 02:42 AM
Hi Thanks for your previous advice.
I have written a vi to time my event please see attached.
What I am trying to do is reset a timing cycle (by activating an input) then time how long it takes for an output to go high. It should be 30 seconds.
My vi seems to be working but if I run the vi say 10 times there is upto +/- 0.2 seconds difference. ie 30.005, 30.2, 29.9, 30.196 etc.
What I am trying to determine is
1 that my code is not causing the fluctuation
2 that it is possible with labview to get an extremely accurate reading.
My device has a 2hz clock setup and it is critical that it does not drift and definitely not by as much as +/- 0.2 secs. The device I am trialling with is not drifting so I am sure the drift is with labview or my code.
If anyone has some advice/tips your help would be much appreciated.
Thanks
05-08-2007 09:03 AM