03-02-2022 04:45 AM
Hi all,
It is probably a stupid question but I really cannot find a solution to my problem.
Both on the front panel and the block diagram every time I write a decimal number I use the point but LabVIEW writes down a comma for the decimal character.
This is really annoying and becomes extremely dangerous when writing commands for an instrument since the point should be the decimal character and the comma is the separator between different arguments for a given command.
How can I solve my problem?
Many thanks in advance!
Solved! Go to Solution.
03-02-2022 05:02 AM
See Tools->Options...-> section Front Panel - General. Uncheck "Use localized decimal point" and restart LabVIEW.
03-02-2022 05:02 AM
Check out the section on "Localization Codes" here: https://zone.ni.com/reference/en-XX/help/371361R-01/lvconcepts/format_specifier_syntax/
You probably want your format to look like this: "%.;%f"