I've never really thought much about the logic of slightly less simple switching... and now I have to. A customer wants to control two amps from one three-button footswitch. I will try to explain..
Amp A has a simple make-break boost function. I will call the two poles A1 and A2
Amp B switches a central pole two ways to combine or separate channels. Three poles: B1 makes to either B2 or B3.
The three buttons need to create three states, like this:
Button 1 - break A1/A2, make B1/B2, break B1/B3
Button 2 - break A1/A2, break B1/B2, make B1/B3
Button 3 - make A1/A2, break B1/B2, make B1/B3
The three-button thing is the problem of course - how to make pressing one button undo the actions of the other two.
I've been thinking about using relays as I have a 5vDC supply available and the customer would also like LED indicators. But it is overstraining my poor brain.
The answer may well be obvious but don't be afraid of pointing it out. Or it may be impossible without logic chips, which I would prefer to avoid as that's a whole other learning process... but if it's the only way...
Amp A has a simple make-break boost function. I will call the two poles A1 and A2
Amp B switches a central pole two ways to combine or separate channels. Three poles: B1 makes to either B2 or B3.
The three buttons need to create three states, like this:
Button 1 - break A1/A2, make B1/B2, break B1/B3
Button 2 - break A1/A2, break B1/B2, make B1/B3
Button 3 - make A1/A2, break B1/B2, make B1/B3
The three-button thing is the problem of course - how to make pressing one button undo the actions of the other two.
I've been thinking about using relays as I have a 5vDC supply available and the customer would also like LED indicators. But it is overstraining my poor brain.
The answer may well be obvious but don't be afraid of pointing it out. Or it may be impossible without logic chips, which I would prefer to avoid as that's a whole other learning process... but if it's the only way...
Comment