I would like to be able to define start trigger that fires a e new event frames only if the start condition changes. I mean:
- Start trigger: 'Equip Status' = "ON"
- End trigger: 'Equip rpm' >= 1000
I would like that the event start is triggered only if the 'Equip Status' changes from OFF to ON (discarding Bad Values).
This is because when the event ends, the Equip Status is sitll ON and there are lots of false generated events.