I want to stop one particular notification automatically after few specific number of notifications triggers. This will help me eliminating, the triggering of hundreds of notification triggers in-case of any communication disturbances.
I want to stop one particular notification automatically after few specific number of notifications triggers. This will help me eliminating, the triggering of hundreds of notification triggers in-case of any communication disturbances.
When the event ends, you could output "count + 1" to an attribute mapped to a PI Point. Then, your analysis for the start trigger could check if the count is above your threshold or not. Additionally, on whatever interval is required, you could have a separate analysis that resets the counter.
Hi,
Thanks for your response.
But it Looks little bit complicated, will check, how it will help for my requirement.
Don't we have any default functionality provided in PI System explorer to enable the event suppression option ?
Hi Asle Frantzen,
Thanks for your information.
Hope you understood my requirement, do you have any suggestion / solution on the same?
Requirement:
I want to stop one particular notification automatically after few specific number of notifications triggers. This will help me eliminating, the triggering of hundreds of notification triggers in-case of any communication disturbances.
Thank you Asle Frantzen, for the inputs & clarification.
The built-in options should be "non-repetition interval" and "resend interval", both are based on time (i.e. not "after few specific number of notifications" which you are looking for).
Solution would be what MainelyInnovations provided. You need to implement a counter yourself, there's no built-in functions for that. The only built-in features are based on time.