Hi,
I have an EventFrame when the start and end triggers are based on the specific values of an attribute. In the case when the data flow is interrupted (There is a bad value like "Not connect" or "I/O Timeout"), the event stops and restarts when the data flow is restored.
The triggers are:
Start Trigger: 'Status' = 6
End Trigger: 'Status' <> 6 AND 'Status' <> 8
I would like the event evaluation to go on when the bad values appear and when the attribute value appears good again, not to have another event starting.
Thanks for suggestions