DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Blank Spaces in TDMS file Properties

hi,

 

I want to re write the property  (in labview )" Storage date/time  "   with the actual value(datetime)

 

but what does diadem expect the property name to be  as    it doent accept  blank spaces  etc (converts everything to "_"      😞   

 

is there any trick for this  how to insert  the propertyname.

 

names without  blank r not an issue

0 Kudos
Message 1 of 5
(5,657 Views)
Script name datetime

 

 

for this Storage Date/Time  the Script name is given (also for all other props)

 

its mentioned in   Help

 

tht solves the issue

0 Kudos
Message 2 of 5
(5,653 Views)

DIAdem has display names. The real name of the property can be seen if you drag and drop the Property int diadem script.

So dragging "Storage date/time" results in

 

Data.Root.Properties("datetime").Value

 Which means the real name is 'datetime'.

0 Kudos
Message 3 of 5
(5,651 Views)

Hi aparab,
        like Andreas asked, it's neccessary to know ehich property you mean.
        How do you write this property in LabVIEW? Which result do you get in DIAdem?

        Regards,

 

Philipp K.
AE | NI-Germany

0 Kudos
Message 4 of 5
(5,613 Views)

Hi aparab,

 

Check out this white paper that talks about this property and lots of other points regarding writing TDMS files with LabVIEW that work well with DIAdem and the DataFinder.

 

http://www.ni.com/white-paper/14252/en/

 

Brad Turpin

DIAdem Product Support Engineer

National Instruments

0 Kudos
Message 5 of 5
(5,603 Views)