Signal multiplexer

This board is to show, discuss and archive useful combinator- and logic-creations.
Smart triggering, counters and sensors, useful circuitry, switching as an art :), computers.
Please provide if possible always a blueprint of your creation.
Post Reply
DaleStan
Filter Inserter
Filter Inserter
Posts: 368
Joined: Mon Jul 09, 2018 2:40 am
Contact:

Signal multiplexer

Post by DaleStan »

I don't entirely know why you'd want to do this, other than "Because I can", which ... this is Factorio. That's a perfectly good reason. But anyway, fuinril was asking about multiplexing the contents of several different mining outposts onto the same wire (viewtopic.php?f=18&t=61238), and thoroughly nerd-sniped me. So I made a signal multiplexer/demultipexer.


It comes in three parts, and multiplexes its signals on the red wire.

The whole thing is driven by a clock, which outputs signals M and D.
Clock.gif
Clock.gif (332.89 KiB) Viewed 3543 times
The constant combinator and the decider make a clock, and the two extra combinators produce signal D that lags M by two ticks. Set the constant in the decider combinator to at least the maximum channel ID. This is also the update interval; if you set it to 300, each multiplexed signal will update once every five seconds.


Connect the clock to the output of the multiplexer, and provide anything you like on the input. Do not put signals D, M, or Q on the input, though. (If you want to multiplex Q, you can, as long as you modify the demuxers appropriately.)
Set the middle combinator, which points toward the input, to test for M equal to the desired channel ID. (In this case, 3.)
Mux.gif
Mux.gif (477.95 KiB) Viewed 3543 times
This is also relatively straightforward. This circuit copies its input to its output whenever the clock signal matches the desired ID. The middle combinator determines whether or not M is correct, the bottom one produces the input along with 1 on signal M, and the top one suppresses signal M again, so we don't mess up the clock. The output lags signal M by two ticks, so it synchronizes correctly with signal D.


The demultiplexer, at least for me, is the one that took a lot of thought. It takes the multiplexed signal on the red wire, and the channel to extract as signal Q on the green wire. The demuxer updates its output every time the inputs Q and D are equal (plus I think two ticks), so cycling Q through various values is probably not all that useful.
Demux.gif
Demux.gif (307.55 KiB) Viewed 3543 times
The two left deciders produce everything (top) and D (bottom), if this is the correct clock cycle. On other clock cycles they produce nothing. The middle combinators take the "everything" and filter out signal D. The final combinator remembers what it was given the last time D was non-zero. (In the blueprint, I've replaced top-center decider with an each+0=>each arithmetic. It works the same and makes it easier to free up signal Q.)
If you want to multipex signal Q, (or just prevent Q from leaking out of the demuxer) remove the green wires, and change the combinators that look at Q to compare to a constant instead. I used an input here because bad things will happen if the combinators do not compare to the same value.

Code: Select all

0eNrdWU2PmzAQ/S8+tlDFEJItak/NNYeeqxUiMNlYCwYZE20U8d87QDchJAGcmP3oZVc2eDz2e573TPZkFeWQCsalt0qSZ+Lujz0Zcf80muUzFiS87s7YE/ejsk/uUiAuYRJiYhDux2XLF0xuYpAsMIMkXjHuy0SQwiCMh/BCXFoYvTFCCFgI4nIAq3g0CHDJJIM6o6qx83ger0DgDIc4MYQsj02IIJACE0qTCHCWNMlwcMLL+TGgaRlkh/8wM4Kr5Pgyqxa7J7T8IyBsTsOwhSMCJoKcybpZPBZFua5WJlbXis7zmHxzjpmETNSJ1LMlXIok8law8bcMR+OQfzE9fBayQ8prJjLpnW3wlgmZY88ho/oNc0nqVWfSL4F2ykac+qJK0SU/cECSyzRXD5nuMLMc6bUWSewxjjGIK0UOxR37bJw8nuK+G8QaNpi2BrfbdvdcTjvaZcjtnoNwhjqtIUfsi8swH+NoQDqDMoZ3BHyC+KaAcFcZka834L0ghQKkzvnRGQzhtXM2PaT0urDug1Yf+MmgU7ZmkQRxpfT1HIG83GHaKH2PN1P/Gt8cVb4dqsyw5X949i2V2GepsM++BAGKTyVWbkMfDRL5K8Bsya8oCZ6xvUXKVGuaPcwt64F+n8yto4RNSiBvk9dOaRyirX36rF9e7QPdBoJkq6qrKvUHCuy43DfpKfm/jE5++27yd+mdksVpFZ/Z2zkcu+Vwfmp2OGs/yrRaHEObfPY5oIEWZ6pYAKw7z3+/9ClR7/3MNdVAPUBl2ckN40/6XLY9sigu85deSaT/hyQOYiJ9h3veoqFBgwf9rjn2ASl7XqoM8iQAePtFxSuiJqfxTkYD/GAzls+uYytARLuFbXa+9QpFpzOWpcWrWM2LeQPD6din9AS2zyEYhoqlce6Sm9NYc00exZyqmpTBFYh2r8AZxexQpUv+Z1eYhT5qt/021SM0Ay3t7FaheduPOYvRLrSLe77mUB3fEueKlWOq5etGt4FeQDzAQluXopjVjzsG8TGxLXivr16JVfwFd8Hw4w==
I've also attached a save, if you want to see it in operation. After the pattern of muxing mining outposts, I have five constant combinators that pretend to be mining outposts, and five demuxers that turn on 0 to 10 lights, depending on how much iron ore the corresponding constant combinator is reporting.
Attachments
Demux.zip
(4.52 MiB) Downloaded 135 times

User avatar
reverse.yellow
Burner Inserter
Burner Inserter
Posts: 5
Joined: Sat Sep 15, 2018 1:44 am
Contact:

Re: Signal multiplexer

Post by reverse.yellow »

I wanted to make one of these too! But mine was going to transmit binary based on one pulsing clock and a second data line.
A pulse on the data line while the clock is at a peak is 1 and a pulse while the clock is in a trough would be a 0.
Like this:

Code: Select all

           +----+    +----+    +----+    +----+
CLOCK      |    |    |    |    |    |    |    |
       ----+    +----+    +----+    +----+    +----

           +----+         +---------+    +----+
DATA       |    |         |         |    |    |
       ----+    +---------+         +----+    +----

BINARY        1             0     1        1

DECIMAL     11

Post Reply

Return to “Combinator Creations”