01-26-2007 03:31 PM
01-26-2007 03:43 PM
01-30-2007 08:24 AM
01-30-2007 09:15 AM
01-30-2007 09:33 AM
Thank you Ebele,
In the bottom half of the vi I am generating a time channel to go into my data file. I believe it is generating an accurate time signal in microseconds, but I am not certain (perhaps I am compounding too much roundoff error). My loop time is fast enough that if I use the "Get Date/Time In Seconds" I do not have enough resolution (I'm collecting ~65000 data points in ~7 seconds), same thing is true if I try to use "Tick Count (ms)" (i get ~nine data points with the same "time"), therefore, this is what I came up with.
My belief is that both the "Get Date/Time In Seconds" and "Tick Count (ms)" use the same source that I am using (20Mhz Timebase) and therefore my calculation should be accurate, but I would really appreciate any advice
Also, Any ideas on how to limit my while loop to a rock steady 2.5 kHz? Thanks again for your help.
01-31-2007 09:40 PM