Compared Output
There is one compared output function for each channel.
There are 7 compared output conditions or modes available with combinations of >, =, and <.
In order to use compared output signal, [Enable Compare Output (Y)] must be selected in the Channel Configuration window of the special program titled HSC for PLC-S.?
A user can output an external signal by specifying Y10~Y17 as the compared output signals.
Code | Compared output condition |
0 | Current Count < Compared value |
1 | Current Count <= Compared value |
2 | Current Count = Compared value |
3 | Current Count >= Compared value |
4 | Current Count > Compared value |
5 | Compared value 1 <= Current Count <= Compared value 2 (Include) |
6 | Current Count <= Compared value 1, Current Count >= Compared value 2 (Exclude) |