Hello
I´m working with PI Notifications and I have a question.
There is a tag (device_status) that is monitoring an interface. This Tag can take the following values:
• Good.
• 1 | Starting
• 2 | Connected / No Data | Primary secondary waiting for.
• 3 | 1 | device (S) in error |
• 4 | Intf Shutdown
When the interface reinitializes, the Tag takes the value “1 | Starting” and “Good” with the same timestamp, and therefore, the Notification can't read the value “1 | Starting ” and doesn't send the e-mail.
15-jul-14 18:49:37
Good
15-jul-14 20:24:17
1 | Starting
15-jul-14 20:24:17
Good
I made the notification by doing the following:
Trigger -> New Condition -> And Conditions -> New Comparison -> Tag = 1 | Starting
Is there any way to fix this?
Thanks!!