Hi,
im using 1.9.3 and tried to add a new trigger.
What i want is that the trigger is triggered if last value != previous value, so i tried the triggertype
Absolute difference between last and previous value NOT n
and set n to 0
If i understand it right, the trigger should become true if the difference between last and previous value is > 0 or < 0, for example 12 or -12
When i try to test the trigger, i always get false as result (Test Trigger function on create trigger Tab) regardles what i enter as value.
I have tried -10, 0, 10, and some other values but always got false as result.
So i dont know if i did something wrong or it it is a Problem with that trigger.
Greetz
MAD
im using 1.9.3 and tried to add a new trigger.
What i want is that the trigger is triggered if last value != previous value, so i tried the triggertype
Absolute difference between last and previous value NOT n
and set n to 0
If i understand it right, the trigger should become true if the difference between last and previous value is > 0 or < 0, for example 12 or -12
When i try to test the trigger, i always get false as result (Test Trigger function on create trigger Tab) regardles what i enter as value.
I have tried -10, 0, 10, and some other values but always got false as result.
So i dont know if i did something wrong or it it is a Problem with that trigger.
Greetz
MAD

Comment