How to open alarm and event screen (AEScreen) with a specific configuration?
To open the AES in a specific configuration where no other interactions from the operator must be necessary you can use the following example.
In this example the AES will be opened with the (predefined) configuration “myAEScreen”.
1) Create your own screen configuration (System management -> settings -> A&E - Row/Screen)
e.g. myAEScreen with new alarm screen property myAlarms and event screen property myEvents
2) Start the alarm screen with the following command. The list of parameters is described in the WinCC OA Documentation.
In the example the parameters are
Configuration = myAEScreen
Module name = WinCC_OA-AES
Action = AES_ACTION_AUTORUN
//open AEScreen with configuration "myAEScreen" in Module "WinCC_OA-AES", and run the queries of both tables
openAES("myAEScreen", "WinCC_OA-AES", AES_ACTION_AUTORUN);