Hi all,
Currently I'm working on the eventlog monitoring. Everything is running smoothly except for one thing. I use ITEM.LASTVALUE in my action to report the message of the event to the user.
When I get a number of events at the same time there is a delay between the trigger which creates the event and the moment the trigger raises and the action reads out the ITEM.LASTVALUE, a new trigger can occur and thus the value of ITEM.LASTVALUE changes to the message of the latest trigger.
Result is that I can get multiple messages with exactly the same message (ITEM.LASTVALUE) instead of the different messages I'm expecting.
Is there a way to fix this?
Currently I'm working on the eventlog monitoring. Everything is running smoothly except for one thing. I use ITEM.LASTVALUE in my action to report the message of the event to the user.
When I get a number of events at the same time there is a delay between the trigger which creates the event and the moment the trigger raises and the action reads out the ITEM.LASTVALUE, a new trigger can occur and thus the value of ITEM.LASTVALUE changes to the message of the latest trigger.
Result is that I can get multiple messages with exactly the same message (ITEM.LASTVALUE) instead of the different messages I'm expecting.
Is there a way to fix this?
Comment