0% found this document useful (0 votes)
245 views

PLC (Logic Gates and Ladder Diagrams) - Chap04

This document discusses logic gates and ladder diagrams. It covers common logic gates like AND, OR, NOT, NAND, NOR, XOR and XNOR gates. It shows how to create ladder logic diagrams from logic gate circuits and boolean expressions. It also discusses producing boolean equations from logic gate circuits and solving example problems involving emergency stop systems.

Uploaded by

32anikkumarpaul
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
245 views

PLC (Logic Gates and Ladder Diagrams) - Chap04

This document discusses logic gates and ladder diagrams. It covers common logic gates like AND, OR, NOT, NAND, NOR, XOR and XNOR gates. It shows how to create ladder logic diagrams from logic gate circuits and boolean expressions. It also discusses producing boolean equations from logic gate circuits and solving example problems involving emergency stop systems.

Uploaded by

32anikkumarpaul
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 33

Logic Gates and Ladder Diagrams

AND Gate
open=0
close=1
AND Gate
AND Gate
OR Gate
OR Gate
OR Gate
NOT Gate
 The output of a NOT gate is the inverse of the input.
 The NOT gate is sometimes called an inverter.
NOT Gate
NOT Gate
NAND (NOT AND) Gate
NAND (NOT AND) Gate
NAND (NOT AND) Gate
NOR (NOT OR) Gate
NOR (NOT OR) Gate
NOR (NOT OR) Gate
XOR (Exclusive OR) Gate
XOR (Exclusive OR) Gate
XNOR (Exclusive NOR) Gate
XNOR (Exclusive NOR) Gate
Creating PLC Ladder Logic Diagrams
from Logic Gate Circuits
Problem 1
Creating PLC Ladder Logic Diagrams
from Logic Gate Circuits
Creating PLC Ladder Logic Diagrams
from Logic Gate Circuits
Problem 2
Creating PLC Ladder Logic Diagrams
from Logic Gate Circuits
Problem 3
Creating PLC Ladder Logic Diagrams
from Boolean Expressions

Create the PLC ladder logic diagram for the following Boolean expressions.
1. Y = A′ + B + CD + EB
2. Y = (AB)′ + AC + BC
3. Y = (A + B) · (C + D)
Boolean Algebra
Producing the Boolean Equation
for a Given Logic Gate Circuit
Producing the Boolean Equation
for a Given Logic Gate Circuit
Chapter 4 Exercise Problem (Q5)
Chapter 4 Exercise Problem (Q1)
Timer
Counter
An emergency stop system is to be designed for a
certain automatic production machine. A single "start"
button is used to turn on the power to the machine at
the beginning of the day. In addition, there are three
"stop" buttons located at different locations around
the machine, any one of which can be pressed to
immediately turn off power to the machine. (a) Write
the Boolean logic expression for the system. (b)
Construct the logic network diagram for the system.
(c) Construct the ladder logic diagram for the system

You might also like