Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
I18N Localization
-
I have a problem that I'm dealing with right now.
I've set up a modbus data source to read and set a setpoint.
I multiply the read value by 0.1 to get the right value.
This works fine in most cases but sometime the vale comes up with a lot of decimals (eg. 1.00000001).
This looks bad on Graphic views.
The solution I used for that is the Text renderer properties where I set the format to 0.0
The value comes up with 0,0 because I'm using a non US computer.
Next problem is when I'm setting a new value.
The setpointbox shows the value with a comma as decimalpoint but Mango doesn't accept values with , (comma). It only accepts . as decimal separator.This get somewhat confusing for users.
Personly I don't mind using point as decimal and it would be better not to localize the decimalsign because unformatted values are shown with point.
Is there anyone who have a better solution for this?
Thanks
-
Hi pegi,
This is actually a known problem. The only workaround right now is to do as you are doing. My apologies to your users.
-
sorry, wrong message