Author Topic: What do I even call this? Switching order of multiple (3) devices IN/OUT  (Read 1057 times)

0 Members and 1 Guest are viewing this topic.

Offline mkiijamTopic starter

  • Regular Contributor
  • *
  • Posts: 161
  • Country: us
I need to design a device that switches the order of hookup of three devices. i.e. A feeds B feeds C or B feeds C feeds A etc.

I'm not even sure what to call this type of function for searching / research?
 

Offline CountChocula

  • Supporter
  • ****
  • Posts: 208
  • Country: ca
  • I break things—sometimes on purpose.
Re: What do I even call this? Switching order of multiple (3) devices IN/OUT
« Reply #1 on: January 15, 2023, 01:22:54 pm »
Sounds like a switch array, or maybe a multiplexer, but the devil is in the details… what kind of connectivity exists between the three devices?


—CC
Lab is where your DMM is.
 

Offline Terry Bites

  • Super Contributor
  • ***
  • Posts: 2471
  • Country: gb
  • Recovering Electrical Engineer
Re: What do I even call this? Switching order of multiple (3) devices IN/OUT
« Reply #2 on: January 16, 2023, 12:32:10 pm »
Start by drawing up a truth table (Karnaugh map) to show the logical dependencies.
Then you can design the logic.
Test your circuit in simulator. eg KiCAD
MUXs can be used to implement any arbitrary logic expression.
The control lines are the input values and the mux IOs set the output values.

(sounds like he's stoned)

If there are time dependencies you'll need a"state machine" to sort it out.

 

Offline mkiijamTopic starter

  • Regular Contributor
  • *
  • Posts: 161
  • Country: us
Re: What do I even call this? Switching order of multiple (3) devices IN/OUT
« Reply #3 on: January 17, 2023, 06:02:52 pm »
The specifics might help.

It is to switch the order of audio devices in a chain of 3. Each has balanced audio connections.
 

Offline 741

  • Frequent Contributor
  • **
  • Posts: 396
  • Country: gb
    • Circuit & PCB Design (small PCB quantities OK)
Re: What do I even call this? Switching order of multiple (3) devices IN/OUT
« Reply #4 on: January 17, 2023, 06:18:29 pm »
I think I'd refer to this kind of topic as "Power Sequencing"

Offline Terry Bites

  • Super Contributor
  • ***
  • Posts: 2471
  • Country: gb
  • Recovering Electrical Engineer
Re: What do I even call this? Switching order of multiple (3) devices IN/OUT
« Reply #5 on: January 17, 2023, 07:35:49 pm »
Like an FX chain?
Would you want a single switch that cycles through the chain configurations?

Clock a ring counter from the switch. Debounce the momentary switch with a 555 and clock the 4017 from it.
Use the ring counter outputs to set analog switches (or relays if you have the power available).
Here's a generic solution covering six possible chain scenarios. You can add bypass or all off by routing in to out via the matrix.
Just add more states if you run out. LEDs indcating all your states are a wise investment.
You can set the number of combination states by tyind the reset to Pn+1 Add leds to show the state selection.
Make the matrix as complex or as simple as you need. Note that if you use analog switches you'll need dual rails.
If you use relays you can run the thing off a single 5V to 15V supply. Less faff. Dont forget your diodes!
 

Offline mkiijamTopic starter

  • Regular Contributor
  • *
  • Posts: 161
  • Country: us
Re: What do I even call this? Switching order of multiple (3) devices IN/OUT
« Reply #6 on: January 18, 2023, 06:25:26 am »
Yes, like an FX chain.

But, I think it would be better some how to be able to order them instead of cycle them. Perhaps there could be buttons 1-2-3 and buttons A-B-C. You would order them by pressing the desired position (buttons 1-3) and then the desired device(A-C)?
 

Offline Terry Bites

  • Super Contributor
  • ***
  • Posts: 2471
  • Country: gb
  • Recovering Electrical Engineer
Re: What do I even call this? Switching order of multiple (3) devices IN/OUT
« Reply #7 on: January 18, 2023, 09:18:59 am »
Its a crossbar patch bay really. Just automated. You might find this kind of thing in ATE.

This is for your "FX Router MK1"

I thought about it a bit more about it. Heres a drawing of how it might work. Add the matrix options you need, I put all of them in as an illustration.
If yoiu dont need so many options,then just simplify and ude fewer switch points.
Sorry about all the random numbering! If I get time I'll tidy it up.
A simple counter would need decoding in to operate node swtiches -a lot of faff.
Its an ideal job for an arduino. Let it count the input and work out the relay/ analog switch configuration. Add a stunning LED display.
You only need code for a look up table and a counter.  Check out this- Job done ADG2188 ic. EVAL-ADG2188EBZ You can easily get arduino to control it.

.
You can buy this thing linkbone.com/audio-matrix-switch-balanced-xlr/
« Last Edit: January 19, 2023, 11:18:37 am by Terry Bites »
 

Offline mkiijamTopic starter

  • Regular Contributor
  • *
  • Posts: 161
  • Country: us
Re: What do I even call this? Switching order of multiple (3) devices IN/OUT
« Reply #8 on: January 19, 2023, 05:19:07 pm »
Excellent! Thanks Terry!
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf