Fom Microproject
Fom Microproject
Fom Microproject
On
Presented by
Guide By
Prof. Zore P.V.
( Mechanical Engineering Department)
[2022- 2023]
1
Rayat Shikshan Sanstha’s
CERTIFICATE
Date: / /
Place:K.B.P Polytechnic satara
2
Undertaking By Students
We will preserve micro-project and the report in our custody till end of completion of our
program. We assure that we will produce the same whenever we or anybody from our
group will be asked to produce it without fail.
3
Title of Micro project – programmable logic controller
4.0Resources Requires
Sr.
Name of resource / material Specification Quantity Remarks
No.
1 Laptop Windows 7 03
2 Internet Airtel 01
3 Reference Book 02
INTRODUCTION OF PLC
4
A programmable logic controller (PLC) is a small, modular solid state computer with
customized instructions for performing a particular task. PLCs, which are used in
industrial control systems (ICS) for a wide variety of industries, have largely replaced
mechanical relays, drum sequencers and cam timers.
First commercial & successful Programmable Logic Controllers was designed and
developed by Modicon as a relay replacer for General Motors.Earlier, it was a machine
with thousands of electronic parts.Later,in late 1970's, the microprocessor became
reality & greatly enhanced the role of PLC permitting it to evolve form simply relay to
the sophisticated system as it is today
Input Scan - Detects the state of input devices connected to the PLC.
5
Program Scan - Executes program created by user.
Output Scan - Operate all output devices connected to the PLC.
Housekeeping - Communicates with other devices and runs diagnostics.
PLC Advantages
Richard and his team focused on ensuring maintenance electricians and plant engineers
could easily understand and use this new programmable controller. Naturally, the
process took much trial and error to get to a controller that solved all the previous pain
points while still being user-friendly. Eventually, they were able to achieve this with the
MODICON 184.
Nowadays, PLCs offer several advantages over the hardwired relays including reliability,
flexibility, cost effectiveness, speed, better communication, and advanced data
processing functions. However, the most unique advantage to PLC systems is the ability
to reprogram them. Therefore, they’re highly adaptable to changes in processes or
monitoring application requirements.
Report generation
Fault Logs
6
Step-by-step program simulation
Manually run inputs/outputs
PLC Programming
PLCs require programming before they can function and perform their given tasks. These
programs are usually written in a programming device or software. The program is then
downloaded into the memory or RAM of the programmable logic controller. Based on
the written program the CPU can read the information provided by the inputs and
instruct the PLC to execute the desired outputs. There are many programming languages
available to configure your PLC system.
According to IEC 61131, there are 5 standard programming languages available:
Ladder Diagram or Ladder Logic (LD)
Function Block Diagram (FBD)
Structured Text (ST)
Sequential Function Chart (SFC)
Instruction List (IL)
Input/Output Unit
The input/output unit provides the interface between the system and the outside world,
allowing for connections to be made through input/output channels to input devices such
as sensors and output devices such as motors and solenoids. It is also through the
input/output unit that programs are entered from a program panel. Every input/output
7
point has a unique address that can be used by the CPU. It is like a row of houses along a
road; number 10 might be the “house” used for an input from a particular sensor, whereas
number 45 might be the “house” used for the output to a particular motor. The
input/output channels provide isolation and signal conditioning functions so that sensors
and actuators can often be directly connected to them without the need for other circuitry.
Electrical isolation from the external world is usually by means of opto-isolators (the term
opto-coupler is also often used). Figure shows the principle of an opto-isolator. When a
digital pulse passes through the light-emitting diode, a pulse of infrared radiation is
produced. This pulse is detected by the phototransistor and gives rise to a voltage in that
circuit. The gap between the light-emitting diode and the phototransistor gives electrical
isolation, but the arrangement still allows for a digital pulse in one circuit to give rise to a
digital pulse in another circuit. The digital signal that is generally compatible with the
microprocessor in the PLC is 5 V DC. However, signal conditioning in the input channel, with
isolation, enables a wide range of input signals to be supplied to it. A range of inputs might
be available with a larger PLC, such as 5 V, 24 V, 110 V, and 240 V digital/discrete, that is,
on/ off, signals. A small PLC is likely to have just one form of input, such as 24 V.
8
3.0 Course Outcome Integrated
a. We learnt about PLC.
b. We learnt different types of inputand output devices .
c. We learnt introduction about PLC.