Introduction To PLC Technology
Introduction To PLC Technology
Continuous Discrete
Control System
Conditional Sequential
Linear Non - Linear
Switching ON , Off
Discrete Control
System
Manual Switches Magnetic Switches
Manual Control
Manual
Switches
As shown, this is the power circuit of
Manual manual control system consisting of
Switches main switch and the protective device.
Starting, stopping and speed control of motor had to be
performed by hand every time.
The operator had to move a manual switching device from one
position to another.
Switching of large motors required great physical effort.
Operator had to remain continuously alert to watch indicators
Dis – Advantages so as to adjust motor performance according to drive
Of Manual requirements
Control Sequence operations of number of motors could not be
accomplished in common line shaft arrangement.
The varied needs of individual machines like frequent starts
and stops, periodic reversal of direction of rotation, high-
starting torque requirement, constant speed, variable speed,
etc., could not be accomplished in common line shaft
arrangement
• To replace man work on switching and this is requiring large amount
of power to operate large motors and it is impossible and inefficient.
Magnetic
Control Acting On Operate Large
Small Amount
Of Power
????? Machines
• A contactor can be best described as a magnetically closed switch. It
is the basic unit upon which the motor starter is built. Contactors are
also used for switching ON and OFF of heavy loads like furnaces,
heaters, capacitors, etc. A contactor consists of an electromagnet a
movable core, sets of stationary and moving contacts and an arc
quenching structure. Contactors can be broadly classified in to two
Pneumatic Timers
The OR
Function
The OR
Function
The NOT
Function
Examples
To Be Solved
Examples
To Be Solved
Examples
To Be Solved
Examples
To Be Solved
Examples
To Be Solved
Examples
To Be Solved
Examples
To Be Solved
Examples
To Be Solved
Examples
To Be Solved
Examples
To Be Solved
Examples
To Be Solved
Examples
To Be Solved
Examples
To Be Solved
Examples
To Be Solved
Examples
To Be Solved
Examples
To Be Solved
Examples
To Be Solved
Examples
To Be Solved
Examples
To Be Solved
PLC
Technology
PLC
Technology
PLC
Technology
PLC
Technology
Power Supply This can be built into the PLC or
be an external unit. Common
voltage levels required by the
PLC (with and without the power
supply) are 24Vdc, 120Vac, 220Vac.
120 Vac
24 Vdc
Outputs 12-48 Vac
12-48 Vdc
5Vdc (TTL)
230 Vac
These cards typically have 8 to 16 outputs of the same type and can be purchased
with different current ratings.
Switched outputs a voltage is supplied to the PLC card, and the card
switches it to different outputs using solid state circuitry
(transistors, triacs, etc.) Triacs are well suited to AC
devices requiring less than 1A. Transistor outputs use
NPN or PNP transistors up to 1A typically. Their response
time is well under 1ms.
Outputs
Sinking & Sourcing
Output
Sinking Output
Card
Sourcing
Output Card
Relay Output
Card
The central processing unit (CPU) is built into single unit fixed PLCs while
modular rack types typically use a plug-in module. CPU, controller, and
processor are all terms used by different manufacturers to denote the
same module that performs basically the same functions. Processors vary
The Central in processing speed and memory options. A processor module can be
Processing divided into two sections: the CPU section and the memory section .
Unit (CPU) The CPU section executes the program and makes the decisions needed
by the PLC to operate and communicate with other modules.
The memory section electronically stores the PLC program along with
other retrievable digital information.
The Central
Processing
Unit (CPU)
The CPU of a PLC system may contain more than one processor. One
advantage of using multiprocessing is that the overall operating speed
is improved. Each processor has its own memory and programs, which
operate simultaneously and independently. In such configurations the
The Central scan of each processor is parallel and independent thus reducing the
Processing total response time. Fault-tolerant PLC systems support dual processors
Unit (CPU) for critical processes. These systems allow the user to configure the
system with redundant (two) processors, which allows transfer
of control to the second processor in the event of a processor fault.
• Memory is a component that stores data , Program and information
in PLCs.The Process of putting new information in memory location
called Writing. The Process of retrieving information from memory
location called Reading.
Scan Cycle • Solve the ladder logic in order to determine logical continuity.
• Update the appropriate output image table bits, if necessary.
• Copy the output image table status to all of the output terminals.
Power is applied to the output device if the output image table bit
has been previously set to a 1.
• Copy the status of all of the input terminals to the input image
table. If an input is active (i.e., there is electrical continuity), the
corresponding bit in the input image table will be set to a 1.
Scan Cycle
The time it takes to complete a scan cycle is called the scan cycle
time and indicates how fast the controller can react to changes in
inputs. The time required to make a single scan can vary from
about 1 millisecond to 20 milliseconds. If a controller has to react
to an input signal that changes states twice during the scan time,
it is possible that the PLC will never be able to detect this change.
Scan Cycle For example, if it takes 8 ms for the CPU to scan a program, and an
input contact is opening and closing every 4 ms, the program may
not respond to the contact changing state. The CPU will detect a
change if it occurs during the update of the input image table fi le,
but the CPU will not respond to every change.
The scan time is a function of the following:
• The speed of the processor module
Scan Cycle Time • The length of the ladder program
• The type of instructions executed
• The actual ladder true/false conditions