ni / niveristand-ballard-milStd1553-custom-device

Custom device for Ballard MIL-STD-1553 hardware
MIT License
2 stars 4 forks source link

Regional setting bug in "String to Value.vim" #236

Open jmwf opened 1 year ago

jmwf commented 1 year ago

The "String to Value.vim" is used when parsing the offset and scale parameters from the parameters file. In the case of floating point inputs the VI is configured to use the regional setting (Use System Decimal Point = TRUE). This causes problems when sharing the file between different computers/locations that use different regional settings.

I propose to change this VI to use "Use System Decimal Point" = FALSE, this will make the reader more according to the XML standard.