I have a system with boolean data type for my DPEs. In the Event screen, I want to only get events appearing when the value for a DPE changes from FALSE to TRUE. I don't want the User to see the FALSE events.
I've looked at the Event properties dialog but I'm struggling to implement this in the "Filter" tab.
Any one have a solution for this?
Events Screen - Filter by Value
- dschneid
- Posts:36
- Joined: Wed Jun 13, 2012 8:42 am
Re: Events Screen - Filter by Value
Extract the attached zip file and copy the files from folder "panel" and "script" into your project.
Set a config entry for [ui] section:
[ui]
LoadCtrlLibs = "HOOK_aes_modifyQuery.ctl"
If you open afterwards the Event Screen, you will get an additional tab in the properties panel of the AES screen.
Now you are able to extend the filter e.g. to show only values changes where e.g. the _original.._value is "TRUE".
Attention:
**********
This is not a WinCC OA product standard. The usage of this functionality is not supported by ETM.
Br Dieter https://www.winccoa.com/fileadmin/image ... 180326.zip
Set a config entry for [ui] section:
[ui]
LoadCtrlLibs = "HOOK_aes_modifyQuery.ctl"
If you open afterwards the Event Screen, you will get an additional tab in the properties panel of the AES screen.
Now you are able to extend the filter e.g. to show only values changes where e.g. the _original.._value is "TRUE".
Attention:
**********
This is not a WinCC OA product standard. The usage of this functionality is not supported by ETM.
Br Dieter https://www.winccoa.com/fileadmin/image ... 180326.zip
- Attachments
-
- EventScreenFiltering-20180326.zip
- (5.83 KiB) Downloaded 215 times
- Ashraf.nsubuga
- Posts:9
- Joined: Tue Sep 06, 2016 5:04 pm
Re: Events Screen - Filter by Value
Thank you!