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 11:07, 19 July 2018
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).