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.
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