Forum Discussion
As for my understanding, the BASIC AND works between the signals in the same column (trigger condition), I mean vertically. But how can I OR between the "horizontally" defined conditions?
Actually I'm asking about the OR operation between the signals in the adjective columns (adjective trigger condition columns).
Please see the picture below - I'd like the trigger will occur either when a value of the pic_cnt is less than 960 or greater than 960.
So, there are two trigger condition columns... How can I OR between these condition columns (logical OR)?
A single comparison trigger can do this with the interval check option. Right-click the cell and select compare and then interval check. You set upper and lower limits. But to interact between multiple columns, you have to use a state-based trigger. Otherwise, columns are checked in order in the sequential flow.
- amildm3 years ago
Contributor
With the 'Compare' trigger condition, there is an option to choose a single interval only, but I actually need to check two intervals: "< 960" and "> 960" - any value excluding the value 960.