09-16-2008 09:16 PM
Hi
My application writing data to a file using producer consumer loop architechture. Producer loop is acquiring data form DAQmx, process data and output the result to a output channel of daqmx one sample at a time (my application is a control system). consumer loop writes data to a file for later analysis using another software. I need to write format, title, nchannel and list of channels to the file first (thease are some lines) . I think that is how other software reads the data or recoganize how many channels to do the analysis. i want to write these lines to the file first and then data. i was able to write data. Is there anyway to write these lines before i write data to the file.
Thanks
09-16-2008 11:23 PM
09-17-2008 08:28 AM
09-17-2008 08:45 AM - edited 09-17-2008 08:45 AM
Like this.
