Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Carsten Milkau/OR Gate: Difference between revisions

From Stationeers Wiki
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 17: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).