Hi everyone,
I have a numeric item, which is receiving new value every 1 minute and trigger which fires when the latest value is >0. Now I was asked to create a new trigger, which should fire when previous value is already >0 and > than previous value. But the problem is that next minute item might receive the same value again, so the condition when new value is > than previous won't be true anymore. If I use change() trigger function it would fire when the new value might be < than previous but still > 0.
Have anybody already had similar requirement and how did you create this trigger expression?
Thanks in advance for any help.
I have a numeric item, which is receiving new value every 1 minute and trigger which fires when the latest value is >0. Now I was asked to create a new trigger, which should fire when previous value is already >0 and > than previous value. But the problem is that next minute item might receive the same value again, so the condition when new value is > than previous won't be true anymore. If I use change() trigger function it would fire when the new value might be < than previous but still > 0.
Have anybody already had similar requirement and how did you create this trigger expression?
Thanks in advance for any help.
Comment