Hello,
I have a question about Ultralight client. So I want to display my active alarms but the alert row (/alert screen) is not displayed with ultralight. Does anybody have a solution to avoid this?
Maybe making my own alarm screen with dpConnect and a table will be a way but not sure.
Edit: after looking more deeply into the help I find : "reinitAlarmListObject" function but I can't find the right parameter to use it
I use a rectangle shape, the internal datapoint _AESProperties_000x , and a dynstring which contains 3 columns (test 1,2 and 3). But I can't see anything in quick test module. Which of my parameters could be false?
Thanks in advance for your help.
Alexandre DANEAU
Display Alarms with Ultralight
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Display Alarms with Ultralight
Hello,
the _AESProperties-datapoints only contains the information which settings have to be used when displaying the AEScreenAESRow. These datapoints do not contain a list of dp-elementsalerts which can be displayed.
In our Ultralight-demoproject we are using the reference-panel "oibjects/STD_PANELSAESRow.pnl" to display the alerts. This panel is inserted as a reference into another panel which is then saved in xml-format.
Please check if this solution can also be used in your project.
If it does not work plrease refer to the common WinCC OA support for further assistance.
Best Regards
Leopold Knipp
Senior Support Specialist
the _AESProperties-datapoints only contains the information which settings have to be used when displaying the AEScreenAESRow. These datapoints do not contain a list of dp-elementsalerts which can be displayed.
In our Ultralight-demoproject we are using the reference-panel "oibjects/STD_PANELSAESRow.pnl" to display the alerts. This panel is inserted as a reference into another panel which is then saved in xml-format.
Please check if this solution can also be used in your project.
If it does not work plrease refer to the common WinCC OA support for further assistance.
Best Regards
Leopold Knipp
Senior Support Specialist