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.
Calculating a value in page revisit
-
Re: Calculating a value in page
@Jared-Wiltshire - are point values included in scope automatically? assume you have to get the point elsewhere in the markup?
-
That would be correct. A ma-get-point-value will get both the point and its value, like,
<ma-get-point-value point-xid="DP_XID-116a-4922-9841-515a22710174" point="point"></ma-get-point-value>
And then you can use things like
point.value
andpoint.name
around the page. -
great. thanks. Sorry for the plethora of noob questions...