input selector

Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.
Hi I need a little help with a little project I want ot build.
I want to build a 4 input selector for a pre amp. I want to use relays to select inputs. I want to use a 4 bit ring counter to do the selection (as in the diagram). Each Q output will be connected to the base of a transistor which will drive a relay. I would use a button to connect the clock input the Vdd (to act as a clock pulse). So each time I press the button the relays would turn on in sequence.
I was thinking that I could use two 74ls74a chips as each chip has two D flip flops and it give access to reset if each Flip flop.

Will this work?
Any suggestions?
 

Attachments

  • regist01f.jpg
    regist01f.jpg
    10.6 KB · Views: 1,187
Hi,

It looks to me as if you've made a Johnson binary counter there. The third step will have input 1 an 2 active.
You'll either have to decode with a binary to decimal/ octal decoder (like a 4028), or use a decimal / octal counter (can't remember the number).

There are lots of solutions to the selector question. My favourite is the 74C922 .

Cheers,
 
hello guys,


This circuit seems to me a little bit impractical, I don't like the idea of cicling thru all unused inputs until I reach the good one. I rather use a circuit with a selection button for every input (4 inputs - 4 selection buttons). This is easy to be done with some flip-flops with set - reset inputs and some diodes. If someone is intersted maybe i'll draw a schematic later.

The idea is that the button for one input should give a command on the set input of one flip-flop and reset the rest of the flip flops.
 
I agree, latched pushbuttons would simplify the circuit.

From the simplistic point of view, and to avoid any digital circuitry implemented in analog pre - amp, why not ditch digital IC's and use only rotary switch that would supply a separate +12 V to high quality relays?

Extreme_Boky
 
I once built an input selector as originally described here but this is more
than ten years ago, so and I am rusty on this and resurrect this thread:

I am building a DIY CD-Player.
It will be a top loader with a motorized lid.
Transport, system control and decoding
are cannibalized from an old BU-1 based CD Player.
Now I would like to combine the functions of the two two original "Stop" and "Eject" Buttons into one button.
As I cannot hack system control I assume this has to be done in the peripheral by
mimicking the signals from the the original Stop and Eject Buttons tactile switches...?

So the aim is:
You push the combined STOP/EJECT button the first time, the player stops (Stop tactile switch mimicked).
You push it a second time, the lid opens, the third time the lid closes (Eject tactile switch mimicked)
The ring counter resets so that mimicking "Stop" is ready again.
But the 4017 puts out a constant voltage/current, right?
So the virtual tactile switches mimicked by the 4017 behave like they are pressed all the time?

Also pushing any other button like "Play" or "Pause"after pressing "Stop" has to reset the
circuit to prevent the lid from opening as long as "Stop" was not pressed before.

How can this be done and is the 4017 the right device for my task?
All the best,
Salar
 
Last edited:
Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.