04-24-2007 07:52 AM
04-24-2007 08:05 AM
04-24-2007 08:14 AM
04-24-2007 12:30 PM
Thanks D.Knight, but I tried what you told me but I still having problems, I forgot to say that I'm collectin temperatures with thermocouples type K, I also tried with the write labview measurment.vi and it writes it, but I would like to get the information like if it was on a table, thats why I first tried with the "write to spread sheet"
thanks again,
J.P.
04-24-2007 01:22 PM
All of the different file write functions (Write LabVIEW Measurement File, Export Waveforms to Spreadsheet File, Write to Spreadsheet File) write 'tables'. The differences are in the header and column information. The reason I suggested Write LabVIEW Measurement File is that you can wire the dynamic signal data from the DAQ Assistant (still use only one) directly without having to do a conversion. How are you configuring the DAQ Assistant (i.e. number of samples), how often do you want to save? What else do you want in the file besides the measurements?
If you can post what you've written so far, it would help to see where you are having having problems. Just saying you have a problem doesn't help if you don't explain exactly what the problem is.
04-24-2007 01:35 PM - edited 04-24-2007 01:35 PM
The picture below shows a very simple acquisition of multiple channels and a file save when the loop completes. The DAQ Assistant is set up for multiple channels (four in this case) and it does a single scan every 500 msec.
Message Edited by Dennis Knutson on 04-24-2007 12:36 PM