Engineering Hub

🔙 Back to Relay Symbols and Functions

AND Gate Symbol

AND Gate

To build an AND gate using relays, we put two parts in series. These parts can either be individual gates or larger combinations of gates. The key point is that both parts must be activated for the output to be activated. This means that if either part is not activated, the output will not be activated. In a relay-based AND gate, we can use normally open (NO) contacts for both parts. When both NO contacts are closed (activated), the circuit is completed and the output is activated. If either NO contact is open (not activated), the circuit remains incomplete and the output is not activated. This configuration allows us to implement the logical AND function using relays.

How it Works

The AND gate works by requiring both inputs to be true (activated) for the output to be true (activated). In a relay-based AND gate, we can use two normally open (NO) contacts in series. When both NO contacts are closed (activated), the circuit is completed and the output is activated. If either NO contact is open (not activated), the circuit remains incomplete and the output is not activated. This behavior allows us to implement the logical AND function using relays, where the output is only activated when both inputs are activated.

Behavior Table

The table below shows how a AND Gate behaves:

Input A Input B Output
False (Not Activated) False (Not Activated) False (Not Activated)
False (Not Activated) True (Activated) False (Not Activated)
True (Activated) False (Not Activated) False (Not Activated)
True (Activated) True (Activated) True (Activated)

Using a AND Gate

Fluid Sim In fluid sim we can make an AND gate by putting components in series, this means that we take the output of one component and connect it to the input of another component. For example, we can take the output of a NO contact and connect it to the input of another NO contact. This means that both NO contacts must be activated for the signal to flow through the circuit and activate the output.
Lab Bench On the lab benches, we have sets of festo relay boxes. We can use these boxes to create an AND gate by connecting two NO contacts in series. This means that both NO contacts must be activated for the output to be activated. For example, we can connect the output of the first NO contact to the input of the second NO contact. This way, when both NO contacts are activated, the circuit is completed and the output is activated.

Example Video

AND Gate Example
AND gate in a fluid sim. Both NO contacts (right) are connected to relay R1 and R2 respectively. R1 and R2 are triggered by button presses in the simulation, which energizes the relay coils and closes the NO contacts, completing the circuit. If both contacts are activated, the output is activated.

🔙 Back to Relay Symbols and Functions