I need some help wiring up a logic Tractor Beam system. I'm trying to have it so you can control what mode the tractor beam is in via inner ship remotes. One for each mode. each ISR activates a logic clock that fires the tractor beam and each individual ISR determines how many activators are on.
Functionally i'd like the system to work like IRL a series of push-down buttons that each activate a separate light however only one light can be active at a time and pressing another button pushes up all the rest thus leaving only the most recent button press on. The system can be deactivated by pressing the most recently pressed button again.
Where im running into trouble is the circuit that will only allow one of the three inputs on at any given time while also allowing the system to be turned off. im still not even sure what this circuit is called however people have told me that it might be a XOR gate I need but all the information ive been able to get on XOR gates only allows 2 inputs, not three.
Functionally i'd like the system to work like IRL a series of push-down buttons that each activate a separate light however only one light can be active at a time and pressing another button pushes up all the rest thus leaving only the most recent button press on. The system can be deactivated by pressing the most recently pressed button again.
Where im running into trouble is the circuit that will only allow one of the three inputs on at any given time while also allowing the system to be turned off. im still not even sure what this circuit is called however people have told me that it might be a XOR gate I need but all the information ive been able to get on XOR gates only allows 2 inputs, not three.