Report PLC
Report PLC
PLCs
Report
Student:
Group: MTR07B
Date: 30/01/2020
1
Index
Introduction……………………………………………………………………………..3
Theoric Framework…….………………………………………….…………………...3
Objetives……….………………………………………………………………………..5
Materials…………………………………………………………………………………5
How to start a program…………………………………………………………………5
Example………………………………………………………………………………….7
Conclusion……………………………………………………………………………….8
Bibliography……………………………………………………………………………..9
2
Introduction
In this report we will talk about a brief explanation of plc and the programming
language used for automation, in addition a step-by-step example will be given.
And I this report
Theoric Framework
PLC:
in a Programmable Logic Controller, is a system of control. The PLC’s are
electronic devices or digital computers type industrial that allows the automation of
processes, especially industrial processes, this devices controls times and
regulates actions.
It’s an industrial grade computer, capable of being programed to carry out control
functions.
These computers eliminate the wires, and the control based on relays.
The programing is very easy and the installation, also it has a lot advantages like
high control speed, network compatibility, high reliability and others, the PLC is
designed for multiple inputs and outputs, wide ranges of temperature, immunity to
electrical noise and others parameters.
The main parts of a PLC are:
3
The PLC has two types of interactions, INPUTS and OUTPUTS, the most common
type of ports where you can connect inputs and outputs is like this:
To program these devices, the most common way is ladder, this type of
programation is very intuitive and easy to understand, this type of programation
consists in contacts NO, NC, Coils, Counters and other control things.
Ladder Programation: is a language that creates and represents a program
though ladder diagrams that are based on circuits diagrams, it is used in
automation, and implemented in the PLC’s.
The language consists originally in a method I that you design and construct an
electrical circuit with relays and coils.
The idea behind ladder logic is that even personnel without programming
backgrounds can quickly program since it makes use of conventional and familiar
engineering symbols for programming.
An example of this type of programing:
4
This is the electrical diagram; we can convert this diagram in a PLC program.
The sensors were changed by Normally Open Contacts and the Motor for a Coil.
Materials:
Primary to create ladder diagrams is better to practice with a simulator, for this we
need the next materials:
- PC (Windows is recommended)
- Simulation Software (LogixPro, Festo, or another simulation program)
- Connection to internet is optional for software upgrades.
How to start a program (LogixPro)
1) Create a new project
5
2) Here, you can choose each contact or output
6
7) You can choose a simulation
8) Click in RUN
7
1) If the button start is active, actives the R6:06/EN Coil, and activates the
contacts with the same name, activates the contact in the branch 001, and
activates the O:2/0 coil and the O:4/0.
2) If the high sensor and low sensor is active, turn on the R6:1/EN and O:4/1
coils, and activate ther respective contacts, then the NC contact in branch
001 R6:1/EN is active and changes their state to NO and turn off the coils of
Water Pump and Run Lamp.
3) If the sensors are inactive the water pump return to be active.
4) If the stop button is active, all the system is off.
Conclusion
The PLC is very helpful to automatize processes, and it is not hard to program, the
ladder programing is very intuitive and very easy to understand, for this reason the
PLC’s is very used in the industry, for solve problems very fast.
8
Bibliography