In other languages:

Selector combinator: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Added description & functions)
 
m (fixed sa tag)
 
Line 29: Line 29:
** The value of the input items is not considered
** The value of the input items is not considered
* '''Quality filter'''{{SA}}
* '''Quality filter'''{{SA}}
** The combinator will pass through any input signals that meet a conditional against a certain [[quality]]{{SA} grade
** The combinator will pass through any input signals that meet a conditional against a certain [[quality]]{{SA}} grade
** The combinator can compare an input's quality that is greater than, less than, equal to, greater or equal to, less or equal to, or not equal to, any one quality grade.  
** The combinator can compare an input's quality that is greater than, less than, equal to, greater or equal to, less or equal to, or not equal to, any one quality grade.  
** If comparing against ''any'' quality grade, the only valid comparison is ''equal to''
** If comparing against ''any'' quality grade, the only valid comparison is ''equal to''

Latest revision as of 00:17, 23 October 2024

Selector combinator.png
Selector combinator

Recipe

Time.png
0.5
+
Advanced circuit.png
2
+
Decider combinator.png
5
Selector combinator.png
1

Total raw

Time.png
59.5
+
Copper plate.png
60
+
Iron plate.png
29
+
Plastic bar.png
4

Stack size

50

Prototype type

item

Internal name

selector-combinator

Required technologies

Advanced combinators (research).png

Produced by

Assembling machine 1.png
Assembling machine 2.png
Assembling machine 3.png
Player.png
No-building-material-icon.png
This article is a stub, and not comprehensive.
You can help this wiki by expanding it.

The selector combinator is part of the circuit network and one of four types of combinators available in the game (the other three being the constant combinator, arithmetic combinator and decider combinator). It has four different modes of operation (or seven with Space Age enabled) to filter out various signals from an input wire.

Function

The selector combinator can select a signal to output from one of the following modes of operation:

  • Select input
    • Passes through the largest or smallest value input signal to the output depending on the order and index signal
    • If “descending” is selected, the combinator will pass through the signal with the largest value. If “ascending” is selected, the combinator will pass through the smallest signal.
    • By default, the “index” value is set to a constant of 0. Setting this to 1 will make the combinator pass through the second-largest or second-smallest input. Increasing the index further will cause it to pass through the third largest/smallest, and so on.
    • If the combinator only has one input signal, changing the index value will make no difference.
  • Count inputs
    • The combinator will count and putput the number of unique inputs on the selected signal.
    • The value of the input signals is not considered.
  • Random input
    • The combinator will pass through a random input signal every certain number of game ticks
    • By default, the combinator will update this every 1 tick, or 60 times per second.
  • Stack size
    • The combinator will output the stack sizes of the input items
    • The combinator will not output any fluid or non-item signals
    • The value of the input items is not considered
  • Rocket capacity
    • The combinator will output the rocket capacity of the input signals
    • The combinator will not output any fluid or non-item signals
    • The value of the input items is not considered
  • Quality filter
    • The combinator will pass through any input signals that meet a conditional against a certain quality grade
    • The combinator can compare an input's quality that is greater than, less than, equal to, greater or equal to, less or equal to, or not equal to, any one quality grade.
    • If comparing against any quality grade, the only valid comparison is equal to
  • Quality transfer
    • The combinator will take the selected target signal from its inputs and output it with a particular quality grade.
    • If direct slection is selected, the combinator will attach the specified quality grade to the target signal, but only if that target signal is among the inputs
    • If select from input is selected, the combinator will search for the selected item within its inputs and apply the quality of selected input to the target signal, but only if both the selected input and the target signal are among the inputs.

History

See Also