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

Decider combinator: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Logic
{{Logic
|Image
|health       =50
|health=50
|energy       =2 kw electric
|energy=2 kw electric
|cps         =60
|cps=60
|input       =Time, 0.5 + Copper cable, 5 + Electronic Circuit, 5
|input=Time, 0.5 + Copper cable, 5 + Electronic Circuit, 5
|raw         =Time, 8 + Iron Plate, 5 + Copper Plate, 10
|raw=Time, 8 + Iron Plate, 5 + Copper Plate, 10
|technologies =Circuit network
|technologies=Circuit network
|producers   =Manual + Assembling machine 1 + Assembling machine 2 + Assembling machine 3
|producers=Manual + Assembling machine 1 + Assembling machine 2 + Assembling machine 3
}}
}}


[[File:DeciderSprite.png]]
[[File:DeciderSprite.png]]


== Description ==
The {{PAGENAME}} is part of the [[Circuit Network]] and one of three types of combinators available in the game. It is used to make comparisons of signals on the network. Signals can be compared using "is greater than" (>), "is less than" (<) or "is equal to" (=).
 
The decider combinator is part of the [[Circuit Network]] and one of three types of combinators available in the game. It is used to make comparisons of signals on the network. Signals can be compared using "is greater than" (>), "is less than" (<) or "is equal to" (=).
Input contacts are to the left in the above picture.
Input contacts are to the left in the above picture.


== Function ==
== Function ==
==Function==
The internal logic process has three steps:
The internal logic process has three steps:


Line 26: Line 22:
2) The specified comparison (>, <, =) is performed on the selected signal(s).
2) The specified comparison (>, <, =) is performed on the selected signal(s).


3) If the comparison returns true, the selected output signal is send to the output nodes.
3) If the comparison returns true, the selected output signal is sent to the output nodes.





Revision as of 04:33, 21 October 2015

Template:Logic

DeciderSprite.png

The Decider combinator is part of the Circuit Network and one of three types of combinators available in the game. It is used to make comparisons of signals on the network. Signals can be compared using "is greater than" (>), "is less than" (<) or "is equal to" (=). Input contacts are to the left in the above picture.

Function

The internal logic process has three steps:

1) All input signals on the red and green wires are summed within the combinator.

2) The specified comparison (>, <, =) is performed on the selected signal(s).

3) If the comparison returns true, the selected output signal is sent to the output nodes.


See Also