NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Localization (Chinese) of TestStand Edit time VI in LabVIEW runtime environment

I have created the custom step type in which have created the Edit substep and POST substeps in LabVIEW. These substeps have user interface and needs to have an input in a string control in Unicode form.

I added the UseUnicode=TRUE in LabVIEW.ini file, it works as expected if my Adaptor configuration is in development mode, but the string control does not take the unicode characters in the string controls once I change the adaptor setting to LabVIEW runtime.

Can someone suggest, how to transfer the LabVIEW.ini setting to NI Teststand running LabVIEW runtime.

0 Kudos
Message 1 of 2
(1,985 Views)

Hi,

 

When running your code using the Runtime engine it won't be looking into LabVIEW.ini since it will be treated as a built application. So you will need to add this to another ini file, take a look at this previous forum post. to see if it's helpful!

Dane S.
Product Support Engineer
National Instruments
0 Kudos
Message 2 of 2
(1,955 Views)