Fallout Wiki
Advertisement
Fallout Wiki

 
Gametitle-FO4 CW
Gametitle-FO4 CW

The logic gates are seven constructible settlement items added in the Fallout 4 add-on Contraptions Workshop.

Crafting

Materials:Requirements:Produces:
Copper (2)
Steel (2)
Range
Level
Logic gate (1)

Characteristics

Logic gates are used to build advanced circuits for different powered components in the player's settlements. Each logic gate has two ports, the red port indicates input and the black port indicates output. Based on the state of the wires connected to the red input node each logic gate determines whether power passes through or not through the black output node.

There are 3 different types of logic gates, positive logic gates, negative logic gates and exclusive logic gates.

The AND, OR and XOR gates can directly run live or uncharged wires from other components. However, the NAND, NOR, NOT and XNOR gates require at least one input that is coming from the output of another powered logic gate, even if that gate is not transmitting power due to its conditions not being met.

In the following tables, digit 1 means the power passes and 0 means the power does not pass through.

Input a Input b Output OR Output AND Output XOR Output NOR Output NAND Output NXOR
0 0 0 0 0 1 1 1
0 1 1 0 1 0 1 0
1 0 1 0 1 0 1 0
1 1 1 1 0 0 0 1
Input Output NOT
1 0
0 1

Connecting additional or insufficient wires to a logic gate will cause the circuit to fail. Not connecting negative gates to the output of positive gates will also cause the circuit to fail.

Gallery

Advertisement