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
No edit summary
Line 20: Line 20:
1) Values for each individual input signal(s) (items of the same name) on the red and green wires are summed within the combinator.
1) Values for each individual input signal(s) (items of the same name) on the red and green wires are summed within the combinator.


2) The combinator GUI specifies a "first" input signal, a comparison (>, <, =), and a "second" input signal or constant.
2) The Decider combinator GUI specifies a "first" input signal, a comparison (>, <, =), and a "second" input signal or constant.


3) If the comparison returns true, the output is a new signal (any name) with either the same value as "first" input signal, or 1.
3) If the comparison returns true, the output is a new signal (any name) with either the same value as "first" input signal, or 1.


The decider combinator can handle [[Virtual signals#Logic signals|special signals]].
The decider combinator can handle [[Virtual signals#Logic signals|special signals]].
With both the Arithmetic and Decider combinator, there is one tick (60th of a second) of latency before the output signal is ready to be used as an input into a circuit network.


== See Also ==
== See Also ==

Revision as of 01:20, 12 April 2016

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, outputs on the right.

Function

The internal logic process has three steps:

1) Values for each individual input signal(s) (items of the same name) on the red and green wires are summed within the combinator.

2) The Decider combinator GUI specifies a "first" input signal, a comparison (>, <, =), and a "second" input signal or constant.

3) If the comparison returns true, the output is a new signal (any name) with either the same value as "first" input signal, or 1.

The decider combinator can handle special signals.

With both the Arithmetic and Decider combinator, there is one tick (60th of a second) of latency before the output signal is ready to be used as an input into a circuit network.

See Also