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

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).