08-09-2011 07:00 AM
Hi all,
I am new to LabVIEW (barely 3 weeks). I have successfuly written my first VI collating data from 8 temperature and 4 pressure channels. I further wish to have the data collated in the file by name. This is so I could distinctively distinguish between different array of data by name. Can anyone help.
Thanks. Ezekiel
08-09-2011
08:54 AM
- last edited on
05-02-2026
11:02 AM
by
Content Cleaner
Hello agezekiel,
the TDMS file format suits your needs exactly.
TDMS files store data in channels, channel groups can be created for related channels to structure data. They can store measurement related metadata by storing individual properties for files and groups, they also support high-speed streaming. TDMS file support is tightly integrated into most NI software products and the format specification is public, so it can be integrated into third party software as well.
For programming examples please open the NI Example Finder (Help menu -> Find Examples...) and search for the keyword 'TDMS', you will find plenty of great sample VIs.
Some additional links:
Microsoft Excel TDMS addon:
Documentation for third party support:
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019NdwSAE&l=en-US
Regards,
Daniel
08-09-2011 09:28 AM
Hi Daniel,
I am very grateful for your prompt response and insightful suggestion.
I will try out what you advised.
Thank you
Ezekiel