Tutorial:Combinator tutorial: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
Line 24: Line 24:


'''Binary OR'''
'''Binary OR'''
[[Decider Combinator]] set to "Input > 0"


'''Binary NAND'''
'''Binary NAND'''
Line 30: Line 32:


[[Decider Combinator]] set to "Input < 1"
[[Decider Combinator]] set to "Input < 1"
'''Binary XOR'''


'''Binary XAND'''
'''Binary XAND'''

Revision as of 08:10, 2 September 2015

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