The gist of it is when a button is pressed a relay driver transistor turns on. Only one transistor will be on at a time.
You can find a description of how this kind of a circuit works here http://sound.whsites.net/project163.htm. Just scroll down to where it says Discrete CMOS Logic.
dorrisant wrote: ↑Wed Sep 05, 2018 4:02 pm
Nice work... but I don't know how excited I should be. Do you have a link for the circuit description from Merlin?
V2 wrote: ↑Tue Dec 04, 2018 12:06 am
What is V+ for this circuit?
Maximum recommended supply voltage for 40175 is 15V. V+ can be anything from 5V to 15V. Most likely you will want to use either 5V or 12V depending on what relays you're using.
kdmay wrote: ↑Mon Apr 29, 2019 1:00 am
Quick question: can 2 of these chips be used simultaneously for 8 channels? Wondering how the flip/flop reset would work in this instance
Yes. We used this circuit for a set of amp monitoring and burn-in units in mfg....with two of these circuits per unit (8ch) and linked for a total of 24 ch...just connnect the CLK pins together.
Haven't tested more than that. Might need bi-directional buffer between CLK circuit sets if cable L get too long. We just use std midi cables to link clk and audio. Also used CD40xx buffers to drive relays...but I would use 2N7000 or similar to lo-side switch relays and LEDs for anything under 8ch. Also, DON'T share your relay logic gnd w/ your audio gnd.....reference terminate it at chassis common.
[quote="chief mushroom cloud" post_id=397727 time=1556724621 user_id=54]
[quote=kdmay post_id=397613 time=1556499639 user_id=9465]
Quick question: can 2 of these chips be used simultaneously for 8 channels? Wondering how the flip/flop reset would work in this instance
[/quote]
Yes. We used this circuit for a set of amp monitoring and burn-in units in mfg....with two of these circuits per unit (8ch) and linked for a total of 24 ch...just connnect the CLK pins together.
Haven't tested more than that. Might need bi-directional buffer between CLK circuit sets if cable L get too long. We just use std midi cables to link clk and audio. Also used CD40xx buffers to drive relays...but I would use 2N7000 or similar to lo-side switch relays and LEDs for anything under 8ch. Also, DON'T share your relay logic gnd w/ your audio gnd.....reference terminate it at chassis common.
[/quote]
Thanks mate
I am actually planning on building an 8 channel amp and 4 channel cab switcher, so this is helpful!
In the amp build I mentioned I am trialling this, I am definitely not going to share the logic ground with the audio ground. A buddy did this with one of the Tube Town Midi boards and had all sorts of troubles so had already warned me on this.
I’ve bread boarded this circuit and works well. However on power on, all switches are on.
Is this normal behaviour? Kinda not useful if it is!
I’m sure I’ve done a thing wrong
I made a new channel switcher using Arduino Nano Every. It's been years since I did any kind of programming but I tried to make the Arduino sketches as simple as possible. The same PCB can be used in an amp to control relays and in a pedal to remotely control the channel switching.
Schematic
channelswitcherarduino.pdf
Gerber files
channelswitcherarduino-53mmx64mm.zip
Arduino sketches for amplifier and footswitch pedal
channelswitcher-arduino-sketches.zip
How to wire the PCB
switcherhowtoconnect.pdf
You do not have the required permissions to view the files attached to this post.