Send multiple independent signals in different channels over a single green wire by multiplexing.
The book contains all components to set up a multiplexer. The template blueprints allow setting up the channels initially and they can be adjuster later on the fly.
Instead of using Radar buildings, one can connect the timer with senders and receivers directly with a green wire over power poles.
<ins>Clock</ins>
In the clock blueprint you set the number of available channels "S" and it loops through every one of them to provide senders and receivers with indicators when to send and receive. Valid channel numbers are 0, 1, ..., S-1.
<ins>Single sender</ins>
Specify a single channel on which to send data and provide signals of what to send.
The only restriction is, that the signal "Green wire" can't be used as data, since it is reserved for the channel index.
<ins>Extendable sender</ins>
Extendable setup of multiple senders
Each row of combinators can send on a different channel independently from each other.
The only restriction is, that the signal "Green wire" can't be used as data, since it is reserved for the channel index.
<ins>Event receiver</ins>
Specify a single channel on which to receive signals. Outputs the received input just in the frame, where the signal is received.
<ins>Continuous receiver</ins>
Specify a single channel on which to receive signals. Outputs the received input continuously and update it whenever the value of the sender changes.
<ins>Extendable receiver</ins>
Extendable setup of multiple receivers
Each row of combinators receives on a different channel independently from each other.
The upper three rows receive events and output them in the frame, they receive them. (Event receiver)
The lower three rows output the signals continuously and update them on changes. (Continuous receiver)
