I am having trouble assigning an event to a datapoint.
Is there some parameter to configure this? or is it simply a special alarm class that makes it show up in the event section under AES screen.
Thank you,
AES
- fmulder
- Posts:330
- Joined: Wed Feb 03, 2010 9:46 am
Re: AES
The portal, section Lab, holds a number of X-File document. Please read number 9 and then 10. This should give you a general idea on how to assign an _alert_hdl to a dp element and make it show up in the AES screen.
Good luck
Share the fun
Frenk Mulder
Good luck
Share the fun
Frenk Mulder
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: AES
In WinCC OA you have to differ between "events" and "alerts".
An "event" occurs when the original value for a dp element is modified, e.g. by changing the value or the status.
To be able to see the events in the Event Screen no further configuration is required.
If you want get an alert when an event occured you have to add a _alert_hdl config to the dp element.
At the _alert_hdl config you can define the alert class and the thresholds (for an analog alarm). To get an alert the config must be activated.
For further details please have a look at the documentation
Modul PARA --> Data point configs --> _alert_hdl
Best Regards
Leopold Knipp
Senior Support Specialist
An "event" occurs when the original value for a dp element is modified, e.g. by changing the value or the status.
To be able to see the events in the Event Screen no further configuration is required.
If you want get an alert when an event occured you have to add a _alert_hdl config to the dp element.
At the _alert_hdl config you can define the alert class and the thresholds (for an analog alarm). To get an alert the config must be activated.
For further details please have a look at the documentation
Modul PARA --> Data point configs --> _alert_hdl
Best Regards
Leopold Knipp
Senior Support Specialist
- deepaktony
- Posts:24
- Joined: Wed Jan 18, 2012 3:39 pm
Re: AES
Hi Leopold...!!!
My query is also similar.
If I change the value of DP, it is off-course coming in Event window automatically.
But I am not able to see the Event History with Login User Name in Event window.
So my query is , How to configure the Event History.
My query is also similar.
If I change the value of DP, it is off-course coming in Event window automatically.
But I am not able to see the Event History with Login User Name in Event window.
So my query is , How to configure the Event History.
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: AES
If you want to have a history for events you have to add an _archive config at the dp elements where a history is required.
After adding the config you have to define in which archive data shall be saved and it the "active" option needs to be set.
Best Regards
Leopold Knipp
Senior Support Specialist
After adding the config you have to define in which archive data shall be saved and it the "active" option needs to be set.
Best Regards
Leopold Knipp
Senior Support Specialist
- deepaktony
- Posts:24
- Joined: Wed Jan 18, 2012 3:39 pm
Re: AES
Thanks Leopold for Event Log settings....
But end user need the login operator name in Event window who has changed the DP value. I mean, Event window should contains the Login user details.
Is there any setting to have the Login user details in Event window.
But end user need the login operator name in Event window who has changed the DP value. I mean, Event window should contains the Login user details.
Is there any setting to have the Login user details in Event window.
- rglock
- Posts:19
- Joined: Wed Sep 08, 2010 9:54 am
Re: AES
Hi,
just open the Event Screen, select "aes_propEvents" and open the filter settings (properties) -> Tab "Visible" -> Shift "User" (from the available columns) to the right side (visible columns) and save.
If you have own column settings, make shure, to have the "User"-column defined (and visible).
best regards
Rainer
just open the Event Screen, select "aes_propEvents" and open the filter settings (properties) -> Tab "Visible" -> Shift "User" (from the available columns) to the right side (visible columns) and save.
If you have own column settings, make shure, to have the "User"-column defined (and visible).
best regards
Rainer
- deepaktony
- Posts:24
- Joined: Wed Jan 18, 2012 3:39 pm
Re: AES
Thanks Rainer....... Its working....!!!!