Jump to content
Stray Fawn Community

logic part help ^^;;


Alusares

Recommended Posts

Anyone who is familiar with my sumo designs knows that I have troubles with logic stuff ~_~

My question: is there a logic part that allows me to block out a signal temporarily?

For example: if signal (A) is active, then I want it to disable signal (B), which would otherwise be active. I have a hard time with logic, so it's kinda hard to explain

Link to comment
Share on other sites

If you wanted only one gate then the closest thing you could get is the XOR.

if B is ALWAYS on, then you could just use a XOR taking both A and B as inputs and outputting C, and it would work just fine. If B is sometimes off though, then you need to use the solution in my first comment.

(XOR outputs when 1, but NOT BOTH, of the outputs are active)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...