Carsten Milkau/OR Gate
From Unofficial Stationeers Wiki
< User:Carsten Milkau
OR Gate[edit]
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:
Connectors[edit]
- Top: Power
- Left: Input 1
- Right: Input 2
- Bottom: Output
Screws (options)[edit]
- 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[edit]
*) 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).