07-10-2008 12:37 PM
07-10-2008 12:50 PM - edited 07-10-2008 12:50 PM

07-10-2008 01:05 PM
07-10-2008 01:11 PM
I'm using LV 8.5.1. The time stamp function is located inside a loop which updates once per second (I borrowed a timer function that I found in another discussion forum and modified it to do what I wanted), so no event structure involved.
Here is a screen shot of the guilty snippet of code...anything obvious that you can see?
d
07-10-2008 01:17 PM
07-10-2008 01:17 PM
Ignoring for the moment that the notifier is currently set to 100msec...here is a screenshot of the main program. The upper loop does all the actual work...the bottom loop just tracks the time and updates the front panel. Neither of the timestamp functions that you see register the change in the computer clock. The function in the bottom loop labeled "Time Stamper" is one I found on one of the discussion forum threads and modified to fit my needs. I can post a screenshot of that one too if you want.
Thanks...
d
07-10-2008 01:18 PM
07-10-2008 01:20 PM
07-10-2008 01:24 PM
07-10-2008 01:28 PM - edited 07-10-2008 01:33 PM