We are using an event frame to monitor when the OPC interface go down (below a threshold data rate value). If this happens, we want to send out a notification that says "Interface DOWN". When the interface resumes operation (maybe the server got rebooted) and the interface resumes operation (i.e., above a threshold data rate value), and the end of event frame has been attained, we would like to send out a different message saying "Every thing is great now... no need to panic".
Obviously, I could create two (2) different event frames (one for when the interface goes down, and one for when it is functioning properly), but I would prefer to have a single event frame tracking the interface down (and return to normal) event, and have that single event frame trigger two DIFFERENT messages (one at the beginning and one at the end).
TIA.