Tutorial:Combinator tutorial: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
No edit summary
Line 50: Line 50:


== See Also ==
== See Also ==
*[http://www.factorioforums.com/forum/viewtopic.php?f=18&t=14556 Combinators 101 (Tutorial)]
*[[Arithmetic combinator]]
*[[Arithmetic combinator]]
*[[Constant Combinator]]
*[[Constant Combinator]]
*[[Decider Combinator]]
*[[Decider Combinator]]
*[[Circuit network]]
*[[Circuit network]]

Revision as of 11:29, 13 February 2016

Introduction

Basic Uses

Comparing Outputs

Addressing Outposts

Oil Control

Clocks and Counters

Basic Clock

Basic Counter

Logic Gates

Unary NOT

Decider Combinator set to "Input = 0"

Binary AND

Arithmetic Combinator set to "A * B"

Binary OR

Decider Combinator set to "Input > 0"

Binary NAND

Binary NOR

Decider Combinator set to "Input < 1"

Binary XOR

Binary XAND

Memory Cells

Binary Cell

RS NOR Latch File:RS-NOR.png


Advanced Cell

Address Enable Switch

See Also