04-14-2014 08:25 AM
Hi Benjamin,
I think your best bet is to convert the values in the numeric channel from ms to sec, then set the unit_string property to "s" so that it's clear when loaded.
Kanal.Factor = 1/1000 Kanal.Properties.Add "unit_string", "s"
Brad Turpin
DIAdem Product Support Engineer
National Instruments
04-15-2014 01:00 AM
Thanks! I got it now.