Reversion of rotation
The counter input comprises two input signals:
- "CNT Clk": input for the pulses to be counted.
- "CNT Dir": input for the counting direction:
- Low level or input open: counting direction forward, positive, "cw".
- High level: counting direction backwards, negative, "ccw".
Setting the bit in index 0x8000:0E "Reversion of rotation" inverts the logic of the counting direction:
"CNT Dir" | 0x8000:0E | Resulting |
---|---|---|
Input open or low level | FALSE | Positive (cw) / forward |
TRUE | Negative (ccw) / backward | |
High level | FALSE | Negative (ccw) / backward |
TRUE | Positive (cw) / forward |