11-20-2007 02:55 AM
11-20-2007 05:39 AM - edited 11-20-2007 05:42 AM
11-21-2007 02:31 AM
11-21-2007 05:32 AM
11-29-2007 03:43 AM
11-30-2007 02:47 PM
Hi Theo,
There are several ways to implement this using simple timing features of LabVIEW. Two fairly simple methods are comparing system time stamps or using the Wait VI provided in the Timing palette. The time stamp comparison requires a little bit more programming, but can be included in your main program loop. To use the Wait function, you will probably need to construct a new loop parallel to your main loop. I have attached screenshots of these two implementations. Please let me know if you have any more questions.