Programmable Logic Controller (PLC)
Programmable Logic Controller (PLC)
INTRODUCTION TO PLC
PLC is a microprocessor-based controller with input/output circuitry that monitors the status of field
connected input and controls the attached output actuators such as motor,solenoid,control valve according
to a user created program stored in the memory.
LADDER DIAGRAM
Ladder diagram, better known as ladder logic, is a programming language used to
program PLCS. PLCs are digital computers used to perform control functions, usually for
industrial applications. OF the various languages one can use to program a PLC , ladder
logic is the only one directly modeled after electromechanical relay systems.
It uses long rungs laid out between two vertical bars representing system power. Along
and rungs are contacts and coils, modeled after present switches or push-buttons; the coils
behave as outputs such as a light or a motor. Outputs don’t have to be physical, though,
and can represent a single bit in the PLCs memory. This bit can then be used latter on in
the code as another input. Contacts are placed in series to represent AND logic and in
parallel when using OR logic , there are normally open contacts and normally closed
contacts.
EXAMPLE: MOTOR ON OFF USING LADDER DIAGRAM