From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Change decimal point dynamically

Is there a way to change dynamically the decimal point used in numeric control without restarting application?

 

With decimal point localized, that's work only when restarting the application...

 

Thanks

0 Kudos
Message 1 of 3
(2,496 Views)

Yes, you can by changing the Format string:

Changing it from '%.;%f' will use a dot as decimal sign. If you change the format string into '%,;%f' will use comma.d

 

You have to do this for every control you want to change, so creating some framework is usefull.

 

Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
Message 2 of 3
(2,483 Views)

ahhh Yes! Thank you.

I don't remember of this property node!

 

Smiley Very Happy

0 Kudos
Message 3 of 3
(2,472 Views)