02-11-2008 05:00 PM
02-12-2008 08:10 AM
02-12-2008 02:23 PM - edited 02-12-2008 02:23 PM
02-13-2008 08:43 AM
The Time Delay works just like the Wait (ms) function. It's not that much different than wait until next multiple.
You can create as many separate while loops as you want. Each will be independent from each other as long as there is no data dependcy between them. In other words, you can have one loop that iterates every second (or whatever) and a separate loop that iterates every minute (or whatever).
I don't remember from your earlier posts what you are using to acquire the data. If it's analog input from a data acquisition card, you have to acquire data from multiple channels at the same rate (assuming a DAQ board with muxed inputs). If its data from digital lines, then I believe you can.
02-13-2008 04:43 PM
02-13-2008 05:19 PM - edited 02-13-2008 05:28 PM
02-13-2008 05:56 PM
02-14-2008 11:36 AM - edited 02-14-2008 11:38 AM