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
- last edited on
05-01-2025
04:26 PM
by
Content Cleaner
Check out the section on "Localization Codes" here: https://www.ni.com/docs/en-US/bundle/labview/page/format-specifier-syntax.html
You probably want your format to look like this: "%.;%f"