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);

Date added:
Last revised:
Hits:
6.523
Version:
3.8, 3.9, 3.10, 3.11, 3.12, 3.13
Rating:
Rating: 3.4. 46 vote(s).
45 anonymous votes
No rating done at all.
Your vote was '' (0 of 5) You are an anonymous user.
You may log on to do personalized votings
Click the rating bar to rate this item Please log on to do ratings
  • Notification

    FE user cannot be identified! (1403201096)

Tags:
Alarming, PVSS, WinCC Open Architecture