PLC Introduction
PLC Introduction
PLCs were introduced in the late 1960s by inventor Richard Morley to provide the same
functions as relay logic systems. Relay systems at the time tended to fail and create delays.
Technicians then had to troubleshoot an entire wall of relays to fix the problem.
PLC Basic / Structure
• Some PLCs are
– integrated into a single unit (Picocontroller),
– whereas others are modular (PLC5, SLC500)
– The Micrologix product lies somewhere between the PLC5 and the
Picocontroller
• Integrated PLCs are sometimes called brick PLCs because of their
small size
– These PLCs have embedded I/O (i.e. the I/O is a part of the same
unit as the controller itself)
– Modular PLCs have extended I/O
Advantages:
PLCs are robust and can survive harsh conditions including severe heat, cold, dust and
extreme moisture. Their programming language is easily understood, so they can be
programmed without much difficulty. PLCs are modular so they can be plugged into
various setups. Replacing relays with PLCs helps prevent overheating of contacts.
Disadvantages:
PLCs do have disadvantages. They do not perform well when handling complex data.
When dealing with data that requires C++ or Visual Basic, computers are the controllers of
choice. PLCs also cannot display data well, so external monitors are often required.
PLC COMPONENTS
1. Processor Microprocessor based, may allow arithmetic
operations, logic operators, block memory moves, computer
interface, local area network, functions, etc.