03-23-2022 06:48 AM
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?
Used NI Tools:
DIAdem 2021 sp1
FlexLogger 2021 R4
I'm looking forward for any given help .
With best regards
David
03-24-2022 09:00 AM
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
03-25-2022 02:44 AM
Hi Walter
Thank you for your answer and the support for the "script" solution!
Greetings
David