XOR Gate
Jump to navigation
Jump to search
XOR Gate
Outputs a Green Signal if exactly one of its Inputs is receiving Green.
Outputs a Red Signal if both or neither Inputs are receiving a Green Signal.
Outputs a Red Signal if both or neither Inputs are receiving a Green Signal.
This gate outputs a Green Signal if exactly one of its Inputs is receiving a Green Signal.
Dimensions
2×2 tiles
Rotation
Turnable
Category
-5 (Radius: 1 tile)
Materials
25 kg
XOR Gate is an Automation Building that takes in two inputs and will output a Green signal only when exactly one input is receiving Green Signal. Otherwise, it will output Red. It is connected to other buildings via Automation Wire.
Truth Table
Input1 | Input2 | Output |
---|---|---|
Red | Red | Red |
Red | Green | Green |
Green | Red | Green |
Green | Green | Red |
Automation Ribbon
XOR Gate's behavior to Automation Ribbon is same as bitwise XOR - For example, when first input is 4-Bit RRGG and second input is RGRG, then its output is 4-Bit RGGR.
Tips
- The XOR Gate, like other Automation gates, can be placed behind buildings and tiles, as well as in the same space as pipes or wires.
- Like the AND and OR gates, the fourth space on the XOR gate's graphic does nothing, and Automation Wires can cross freely in this space.