How to implement metric system in mango
-
I have a datasource of type HTTPReceiver with points like"temperature","humidity","distance" and I want to see there values every where in DEGREE CENTIGRADE,PERCENTAGE(%) AND Km/Miles respectively.
How can i do so,is it possible to provide the unit at the time of point creation, please let me know.
-
click on "data sources"
click on "show points"
click on "point properties" for the point you want to changein the Point properties
change Engineering units to what you wantin the Text renderer properties
format "00.0" will give 1 decimal place
suffix "&de-g;C" will give °C, remove the - to make it work