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.
In scripting data source find out the point name of a variable
-
In the scripting data source I select some of the data points as variables. Can I find out these data point properties such as device name and point name of these variables in my script ? How can I do that ? Thanks !
-
Only the data values and statistics is available in the script although we could look at exposing those properties. Can you share how you might use this so I can understand the use case better and see if it's something we want to put on our development list?
-
Thank you for your quick response. I want to display point names and values in pair to a terminal display through a serial port.
-
Interesting. I guess you would just have to hard code the name which should be fine unless you expect the name would change often.