OmegaRogue Posted November 13, 2020 Share Posted November 13, 2020 A logic gate that works like a input/output of a bus: Two inputs, one output When input 2 is on, the output gets set to the state of input 1. When input 2 is off, the output remains unchanged Link to comment Share on other sites More sharing options...
0 Cancun101 Posted July 27, 2021 Share Posted July 27, 2021 (edited) Isn't that just an AND gate? If input 2 is off then the output is always off, regardless of input 1. If input 2 is on, then the output is only on when input 1 is also on. Therefore, the output is on only when both inputs 1 and 2 are on. Nevermind, I think I see what you mean. Your wording regarding input 2 being off confused me. When input 2 is on, the output matches the state of input 1 as you said. However, at the moment input 2 switches to off, the output freezes in its current state, and maintains that value regardless of changes to input 1. Switching input 2 to on again unfreezes the output and allows it to match input 1 again. Edited July 27, 2021 by Cancun101 Corrected myself Link to comment Share on other sites More sharing options...
Post
OmegaRogue
A logic gate that works like a input/output of a bus:
Two inputs, one output
When input 2 is on, the output gets set to the state of input 1.
When input 2 is off, the output remains unchanged
Link to comment
Share on other sites
1 reply to this post
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now