06-01-2009 03:41 PM
I am designing a system where data is being acquired and written to 12 data files, and I would like to have the operator have the option of selecting the data path while keeping the filenames of the individual files constant. It is necessary for the data not to be acquired until the operator completes the prompt so the data acquisition and writing are synchronized. How can design my VI to not start the data acquisition and writing the data until the operator has selected the file path?
I've attached my program below. It has a producer/consumer design with two consumer loops. One consumer loop will process and write the data and the other controls a water bath based on the data that is acquired.
06-01-2009 08:17 PM
06-02-2009 11:00 AM