I am looking for finding the list of data points used per screen.
For example. In each screen we configure more then 10 to 15 data points in total we have more than 25 screen, so I need to know is there any way to find the list of data points in each screen automatically. We are using *.XML file type to create a screen.
How to list the total no of data points with names used per screen?
- SenthilMurugesan
- Posts:15
- Joined: Tue May 24, 2016 8:29 pm
How to list the total no of data points with names used per screen?
- Gertjan van Schijndel
- Posts:634
- Joined: Mon Aug 02, 2010 10:37 am
Re: How to list the total no of data points with names used per screen?
Why do you need this list?
To determine the dplists in '_SumAlertPanel' the function 'getConfirmDps' is used, but this only returns a list of datapoint elements, which are defined in the 'acknowledge' event.
To determine the dplists in '_SumAlertPanel' the function 'getConfirmDps' is used, but this only returns a list of datapoint elements, which are defined in the 'acknowledge' event.