2024-09-03 06:01 AM
The GUI MC_FOC_SDK is supposed to be able to tune revup parameters. However, if we try to modify variables in the Torque-column (and only in this column), all input is reset to zero:
I have tracked the issue down to RevUpComponent.qml -> doublespinboxdelegate -> valueFromText: function(value, locale). Where apparently the locale is not set correctly, causing a comma/period mixup.
When I change "Regional Format" in windows 11 from "Norway" to "English(United States)", it works as expected.
2024-09-04 08:17 AM
Hello @LLang,
Thank you for your report and the workaround.
We will start working on a fix and we will come back to you shortly once we know more about it.