Tutorial:Combinator tutorial: Difference between revisions

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


== Logic Gates ==
== Logic Gates ==
'''Unary NOT'''
[[Decider Combinator]] set to "Input = 0"
'''Binary AND'''
'''Binary AND'''
[[Arithmetic Combinator]] set to "A * B"


'''Binary OR'''
'''Binary OR'''
Line 22: Line 28:


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


'''Binary XAND'''
'''Binary XAND'''
Line 27: Line 35:
== Memory Cells ==
== Memory Cells ==
'''Binary Cell'''
'''Binary Cell'''
RS NOR Latch
[[File:RS-NOR.png]]


'''Advanced Cell'''
'''Advanced Cell'''

Revision as of 07:56, 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

Binary NAND

Binary NOR

Decider Combinator set to "Input < 1"

Binary XAND

Memory Cells

Binary Cell

RS NOR Latch File:RS-NOR.png


Advanced Cell

Address Enable Switch

See Also