07-18-2007 06:26 AM
07-18-2007 07:05 AM
07-18-2007 07:18 AM
07-18-2007 07:35 AM
07-18-2007 07:36 AM
07-18-2007 09:22 AM
07-18-2007 12:55 PM
@mikeporter wrote:
By the way, when doing timing functions you want to use the time VIs not the tick count. The problem is that the tick count is simply a 32-bit counter that starts when LV launches and rolls over when it maxes out.
Actually, I believe it's the OS counter, so it starts when you launch the OS. It wraps around after about 49 days, but for something like this it should be fine, because rollover math works fine when substracting.
Of course, if your timed period is larger than 49 days, then it won't be fine and you need the absolute time functions.