07-31-2019 12:14 PM
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.
07-31-2019 02:57 PM
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!