NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Local Decimal Point using LabVIEW runtime module

When configuring LabVIEW adapter as development, the local decimal point used within a LabVIEW module dépends on LabVIEW option "use localized decimal point"which appears in LabVIEW.ini configuration file.

 

But when configuring LabVIEW adapter as runtime, it seems that only the operating system decimal point is taken into consideration.

Is there any possibilty to force/unforce the use of local decimal point in LabVIEW runtime like "useLocaleDecimalPt=True/False" in LabVIEW.ini ?

Jean-Louis SCHRICKE
CTA - Certified TestStand Architect (2008 - 2022)
CTD - Certified TestStand Developer (2004 & 2007)
CLD - Certified LabVIEW Developer (2003 & 2005)

0 Kudos
Message 1 of 4
(2,568 Views)

You should still be able to use the token with the runtime engine:

Using LabVIEW INI Tokens with VIs Called from TestStand

 

The ini file is per process, so remember that you'll need to include it for each operator interface you use.

 

Hope this helps!

Trent

https://www.linkedin.com/in/trentweaver
0 Kudos
Message 2 of 4
(2,544 Views)

WireWeaver,

 

Thanks for you reply a the link.

 

We may use a LabVIEW runtime Operator Interface which is not in the same version than the LabVIEW runtime modules called.

 

Does the TestExec.ini token "useLocaleDecimalPt" apply to all LabVIEW runtime used by LabVIEW modules ?

Jean-Louis SCHRICKE
CTA - Certified TestStand Architect (2008 - 2022)
CTD - Certified TestStand Developer (2004 & 2007)
CLD - Certified LabVIEW Developer (2003 & 2005)

0 Kudos
Message 3 of 4
(2,537 Views)

Create a [LVRT] section if one doesn't already exist and put the token under that.

https://www.linkedin.com/in/trentweaver
0 Kudos
Message 4 of 4
(2,531 Views)