01-12-2017 08:08 AM
01-13-2017 03:54 PM
Hi Denis,
One important thing to note is that DIAdem uses Unicode with nearly all the character strings which essentially means that the Chinese group and channel names will properly appear in DIAdem. You can find more information about Unicode in DIAdem at the following help file:
http://zone.ni.com/reference/en-XX/help/370858M-01/genshell/genshell/genshell_unicode/
From the LabVIEW Error -2525 aspect, this error can occur when the TDMS read tries to group time stamp and waveform data together. Since time stamp data cannot be formatted into a waveform data type, LabVIEW cannot complete that operation. More information is detailed in the following KnowledgeBase article:
http://digital.ni.com/public.nsf/allkb/9CBA3B16A9C634A786257AED005CA77F
Finally, one way to resolve this error is to modify Windows settings to set the Regional and Language Options. The following KnowledgeBase article walks you through the steps to do so working with Vietnamese as an example:
http://digital.ni.com/public.nsf/allkb/91A1863834F4B1A0862575670067D15C
I hope this helps!
01-19-2017 10:50 AM
The instructions to change the Regional and Language settings seems to have done the trick.
Thanks for the help