The wiki has moved!

Visit the new wiki at stationeers-wiki.com The old wiki here at legacy.stationeers-wiki.com will sunset eventually.

Edits made after the 7th of March 6PM EST were NOT carried over to the new server as previously announced right here in this box.

 Actions

User

Difference between revisions of "Carsten Milkau/OR Gate"

From Unofficial Stationeers Wiki

< User:Carsten Milkau
(Created page with "= OR Gate = Since the advent of the Min/Max Unit, OR and AND gates are actually extremely simple: just can use MAX for OR and MIN for...")
 
m (Carsten Milkau moved page Carsten Milkau/OR Gate to User:Carsten Milkau/OR Gate: This was supposed to be a user page.)
 
(No difference)

Latest revision as of 12:07, 19 July 2018

OR Gate

Since the advent of the Min/Max Unit, OR and AND gates are actually extremely simple: just can use MAX for OR and MIN for AND.*


So the OR gate becomes a single Min/Max Unit with the following setup:

Logic Processor Variation: Min/Max Unit

Connectors

  • Top: Power
  • Left: Input 1
  • Right: Input 2
  • Bottom: Output

Screws (options)

  • Bottom Left: Input 1 Selector. Click with screwdriver to select the "left" operand
  • Bottom Right: Input 2 Selector. Click with screwdriver to select the "right" operand
  • Bottom Center: Operation Selector. Click with screwdriver to select "Greater"

Notes

*) Note: (If you use numbers for TRUE and FALSE satisfying TRUE > FALSE, e.g. the popular choice of TRUE = 1 and FALSE = 0 satisfies 1 > 0. Otherwise, use MIN for OR and MAX for AND).