In other languages: Čeština Deutsch Français Italiano 日本語 Polski Português, Brasil Русский Українська 简体中文

Circuit network

From Official Factorio Wiki
Revision as of 10:59, 20 January 2017 by Bilka (talk | contribs) (added relevant information from Automatic control/Devices, improved general page, removed outdated links)
Jump to navigation Jump to search

Circuit networks are built using red or green wire, and enable the control of receivers, based upon information broadcast onto the network by connected senders. 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 Virtual signals which act as user-definable channels. 'Everything', 'Anything' amnd 'Each' are also available wildcards.

A player drawn visualization of the interior of a circuit cable.

Usage

Send Information

Senders broadcast the amount of Items or Fluids they contain or other data definable by the player. Each amount is broadcast as a numeric value on a 'channel' corresponding to the item they contain. For example, a Storage Tank containing 1000 Crude Oil will broadcast 1000 on the Crude Oil channel.

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 within the network will be 2000.

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.

Control Devices

Example condition: "Work only if the count of Iron plates is lower than the count of Steel plates." Remember to set the filter as well.

Receivers can use broadcast information, in most cases to enable/disable the device.

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 plates is lower than the count of Steel plates.

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.

Devices

Since version 0.13 each entity connectable to one of the networks has icons in its top right corner. By clicking the left icon, you have access to the circuit network settings (if one is connected), by clicking the right icon, you have access to the logistic network settings, if one is reachable. There can be set conditions for both circuit (signals of red and green wires are summed) and logistic network, which will together act as a logical AND.

Senders

These devices can send signals to the circuit network.

Transport belts Transport belts can send their content to the Circuit network.

Pulse mode: The signal is sent for only 1 tick when the item enters the belt.

Hold mode: The signal is sent continuously as long as the items are on the belt.

Inserters All inserters can send their held items to the Circuit network.

Pulse mode: The signal is sent for only 1 tick when the item is picked up.

Hold mode: The signal is sent continuously as long as the inserter is holding the item.

Chests All chests can send their contents to the Circuit network. Logistic chests additionally send their contents to the Logistic network.
Storage tank The storage tank can send it's fluid content to the Circuit network.
Gate.png
Gate
Gates can send a signal to the Circuit network.
Rail signal Rail signals can send their state to the Circuit network.
Basic accumulator It can send it's charge level in percent to the Circuit network.
Roboport.png
Roboport
It can send it's logistic network contents or it's robot statistics to the Circuit network.

Receivers

Transport belts Transport belts can be enabled on a condition.
Inserters All inserters can be enabled on a condition.
Filter inserter The filter inserter can additionally set it's filters from the Circuit network.
Requester chest Its requested items can be set by the Circuit network.
Gate.png
Gate
Gates can be opened on a condition.
Rail signal Rail signals can prevent trains by passing on a condition (set signal to red).
Lamp The lamp can be enabled on a condition. If it receives color signals, it can set the given color.
Offshore pump The offshore pump can be enabled on a condition.
Small pump The small pump can be enabled on a condition.
Train stop Train stations can send the contents of the Circuit network to the train to use it for wait conditions.
Power switch Power switchs can connect to power networks on a condition.

Physical network structure

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. Wire length is limited by it's previous connection.

Note that each connected set of wires forms a separate network. For example, it'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. However, two red cables or green cables will link if they touch. Keep networks in close proximity separate by using different colored cables.

  • To connect wires or cables to a power pole, simply click on one entity, then on the base of the power pole.
  • To erase a wire or cable connection, place the same color wire over an existing connection. You don't get the wire/cable back.
  • To remove all 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't get the wires back.
  • When connecting to a Arithmetic Combinator or Decider Combinator, take care to connect the wire to the correct input or output side. Use ALT-Key-Mode to see direction of combinator.
  • Hovering the mouse cursor over an item will highlight all wires which form the network of the item.
  • 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.

Combinators

Combinators can function as both receiving and sending devices and allow more advanced functions to be used on a circuit network.

  • 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 on the red or green channel; if you need different values, use two combinators, one for each color wire.) You can use any item channel or any of the virtual signal channels.
    • Note that using two of the 15 slots to broadcast values on the same channel is the same as broadcasting the sum of the two values from one slot.
  • 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.
    • Connecting: The Arithmetic Combinator connects to a red or green network on its input 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 output side (the output wires appear to stretch out a bit from the body of the device).
    • Feedback: Note that the input network and the output network are not the same network. 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. (Fun fact: The rate at which it climbs is the current tick rate) This technique can be combined with Decider Combinator logic to make electronic clocks, gates, and other systems; see Combinator Tutorial for advanced techniques.
    • Each: This combinator can use the 'Each' signal for both input and output, in which case all non-zero input channels will have the combinator'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 'one-way' wire; all the information from the input network is copied to the output network, but the reverse is not true.
    • Multi-network: The Arithmetic Combinator can be joined to both red and green networks on the input side and will sum their inputs.
  • The Decider Combinator functions much like an Arithmetic Combinator, but is designed to compare values. Essentially, it is a conditional. 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.

Tutorials

Circuit Network Cookbook - Example heavy tutorials; for beginners who want to use the benefits of the Circuit Network.

Combinator Tutorial - Mainly textual and detailed tutorials; for amateurs who can sometimes refer to this.

The official Factorio Reddit, if you'd like to ask any questions about circuitry in Factorio.

Logistic Network

The Logistic network used by 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.

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.

See Logistic network and Roboport for more information.

History

  • 0.13.0:
    • Many machines are now connectible to the circuit network.
    • Wire disconnecting is incorporated into the latency hiding.
    • Wires are now highlighted on entity mouseover.
    • Reduced memory usage of circuit network.
  • 0.12.33:
    • Fluid values are rounded to the closest value instead of rounding down when transmitted to circuit network.
  • 0.8.3:
    • Circuit network contents info has colored slots to specify the network it represents.

See also