From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Writing Strings to TDMS File (Doing it wrong...)

Solved!
Go to solution

I'm trying to set up my program to write to a TDMS file. I believe that mabye selecting the TDMS format was a bad choice because of how I've been asked to format the data at the output.

I love the ability of being able to set file level properties. But my format needs to be something similar to below:

 

TDMS_Format.PNG

 

The only real "data" is the timestamp and the measurement, the rest are simply strings. Is there a way to write strings to a TDMS File as a channel? Or must I absolutely use properties for this? Or should I just move from TDMS to a writing to a spreadsheet directly?

 

Thanks,

 

Kellen

 

 

 

0 Kudos
Message 1 of 2
(4,283 Views)
Solution
Accepted by topic author rkmadse

No, TMDS is a very good choice!

I do not have any problem writing strings to a channel, see the following example snippet:

 

tdms_snippet.png

 

tdms_ss.png

Message 2 of 2
(4,243 Views)