Inst PPT
Inst PPT
Sequence Control
Submitted by:
Hemant Kumar Yadav (20225037)
Ishan Singh(20221047)
Sudarshan Singh Yadav(20225091) Submitted to:
Anurag Singh(20225012) Dr. Souradip De
Eklavya Gupta(20225032)
Introduction:
A Programmable Logic Controller, or PLC, is a
ruggedized computer used for industrial
automation. These controllers can automate a
specific process, machine function, or even an
entire production line.
PLCs can range from small modular devices with
tens of inputs and outputs (I/O), in a housing
integral with the processor, to large rack-mounted Fig 1: Compact PLC with 8
inputs and 4 outputs
modular devices with thousands of I/O, and which
are often networked to other PLC and SCADA
systems.
Development of PLC:
PLCs were first developed in the automobile manufacturing industry to provide
flexible, rugged and easily programmable controllers to replace hard-wired
relay logic systems. Dick Morley, who invented the first PLC, the Modicon 084,
for General Motors in 1968, is considered the father of PLC.
Many early PLC programming applications were not capable of graphical
representation of the logic, and so it was instead represented as a series of
logic expressions in some kind of Boolean format, similar to Boolean algebra. As
programming terminals evolved, because ladder logic was a familiar format
used for electro-mechanical control panels, it became more commonly used.
How does a PLC work?
Its name comes from it’s the visual resemblance to a ladder, with horizontal
rungs and vertical rails.
PLC ladder rungs should have logical continuity in order for the output to
be energized. PLC ladder program uses familiar terms like “rungs”,
“normally open” and “normally closed” contacts
Working of ladder logic programming
In a ladder logic program, there is no physical conductor that carries the input
signal through to the output. Each rung in the ladder diagram is a program
statement. This program statement consists of a condition or sometimes
conditions, along with some type of action.
Inputs are the conditions, and the action, or output, is the result of the
conditions. As in case of physical wiring hardware devices connected in series or
parallel, PLC also combines ladder program instructions in series or parallel.
However, rather than working in series or parallel, the PLC combines instructions
logically using logic operators like: AND, OR, and NOT. These operators are used
to combine the instructions on PLC rung to make the outcome of each rung
either true or false.
Sequential Function Chart (SFC)
Sequential Function Chart (SFC) is a graphical programming language among
the languages identified by IEC 61131-3 programming languages and standard
for PLC programming using ladder logic.
Sequential control refers to a process where operations occur in a specific
predefined order.
After a step is completed, the process moves on to the next state only if the
transition condition(s) is also satisfied.
Each of the states also has corresponding outputs. Outputs are represented as
rectangular boxes linked horizontally to their respective state.
Two conditions must be followed for every SFC:
There should be a transition condition between two steps.
A step should always separate two transition conditions.
2.High Reliability
Designed for industrial environments.
Can operate 24/7 with minimal maintenance
2.Complex Maintenance
Requires trained personnel for programming and troubleshooting
Not as straightforward as relay-based systems
3.Compatibility Issues
Different PLC brands have different programming environments.
Not all PLCs are interchangeable.