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.