PPT1 Basics
PPT1 Basics
2ICOE51
LPTC
2203
Nital Patel 2
Programmable Logic Controllers
contact
coil
input
Food / Beverage
Metals
Power
Mining
Petrochemical / Chemical
➢ unlike PCs, the PLC is designed to operate in the industrial environment with
wide ranges of ambient temperature and humidity
➢ PLC is programmed in relay ladder logic or other easily learned languages.
➢ PLCs come equipped with terminals for input and output fi eld devices as well
as communication ports.
➢ Most PLCs, on the other hand, execute a single program in an orderly and
sequential fashion from fi rst to last instruction
Modular type
06-02-2023 Nital Patel 16
Fixed type
module.
06-02-2023
C 37
➢PLC’s memory system stores information about the status of all the inputs
and outputs.
➢ To keep track of all this information, it uses a system called addressing.
➢ An address is a label or number that indicates where a certain piece of
information is located in a PLC’s memory. Just as your home address tells
where you live in your city, a device’s or a piece of data’s address tells
where information about it resides in the PLC’s memory.
➢ The vertical lines of the diagram represent the power rails between which
circuits are connected.
➢ The power flow is taken to be from the left-hand vertical across a rung
➢ Each rung on the ladder defines one operation in the control process
➢ A ladder diagram is read from left to right and from top to bottom
➢ The top rung is read from left to right. Then the second rung down is read from
left to right and so on
➢ The end rung might be indicated by a block with the word END or RET, for
return, since the program promptly returns to its beginning.
➢ Each rung must start with an input or inputs and must end with at least one
output
➢ The inputs and outputs are all identified by their addresses; the notation used
depends
06-02-2023 on the PLC manufacturer Nital Patel 62
Ladder Diagrams
A D Y
B C D
B E
A C E
Ladder Diagrams
Internal Control Relay
The internal output operates just as any other output
that is controlled by programmed logic; however, the
output is used strictly for internal purposes.
Rung 2
NOR
➢ The terms sourcing and sinking are used to describe the way in which DC devices
are connected to a PLC.
➢ With sourcing, using the conventional current flow direction as from positive to
negative, an input device receives current from the input module, that is, the
input module is the source of the current
Inputs sourcing
Inputs sinking
Output sourcing
Output sinking
➢ sensors with sourcing outputs should be connected to sinking PLC inputs and sensors
with sinking outputs should be connected to sourcing PLC inputs
06-02-2023 Nital Patel 76