04-03-2013 03:29 PM
Hello,
I am using TDMS file to store analog I/P voltages from DAQ(16 ch) . Now i also have some strings coming out from my other part of program.
I would like to combine those all test results and post in single TDMS file.
It that posible?
In short, is there any way to combine all data types and then send to TDMS write data line and will update file accordingly.
or what other ways to save all test results in CSV?
thanks ,
Nipa
04-04-2013 06:30 AM
You can only wire one type of data for a single TDMS Write call. However, you can log data of different types as separate channels and wire them to TDMS Writ nodes respectively.
04-04-2013 10:10 AM