This documentation is out of date.
The new version of the documentation is here: https://cannylogic.com/docs |
RS latch
From CANNY Wiki
Appearance | |
---|---|
Symbol | |
TRS | |
Group | |
Flip-flops / Latches | |
Inputs | |
Input S: | Integer |
Input R: | Logical |
Outputs | |
Output: | Integer |
Version CANNY Lab | |
from 0.6b |
The latch, that does not change the output value if both inputs are zero and change its output if one of the inputs is not zero. At presence of a non-zero value at the input «S» (from Set), this value is copied to the output. And with a non-zero value on the input «R» (from Reset), the output state becomes zero.
Features
In a situation, when both inputs are set to non-zero values, priority is given to the input «R» (the output state becomes zero).