11-07-2006 07:38 PM
11-07-2006 07:54 PM
11-07-2006 09:55 PM
11-07-2006 10:38 PM
11-08-2006 06:10 AM
11-08-2006 12:23 PM
Izidor,
You could use two different loops and share the information between them using Queues or Notifiers. One loop could be acquiring data and sending the datapoints to a consumer loop using the above mentioned methods. The consumer loop would then check the folder for files with recent timestamps for names and save the data to a file.
There are examples in example finder (help>>find examples) for Queues and Notifiers. Also press "new" at the LabVIEW Getting Started Window for looking at the producer/consumer architecture.
I hope this helps.
Steven T.