<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.factorio.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Adamzl</id>
	<title>Official Factorio Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.factorio.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Adamzl"/>
	<link rel="alternate" type="text/html" href="https://wiki.factorio.com/Special:Contributions/Adamzl"/>
	<updated>2026-04-22T03:11:20Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Circuit_network&amp;diff=133397</id>
		<title>Circuit network</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Circuit_network&amp;diff=133397"/>
		<updated>2016-12-08T23:18:30Z</updated>

		<summary type="html">&lt;p&gt;Adamzl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
&#039;&#039;&#039;Circuit networks&#039;&#039;&#039; are built using red or green wire, and enable the control of [[Automatic control/Devices#Receiver|receiver devices]], based upon information broadcast onto the network by connected [[Automatic control/Devices#Sender|sender devices]].  Most senders are storage devices, and broadcast their information onto a specific channel, based on the item or liquid the storage device contains.  Each circuit network contains a channel for every kind of item, as well as 45 extra [[Automatic control/Virtual signals|Virtual signals]] which act as user-definable channels.&lt;br /&gt;
&lt;br /&gt;
[[File:InnerOfGreenCable.jpg|right|400px]]&lt;br /&gt;
&lt;br /&gt;
== Circuit Network Tutorials Redirect ==&lt;br /&gt;
&#039;&#039;&#039;[[Circuit-network Cookbook|Circuit Network Cookbook]]&#039;&#039;&#039; - &#039;&#039;Heavy example tutorials; for beginners who want to use the benefits of the Circuit Network.&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[[Combinator Tutorial]]&#039;&#039;&#039; - &#039;&#039;Mainly textual and detailed tutorials; for amaeturs who can sometimes refer to this.&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;[http://www.reddit.com Reddit], if you&#039;d like to ask any questions about circuitry in Factorio.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Physical network structure ==&lt;br /&gt;
A circuit network consists only of those devices connected together with the same color wire.  Wire can be strung directly from device to device, or across any intervening power poles.&lt;br /&gt;
&lt;br /&gt;
Note that each connected set of wires forms a separate network.  For example, it&#039;s entirely possible to have four red-wire networks and three green-wire networks.  Red and green networks will remain separate and do not link up if red and green wires happen to touch the same power pole or device.&lt;br /&gt;
&lt;br /&gt;
* To connect wires or cables to a power pole, drag the wire to the base of the pole.&lt;br /&gt;
* To erase a wire or cable connection, drag the same color wire over an existing connection. You don&#039;t get the wire/cable back.&lt;br /&gt;
* To remove &#039;&#039;&#039;all&#039;&#039;&#039; connections from a power pole, shift-click on the pole.  The first shift-click will remove all electrical connections, and the second will remove all red and green wires. You don&#039;t get the wires back.&lt;br /&gt;
* When connecting to a [[Arithmetic Combinator]] or [[Decider Combinator]], take care to drag the wire to the correct input or output side. Use ALT-Key-Mode to see direction of combinator.&lt;br /&gt;
* Hovering the mouse cursor over an item will highlight all wires which form the network of the item.&lt;br /&gt;
* Hovering the mouse cursor over a power pole which is part of a network will display the signals on its network. Some items like combinators will also display their input and output signals when hovered over.&lt;br /&gt;
&lt;br /&gt;
== Broadcast Information ==&lt;br /&gt;
[[Automatic control/Devices#Sender|Sending devices]] broadcast the amount of [[Items]] or [[Liquids system|Fluids]] they contain or other data definable by the player. Each amount is broadcast as a numeric value on a &#039;channel&#039; corresponding to the item they contain.  For example, a Storage Tank containing 1000 Crude Oil will broadcast 1000 on the Crude Oil channel.&lt;br /&gt;
&lt;br /&gt;
Multiple broadcasts of the same item or fluid are additive: if there are two connected Storage Tanks with 1000 Crude Oil each, the value of the Crude Oil channel will be 2000.&lt;br /&gt;
&lt;br /&gt;
Wires which are connected together by a junction will pass their signals to the other wires of the same color.  For example, if two red wires are connected to the same combinator input, each wire receives the content from the other.  This can result in feedback if care is not taken; see Feedback (under Arithmetic Combinator, below) for discussion.&lt;br /&gt;
&lt;br /&gt;
== Use of Information ==&lt;br /&gt;
[[File:smart_inserter.png|thumb|250px|Example condition: &amp;quot;Work only if the count of Iron plates is lower than the count of Steel plates.&amp;quot; Remember to set the filter as well.]]&lt;br /&gt;
[[Automatic control/Devices#Receiver|Receiving devices]] can use broadcast information, in most cases to enable/disable the device.&lt;br /&gt;
&lt;br /&gt;
They can either compare results between different channels, or compare a channel to a specific value.  The pictured inserter works if the count of [[Iron plate|Iron plates]] is lower than the count of [[Steel plate|Steel plates]].&lt;br /&gt;
&lt;br /&gt;
Receiving devices sum all signals from each wire connected to them, even red and green wires. For example, if an inserter is connected to a red wire carrying a signal for 20 iron plates, a green wire with 10 copper plates and another green wire with 5 iron plates, the input signal set for that receiver will be 25 iron plates and 10 copper plates.&lt;br /&gt;
&lt;br /&gt;
== Basic ==&lt;br /&gt;
[[File:circuit-network-example-1.png|thumb|256px|A basic circuit network usable to fill a chest with a defined amount of items.]]&lt;br /&gt;
&lt;br /&gt;
The simplest network is to connect an inserter with a chest next to it, to control the limit amount of items the inserter will put into the chest. &amp;lt;br&amp;gt;&lt;br /&gt;
(Note that you do not have to connect them using a power pole as the picture shows; you can connect them directly.)&lt;br /&gt;
&lt;br /&gt;
Similar methods are possible for gating fluid by connecting a [[storage tank]] to a [[small pump]], or gating electricity by connecting [[accumulators]] to a [[power switch]] to the respective network.&lt;br /&gt;
&lt;br /&gt;
== Combinators ==&lt;br /&gt;
Combinators can function as both receiving and sending devices and allow more advanced functions to be used on a circuit network.&lt;br /&gt;
&lt;br /&gt;
*The [[Constant Combinator]] broadcasts up to 15 values on any of the channels for whatever networks it is connected to.  (You cannot currently specify whether a value should be red or green; if you need different values, use two combinators, one for each color wire.)  You can use any item channel or any of the [[Automatic control/Virtual signals|virtual signal]] channels.&lt;br /&gt;
**Note that using two of the 15 slots to broadcast values on the &#039;&#039;&#039;same&#039;&#039;&#039; channel is the same as broadcasting the sum of the two values from one slot.&lt;br /&gt;
&lt;br /&gt;
*The [[Arithmetic Combinator]] performs arithmetic operations on input values and broadcasts the result to the specified output channel.  The input and output channels can be any item channel or any of the virtual signal channels.&lt;br /&gt;
** Connecting: The Arithmetic Combinator connects to a red or green network on its &#039;&#039;&#039;input&#039;&#039;&#039; side (the terminals are set into the main body and look like spark plugs) and performs an arithmetic calculation which is broadcast into the specified channel on its &#039;&#039;&#039;output&#039;&#039;&#039; side (the output wires appear to stretch out a bit from the body of the device). &lt;br /&gt;
** Feedback: Note that the input network and the output network &#039;&#039;&#039;are not the same network&#039;&#039;&#039;.  Connecting the output network back to the input network will result in a feedback loop.  For example, adding 1 to the value for Copper Plates and broadcasting it as Copper Plates is an action that results in an infinite loop if output is connected back to input.  The value for Copper Plates will rapidly (but not instantly) shoot upward.  This technique can be combined with Decider Combinator logic to make electronic clocks, gates, and other systems; see [[Combinator Tutorial]] for advanced techniques.&lt;br /&gt;
** Each:  This combinator can use the &#039;Each&#039; signal for both input and output, in which case &#039;&#039;&#039;all&#039;&#039;&#039; non-zero input channels will have the combinator&#039;s operation performed and broadcast on the output side.  Having Each signals for input and output and using a non-changing operation (like adding zero) is equivalent to having a &#039;one-way&#039; wire; all the information from the input network is copied to the output network, but the reverse is not true.&lt;br /&gt;
**Multi-network: The Arithmetic Combinator can be joined to both red and green networks on the input side and will sum their inputs.&lt;br /&gt;
&lt;br /&gt;
*The [[Decider Combinator]] functions much like an Arithmetic Combinator, but is designed to compare values.  In terms of Connecting, Feedback, and the Each signal it functions as specified above.  In addition, it can handle the Everything and Anything signals, and performs more complex functions than summing when attached to multiple networks.  See the [[Decider Combinator]] page for more details on how to use this.&lt;br /&gt;
&lt;br /&gt;
== Logistic Network ==&lt;br /&gt;
The Logistic network used by [[Logistic robot|Logistic Robots]] is essentially a third network (a wireless one), along with the green and red wired network.  The Logistic Network is based on proximity to a central [[Roboport]].&lt;br /&gt;
&lt;br /&gt;
Some devices can also be connected to the logistic network. If a device has conditions set for circuit and for logistic network, it will become activated if both conditions are true.&lt;br /&gt;
&lt;br /&gt;
See [[Logistic network]] for more information.&lt;br /&gt;
&lt;br /&gt;
== [[Automatic_control/Devices|Items/Devices]] ==&lt;br /&gt;
In v0.13 the factorio developers made many devices connectable to the circuit network, so there are many possibilities to control and program your factory based on conditions.&lt;br /&gt;
&lt;br /&gt;
=== Examples (0.14.x) ===&lt;br /&gt;
[[Circuit-network_Cookbook|Circuit Network Cookbook]]&lt;br /&gt;
&lt;br /&gt;
=== Examples (&#039;&#039;outdated&#039;&#039;) ===&lt;br /&gt;
* [http://www.factorioforums.com/forum/viewtopic.php?f=5&amp;amp;t=3149 Forum article about the basic usage]&lt;br /&gt;
* [http://www.factorioforums.com/forum/viewtopic.php?f=9&amp;amp;t=696&amp;amp;p=24183#p24183 About comparison of the circuit wires with examples from the real world]* [http://www.factorioforums.com/forum/viewtopic.php?f=8&amp;amp;t=348 Logic Gates, Edge Detector]&lt;br /&gt;
* [http://www.factorioforums.com/forum/viewtopic.php?f=6&amp;amp;t=4728&amp;amp;p=37251#p37157 Logic gates revisited]&lt;br /&gt;
* [http://www.factorioforums.com/forum/viewtopic.php?f=18&amp;amp;t=3211&amp;amp;p=23692#p23676 Evenly fill two item onto one lane]&lt;br /&gt;
* [http://www.factorioforums.com/forum/viewtopic.php?f=8&amp;amp;t=298 Material splitters]&lt;br /&gt;
* [http://www.factorioforums.com/forum/viewtopic.php?f=8&amp;amp;t=6839 Logic gates using side inserter mod]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Circuit network (research)]]&lt;br /&gt;
* [[Transport network]]&lt;br /&gt;
* [[Combinators]]&lt;br /&gt;
* [[Automatic control/Virtual signals]]&lt;br /&gt;
&lt;br /&gt;
[[Category: Networks]] [[Category: Circuit network]] [[Category: Transport network]]&lt;/div&gt;</summary>
		<author><name>Adamzl</name></author>
	</entry>
</feed>