LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Making a table of XML information stored in .tdm files Ver.2

Is it possible to make a table compiling all the text information in the .tdm files within a folder and subfolders?"

I have received some helpful information on .tdm format but this question remains unanswered. Basically this would create an index of the folder's .tdm contents.

Regards,
RL
0 Kudos
Message 1 of 2
(2,469 Views)
Yes, it is possible, but there is currently no VI in LabVIEW that helps you with that. You would need a loop that goes over all your folders and lists the files (see attachment or DevZone). Then, for each result file, you need to execute a VI that does pretty much the same as the "Read Channel Group" example, which is looping over the internal hierarchy of file->channelgroups->channels in the file and collecting the information you want in a table or database.
Message 2 of 2
(2,469 Views)