feature request: Demultiplexer

 

I am searching for a module that does demultiplexing, it is the opposite of what you call a switch.
It's purpose to be be able to distribute (select) where a single input goes to one of multiple output paths.

It's quite useful in gameshow design.



   marwanrassi

 
Profile Image
Aximmetry
  -  

Hi,

In Aximmetry you can connect an input to multiple output so no DEMUX in needed.

DEMUX is usually useful in a hardware environment where there are certain limitations. (where there can be only "one in one" connection)

If however your goal is have a "no input" value for certain outputs then you can simply put an If node front of it (with the proper type). Connect your normal input to the Then input pin. Set the Else input pin to a value that you consider as "no input". And change If input pin if you want to see the normal input or the "no input" value.

If you want to use this logic multiple places then you can create a linked compound from it.

Best Regards