Derivative logical operator issue
Trying to create simple rule based on value greater than or less than zero, however only my Negative rule successful.
A#[ACC1]=ACC1_POS | Create If > x | Final and A#[ACC1]=ACC1_NEG | Create If < x | Final
On the above stated expression type, I first tried to specify the Math Value only as 0, however nothing happened. Only when I changed it to 0.01, did the logic start to work.
Now, if the source value is a negative, the second derivative rule works (returning ACC1_NEG), but if I put through a positive source value, it does not create ACC1_POS
a bit stumped on this one now.
Any suggestions someone can perhaps suggest?
cheers, Jacques

