DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Filename (tdms) as group name in DIAdem

Dear all


We use NI FlexLogger (version 2021 R4) to log data and save as tdms files. For the further steps we use DIAdem (v 2021 sp1).  To make sure that I handle the right group, I would like to have the file name shown as group name in DIAdem's data portal.

 

My question is:
How can I have the file name shown as group name in the DIAdem data portal?

 

dkuettel_0-1648035008260.png

 

 

Used NI Tools:

DIAdem 2021 sp1

FlexLogger 2021 R4  

 

I'm looking forward for any given help .
With best regards

 
David

0 Kudos
Message 1 of 3
(1,115 Views)

Hi David,

 

It seems that this is not configurable in Flexlogger. So the only way is to load the file in DIAdem copy the root name and past it into the property “Name” of the “Log” group.

Or via script in this way:

 

Data.Root.ChannelGroups("Log").Properties("name").Value = Data.Root.Properties("name").Value

 

Greetings

Walter

0 Kudos
Message 2 of 3
(1,094 Views)

Hi Walter

Thank you for your answer and the support for the "script" solution!

 

Greetings

David

0 Kudos
Message 3 of 3
(1,081 Views)