SlideShare ist ein Scribd-Unternehmen logo
1 von 47
Downloaden Sie, um offline zu lesen
Programmable Logic Controller
S7-1200
SIMATIC TIA PORTAL
Eng. Ahmed Elsayed
Contents
 Module (0) Introduction
 Module (1) Programming Startup
 Module (2) Function Blocks
 Module (3) Timers and Counters
 Module (4) Math, Comparator and Conversion Operations
 Module (5) Diagnosis & Analog Value Processing
 Module (6) Closed Loop Control
 Module (7) Networking
 Module (8) Human machine Interface
 Module (9) Graduation Project
Eng. Ahmed Elsayed
Objectives
 Module (0) Introduction
1. Describe the major components of a common PLC.
2. Relay Ladder Logic.
3. Introduction to Siemens PLCs (S7-1200 family).
4. Hardware Configuration of S7-1200.
5. Introduction to SIMATIC TIA PORTAL.
 Module (1) Programming Startup
1. Getting familiar with Programming.
2. CPU Connection & Resetting Factory Mode.
3. Addressing System.
4. Data Types.
5. Bit Logic Operations.
6. Configuring and Operating the SIMATIC S7-1200.
7. Tasks: Relay Diagrams to Ladder and FBD, Motor Start/Stop, ……
Eng. Ahmed Elsayed
 Module (2) Function Blocks
1. Types of Blocks
2. Linear Programming
3. Structured Programming
4. User Blocks
Organization Blocks, Functions, Function Blocks, Data Blocks
5. Set/Reset Operation
6. Tasks: Stamping System, Belt Control.
 Module (3) Timers & Counters
1. Types of Timers.
2. Types of Counters.
3. Operation of each type.
4. Tasks: Practical Start/Stop Motor, Practical Stamping Machine, Production Line.
Eng. Ahmed Elsayed
 Module (4) Math, Comparator and Conversion Operations
1. Math Operations
2. Comparator Operations
3. Conversion Operations
 Module (5) Diagnosis & Analog Value Processing
 Diagnosis.
1. Open Project Online
2. Device Diagnosis
3. Offline/Online Comparison
4. Monitoring, Controlling and Forcing Variables
 Analog Value Processing.
1. Analog Signals.
2. Reading/Writing Analog Values.
3. Scaling / Un-scaling
4. Task: Tank Level Control.
Eng. Ahmed Elsayed
 Module (6) Closed Loop Control
1.Fundamental of Closed Loop Control.
2.PID in SIMTIC.
3.Tasks: Water Level and Temperature Control.
 Module (7) Networking
1.Networking Basics.
2.Adding another Controller to the Network
3.Communication Blocks.
4.Tasks:
a. Programming for 1st Controller: Conveyer Control.
b. Programming for 2nd Controller: Conveyer Data Logging.
c. Programming of Communication Blocks.
d. Final Project.
Eng. Ahmed Elsayed
 Module (8) Human Machine Interface
1.Display Data on HMI Screens.
2.Sending Data from HMI Screens.
 Module (9) Graduation Project
Eng. Ahmed Elsayed
Module (0) Introduction
1.What is the word “PLC”?
2.The major components of a common PLC.
3.Basic Definitions.
4.Relay Ladder Logic.
5.Introduction to Siemens PLCs (S7-1200 family).
6.Hardware Configuration of S7-1200.
7.Introduction to SIMATIC TIA PORTAL.
Eng. Ahmed Elsayed
What is meant by PLC?
 PLC is an abbreviation for “Programmable Logic Control”.
 It is simply a special computer device used for industrial control systems.
Eng. Ahmed Elsayed
Advantages of PLCs
 Less wiring.
 Wiring between devices and relay contacts are done in the PLC program.
 Easier and faster to make changes.
 Trouble shooting aids make programming easier and reduce downtime.
 Reliable components make these likely to operate for years before failure.
Eng. Ahmed Elsayed
PLC like any PC, consists of:
1. Central Processing Unit.
2. Input/Output (I/O) interface system.
Eng. Ahmed Elsayed
 The central processing unit (CPU) governs all PLC activities.
 The following three components form the CPU:
1. The Processor.
2. The Memory System.
3. The System Power Supply.
Eng. Ahmed Elsayed
Final Block Diagram of CPU interacting with I/Os
Eng. Ahmed Elsayed
Functional interaction of a PLC system
Eng. Ahmed Elsayed
The major components of a common PLC.
Eng. Ahmed Elsayed
Physical Components
Eng. Ahmed Elsayed
Power Supply (PS)
A separate power source for a PLC that converts the standard incoming
220VAC to the low voltage DC that the CPU requires, around 24V or 5V.
General Advantages of Primary PS
- stabilized output voltage.
- high efficiency.
- compact design.
Main Advantages
- Disconnect automatically if short circuit or over-current occurred.
- Return a fault signal if short circuit or over-current occurred.
Eng. Ahmed Elsayed
Central Processing Unit (CPU)
The brain of the whole PLC is the CPU module.
This module typically lives in the slot beside the power supply.
The CPU consists of
a microprocessor, memory chip and
other integrated circuits to control logic,
monitoring and communications.
The CPU has different operating modes,
In programming mode it accepts the
downloaded logic from a PC.
The CPU is then placed in run mode so
that it can execute the program and
operate the process.
Eng. Ahmed Elsayed
I/O System
The I/O system provides the physical connection between the equipment and the
PLC.
Provides signal conversion and isolation between the internal logic- level signals
inside the PLC and the field’s high level signal.
Input modules converts signals from discrete or analog input devices to logic levels
acceptable to PLC’s processor.
Discrete Input (digital input), is an input that is either ON or OFF are connected to
the PLC digital input.
Analog Input, is an input signal that has a continuous signal.
Output modules converts signal from the processor to levels capable of driving the
connected discrete or analog output devices.
Discrete Output(digital output), is an output that is either ON or OFF are connected
to the PLC digital input. (Contact or Transistor)
An analog output, is an output signal that has a continuous signal. Typical outputs
may vary from 0 to 20mA, 4 to 20mA or 0 to10V.
Eng. Ahmed Elsayed
Discrete input
 AC/DC INPUTS
Eng. Ahmed Elsayed
Physical Wiring in Field
Eng. Ahmed Elsayed
AC input module DC input module
 DC INPUTS (SINK/SOURCE)
Eng. Ahmed Elsayed
Sinking input module/sourcing
input device
Sourcing input module/sinking
input device
Field device connections for a sink/source DC input module
Eng. Ahmed Elsayed
Analog Input
Eng. Ahmed Elsayed
Physical Wiring in Field
Eng. Ahmed Elsayed
Discrete Output
 AC Output
Eng. Ahmed Elsayed
 Logic 1– ON (“Switch” Closed)
 Logic 0– OFF (“Switch” Open)
Physical Wiring in Field
Eng. Ahmed Elsayed
 DC Output
Eng. Ahmed Elsayed
Analog Output
Eng. Ahmed Elsayed
Physical Wiring in Field
Eng. Ahmed Elsayed
Rack
The rack is the component that holds everything together.
Depending on the needs of the control system it can be ordered in different
sizes to hold more modules.
Eng. Ahmed Elsayed
Addressing on Rack
Eng. Ahmed Elsayed
Case Study
Process Control System (Tank Control System)
Eng. Ahmed Elsayed
 Control System
Eng. Ahmed Elsayed
SP: Set Point
PV: Process Variable
E: Error
CV: Control Variable
Controller: Control Technique implemented in PLC.
Process: Our Tank Control System (Temperature).
 Actual Control System
Eng. Ahmed Elsayed
Eng. Ahmed Elsayed
Introduction to Siemens PLCs (S7-1200 family)
Eng. Ahmed Elsayed
Family of S7-1200
1. CPU 1211
2. CPU 1212
3. CPU 1214
Eng. Ahmed Elsayed
AC/DC/RLY DC/DC/RLY DC/DC/DC
1. Type of Supply (DC/AC).
2. Type of input signal.
3. Type of Output; DC means the out put will be only DC via transistor
RLY means the output may be DC or AC via relay
Supply/Input/Output
1) Power Connector.
2) I/Os Wiring Connectors.
3) I/Os Status LEDs.
4) PROFINET Connector.
Eng. Ahmed Elsayed
Features of S7-1200
 controller with integrated PROFINET interface for communication
with programming device, HMI or other SIMATIC controllers.
 powerful, integrated technology functions such as counting,
measuring, closed-loop control, and motion control integrated digital
and analog inputs/outputs
 signal boards for direct use in a controller
 signal modules for expansion of controllers by input/output channels
 communication modules for expansion of controllers by
communications interfaces
 accessories, e.g. power supply, switch module or SIMATIC Memory
Card
Eng. Ahmed Elsayed
Communication with Programming device
Eng. Ahmed Elsayed
Eng. Ahmed Elsayed
Architecture Layout
Eng. Ahmed Elsayed
Addressing System
 Input
Eng. Ahmed Elsayed
 Output
Introduction to SIMATIC TIA PORTAL
 STEP7 is the Programming Software of Programmable Logic Controller (PLC)
of the SIMATIC S7 family of Siemens.
 TIA is an abbreviation for “Totally Integrated Automation”
 TIA is a strategy (architecture) in the automation technology, which defines
the interaction of extensive single components, tool (SW) and the services
(spare part service, etc.) to achieve an Automation solution.
 The interaction performs integration across the four automation levels of
the automation pyramid:
1. Management level
2. Operator’s level
3. Controller’s level
4. Field level
Eng. Ahmed Elsayed
Eng. Ahmed Elsayed
Moving to TIA Software !
Eng. Ahmed Elsayed

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

PLC Basic
PLC BasicPLC Basic
PLC Basic
 
programmable logic controller presentation
programmable logic controller presentationprogrammable logic controller presentation
programmable logic controller presentation
 
SIMATIC S7-1200 Overview
SIMATIC S7-1200 OverviewSIMATIC S7-1200 Overview
SIMATIC S7-1200 Overview
 
Plc presentation
Plc presentation Plc presentation
Plc presentation
 
Plc notes
Plc notesPlc notes
Plc notes
 
Presentaton on Plc & Scada
Presentaton on Plc & ScadaPresentaton on Plc & Scada
Presentaton on Plc & Scada
 
Plc example presentation
Plc example presentationPlc example presentation
Plc example presentation
 
Industrial automation (PLC, SCADA, VFD & HMI)
Industrial automation (PLC, SCADA, VFD & HMI)Industrial automation (PLC, SCADA, VFD & HMI)
Industrial automation (PLC, SCADA, VFD & HMI)
 
PPT of PLC and SCADA
PPT of PLC and SCADAPPT of PLC and SCADA
PPT of PLC and SCADA
 
ppt on PLC
ppt on PLCppt on PLC
ppt on PLC
 
Plc
PlcPlc
Plc
 
PPT on INDUSTRIAL AUTOMATION, PLC, SCADA
 PPT on INDUSTRIAL AUTOMATION, PLC, SCADA PPT on INDUSTRIAL AUTOMATION, PLC, SCADA
PPT on INDUSTRIAL AUTOMATION, PLC, SCADA
 
Industrial Automation
Industrial AutomationIndustrial Automation
Industrial Automation
 
Basics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADABasics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADA
 
Plc Siemens Training Notes
Plc Siemens Training NotesPlc Siemens Training Notes
Plc Siemens Training Notes
 
S7 1200 basic
S7 1200 basicS7 1200 basic
S7 1200 basic
 
Industrial Automation
Industrial AutomationIndustrial Automation
Industrial Automation
 
Allen bradley
Allen bradleyAllen bradley
Allen bradley
 
Plc
PlcPlc
Plc
 
What Is a Programmable Logic Controller (PLC)
What Is a Programmable Logic Controller (PLC)What Is a Programmable Logic Controller (PLC)
What Is a Programmable Logic Controller (PLC)
 

Andere mochten auch

Top Ten Siemens S7 Tips and Tricks
Top Ten Siemens S7 Tips and TricksTop Ten Siemens S7 Tips and Tricks
Top Ten Siemens S7 Tips and TricksDMC, Inc.
 
Siemens s7 300 programming
Siemens s7 300 programming Siemens s7 300 programming
Siemens s7 300 programming satyajit patra
 
Sitrain s7 1200 (exercicios)
Sitrain s7 1200 (exercicios)Sitrain s7 1200 (exercicios)
Sitrain s7 1200 (exercicios)confidencial
 
PLC(Programmable Logic Controller)-Control system Engineering.
PLC(Programmable Logic Controller)-Control system Engineering.PLC(Programmable Logic Controller)-Control system Engineering.
PLC(Programmable Logic Controller)-Control system Engineering.Tahmid Rongon
 
Programmable Logic Controller and ladder logic programming
Programmable Logic Controller and ladder logic programmingProgrammable Logic Controller and ladder logic programming
Programmable Logic Controller and ladder logic programmingseema Vishwakarma
 
PLC and SCADA training.
PLC and SCADA training.PLC and SCADA training.
PLC and SCADA training.Ishank Ranjan
 
08 comunicação logo! com s7 1200
08 comunicação logo! com s7 120008 comunicação logo! com s7 1200
08 comunicação logo! com s7 1200Marcio Miranda
 
Programming fundamentals ch 1
Programming fundamentals ch 1Programming fundamentals ch 1
Programming fundamentals ch 1Adeem Mirza
 
Apostila do treinamento profibus 2 configuração
Apostila do treinamento profibus 2  configuraçãoApostila do treinamento profibus 2  configuração
Apostila do treinamento profibus 2 configuraçãoconfidencial
 
Apostila do treinamento profibus instalação
Apostila do treinamento profibus   instalaçãoApostila do treinamento profibus   instalação
Apostila do treinamento profibus instalaçãoconfidencial
 
Apostila do treinamento profibus configuração
Apostila do treinamento profibus   configuraçãoApostila do treinamento profibus   configuração
Apostila do treinamento profibus configuraçãoconfidencial
 

Andere mochten auch (17)

Top Ten Siemens S7 Tips and Tricks
Top Ten Siemens S7 Tips and TricksTop Ten Siemens S7 Tips and Tricks
Top Ten Siemens S7 Tips and Tricks
 
Siemens s7 300 programming
Siemens s7 300 programming Siemens s7 300 programming
Siemens s7 300 programming
 
Sitrain s7 1200 (exercicios)
Sitrain s7 1200 (exercicios)Sitrain s7 1200 (exercicios)
Sitrain s7 1200 (exercicios)
 
Basic plc
Basic plcBasic plc
Basic plc
 
PLC(Programmable Logic Controller)-Control system Engineering.
PLC(Programmable Logic Controller)-Control system Engineering.PLC(Programmable Logic Controller)-Control system Engineering.
PLC(Programmable Logic Controller)-Control system Engineering.
 
Programmable Logic Controller and ladder logic programming
Programmable Logic Controller and ladder logic programmingProgrammable Logic Controller and ladder logic programming
Programmable Logic Controller and ladder logic programming
 
Simens plc training. simatic working-with-step-7
Simens  plc  training. simatic working-with-step-7Simens  plc  training. simatic working-with-step-7
Simens plc training. simatic working-with-step-7
 
Plc (programming)
Plc (programming)Plc (programming)
Plc (programming)
 
PLC and SCADA training.
PLC and SCADA training.PLC and SCADA training.
PLC and SCADA training.
 
Manual getstarted
Manual getstartedManual getstarted
Manual getstarted
 
08 comunicação logo! com s7 1200
08 comunicação logo! com s7 120008 comunicação logo! com s7 1200
08 comunicação logo! com s7 1200
 
Programming I lecture 1
Programming I  lecture 1Programming I  lecture 1
Programming I lecture 1
 
Programming fundamentals ch 1
Programming fundamentals ch 1Programming fundamentals ch 1
Programming fundamentals ch 1
 
Apostila do treinamento profibus 2 configuração
Apostila do treinamento profibus 2  configuraçãoApostila do treinamento profibus 2  configuração
Apostila do treinamento profibus 2 configuração
 
Apostila do treinamento profibus instalação
Apostila do treinamento profibus   instalaçãoApostila do treinamento profibus   instalação
Apostila do treinamento profibus instalação
 
Apostila do treinamento profibus configuração
Apostila do treinamento profibus   configuraçãoApostila do treinamento profibus   configuração
Apostila do treinamento profibus configuração
 
Graph7 e
Graph7 eGraph7 e
Graph7 e
 

Ähnlich wie Programmable logic controller - Siemens S7-1200

Plc presentation
Plc presentationPlc presentation
Plc presentationNits Sharma
 
plc hardware presentation.pptx
plc hardware presentation.pptxplc hardware presentation.pptx
plc hardware presentation.pptxchetanharihar2
 
R22EM807_PAVAN.D_PLC.pptx
R22EM807_PAVAN.D_PLC.pptxR22EM807_PAVAN.D_PLC.pptx
R22EM807_PAVAN.D_PLC.pptxBCGowtham1
 
Basics and applications of programmable logic controller (plc)
Basics and applications of programmable logic controller (plc)Basics and applications of programmable logic controller (plc)
Basics and applications of programmable logic controller (plc)Ali Altahir
 
Lecture 10.cont,11 (plc)
Lecture 10.cont,11 (plc)Lecture 10.cont,11 (plc)
Lecture 10.cont,11 (plc)Mohamed Atef
 
Summer training plc & scada
Summer training  plc & scada Summer training  plc & scada
Summer training plc & scada Arshit Rai
 
01 introduction to_plc-pac_rev01_fa16
01 introduction to_plc-pac_rev01_fa1601 introduction to_plc-pac_rev01_fa16
01 introduction to_plc-pac_rev01_fa16John Todora
 
Summer training plc & scada
Summer training  plc & scada Summer training  plc & scada
Summer training plc & scada Arshit Rai
 
Thesis Presentation (KUET_EEE_1103047_Nissan Imam)
Thesis Presentation (KUET_EEE_1103047_Nissan Imam)Thesis Presentation (KUET_EEE_1103047_Nissan Imam)
Thesis Presentation (KUET_EEE_1103047_Nissan Imam)Nissan Imam
 
D132027
D132027D132027
D132027irjes
 
PLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
PLC, DCS and PLC vs DCS Presentation by Jitender Singh ShekhawatPLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
PLC, DCS and PLC vs DCS Presentation by Jitender Singh ShekhawatJitender Singh Shekhawat
 
Plc & scada seminar
Plc & scada seminarPlc & scada seminar
Plc & scada seminarMayank Verma
 
PLC (programmable logic controllers) RTD and CNC PPT- powerpoint presentation...
PLC (programmable logic controllers) RTD and CNC PPT- powerpoint presentation...PLC (programmable logic controllers) RTD and CNC PPT- powerpoint presentation...
PLC (programmable logic controllers) RTD and CNC PPT- powerpoint presentation...Aman Gupta
 
Programmable logic Controller
Programmable logic ControllerProgrammable logic Controller
Programmable logic Controlleraksh07
 
Chapter 4 plc programing(1) by m
Chapter 4 plc programing(1) by mChapter 4 plc programing(1) by m
Chapter 4 plc programing(1) by mGerbawYasgat
 

Ähnlich wie Programmable logic controller - Siemens S7-1200 (20)

Plc presentation
Plc presentationPlc presentation
Plc presentation
 
PLCandSCADA.pdf
PLCandSCADA.pdfPLCandSCADA.pdf
PLCandSCADA.pdf
 
plc hardware presentation.pptx
plc hardware presentation.pptxplc hardware presentation.pptx
plc hardware presentation.pptx
 
R22EM807_PAVAN.D_PLC.pptx
R22EM807_PAVAN.D_PLC.pptxR22EM807_PAVAN.D_PLC.pptx
R22EM807_PAVAN.D_PLC.pptx
 
Basics and applications of programmable logic controller (plc)
Basics and applications of programmable logic controller (plc)Basics and applications of programmable logic controller (plc)
Basics and applications of programmable logic controller (plc)
 
PLC_1.ppt
PLC_1.pptPLC_1.ppt
PLC_1.ppt
 
Lecture 10.cont,11 (plc)
Lecture 10.cont,11 (plc)Lecture 10.cont,11 (plc)
Lecture 10.cont,11 (plc)
 
plc introduction
plc introductionplc introduction
plc introduction
 
Summer training plc & scada
Summer training  plc & scada Summer training  plc & scada
Summer training plc & scada
 
01 introduction to_plc-pac_rev01_fa16
01 introduction to_plc-pac_rev01_fa1601 introduction to_plc-pac_rev01_fa16
01 introduction to_plc-pac_rev01_fa16
 
Summer training plc & scada
Summer training  plc & scada Summer training  plc & scada
Summer training plc & scada
 
Thesis Presentation (KUET_EEE_1103047_Nissan Imam)
Thesis Presentation (KUET_EEE_1103047_Nissan Imam)Thesis Presentation (KUET_EEE_1103047_Nissan Imam)
Thesis Presentation (KUET_EEE_1103047_Nissan Imam)
 
D132027
D132027D132027
D132027
 
PLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
PLC, DCS and PLC vs DCS Presentation by Jitender Singh ShekhawatPLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
PLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
 
Plc & scada seminar
Plc & scada seminarPlc & scada seminar
Plc & scada seminar
 
Basic PLC
Basic PLCBasic PLC
Basic PLC
 
PLC (programmable logic controllers) RTD and CNC PPT- powerpoint presentation...
PLC (programmable logic controllers) RTD and CNC PPT- powerpoint presentation...PLC (programmable logic controllers) RTD and CNC PPT- powerpoint presentation...
PLC (programmable logic controllers) RTD and CNC PPT- powerpoint presentation...
 
Ace datasheet
Ace datasheetAce datasheet
Ace datasheet
 
Programmable logic Controller
Programmable logic ControllerProgrammable logic Controller
Programmable logic Controller
 
Chapter 4 plc programing(1) by m
Chapter 4 plc programing(1) by mChapter 4 plc programing(1) by m
Chapter 4 plc programing(1) by m
 

Kürzlich hochgeladen

Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfPrerana Jadhav
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17Celine George
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxkarenfajardo43
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWQuiz Club NITW
 
Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1GloryAnnCastre1
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...Nguyen Thanh Tu Collection
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Projectjordimapav
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDhatriParmar
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Developmentchesterberbo7
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...DhatriParmar
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQuiz Club NITW
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Association for Project Management
 

Kürzlich hochgeladen (20)

Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdf
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17
 
Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITW
 
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptxINCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
 
Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Project
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Development
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
 
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of EngineeringFaculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
 

Programmable logic controller - Siemens S7-1200

  • 1. Programmable Logic Controller S7-1200 SIMATIC TIA PORTAL Eng. Ahmed Elsayed
  • 2. Contents  Module (0) Introduction  Module (1) Programming Startup  Module (2) Function Blocks  Module (3) Timers and Counters  Module (4) Math, Comparator and Conversion Operations  Module (5) Diagnosis & Analog Value Processing  Module (6) Closed Loop Control  Module (7) Networking  Module (8) Human machine Interface  Module (9) Graduation Project Eng. Ahmed Elsayed
  • 3. Objectives  Module (0) Introduction 1. Describe the major components of a common PLC. 2. Relay Ladder Logic. 3. Introduction to Siemens PLCs (S7-1200 family). 4. Hardware Configuration of S7-1200. 5. Introduction to SIMATIC TIA PORTAL.  Module (1) Programming Startup 1. Getting familiar with Programming. 2. CPU Connection & Resetting Factory Mode. 3. Addressing System. 4. Data Types. 5. Bit Logic Operations. 6. Configuring and Operating the SIMATIC S7-1200. 7. Tasks: Relay Diagrams to Ladder and FBD, Motor Start/Stop, …… Eng. Ahmed Elsayed
  • 4.  Module (2) Function Blocks 1. Types of Blocks 2. Linear Programming 3. Structured Programming 4. User Blocks Organization Blocks, Functions, Function Blocks, Data Blocks 5. Set/Reset Operation 6. Tasks: Stamping System, Belt Control.  Module (3) Timers & Counters 1. Types of Timers. 2. Types of Counters. 3. Operation of each type. 4. Tasks: Practical Start/Stop Motor, Practical Stamping Machine, Production Line. Eng. Ahmed Elsayed
  • 5.  Module (4) Math, Comparator and Conversion Operations 1. Math Operations 2. Comparator Operations 3. Conversion Operations  Module (5) Diagnosis & Analog Value Processing  Diagnosis. 1. Open Project Online 2. Device Diagnosis 3. Offline/Online Comparison 4. Monitoring, Controlling and Forcing Variables  Analog Value Processing. 1. Analog Signals. 2. Reading/Writing Analog Values. 3. Scaling / Un-scaling 4. Task: Tank Level Control. Eng. Ahmed Elsayed
  • 6.  Module (6) Closed Loop Control 1.Fundamental of Closed Loop Control. 2.PID in SIMTIC. 3.Tasks: Water Level and Temperature Control.  Module (7) Networking 1.Networking Basics. 2.Adding another Controller to the Network 3.Communication Blocks. 4.Tasks: a. Programming for 1st Controller: Conveyer Control. b. Programming for 2nd Controller: Conveyer Data Logging. c. Programming of Communication Blocks. d. Final Project. Eng. Ahmed Elsayed
  • 7.  Module (8) Human Machine Interface 1.Display Data on HMI Screens. 2.Sending Data from HMI Screens.  Module (9) Graduation Project Eng. Ahmed Elsayed
  • 8. Module (0) Introduction 1.What is the word “PLC”? 2.The major components of a common PLC. 3.Basic Definitions. 4.Relay Ladder Logic. 5.Introduction to Siemens PLCs (S7-1200 family). 6.Hardware Configuration of S7-1200. 7.Introduction to SIMATIC TIA PORTAL. Eng. Ahmed Elsayed
  • 9. What is meant by PLC?  PLC is an abbreviation for “Programmable Logic Control”.  It is simply a special computer device used for industrial control systems. Eng. Ahmed Elsayed
  • 10. Advantages of PLCs  Less wiring.  Wiring between devices and relay contacts are done in the PLC program.  Easier and faster to make changes.  Trouble shooting aids make programming easier and reduce downtime.  Reliable components make these likely to operate for years before failure. Eng. Ahmed Elsayed
  • 11. PLC like any PC, consists of: 1. Central Processing Unit. 2. Input/Output (I/O) interface system. Eng. Ahmed Elsayed
  • 12.  The central processing unit (CPU) governs all PLC activities.  The following three components form the CPU: 1. The Processor. 2. The Memory System. 3. The System Power Supply. Eng. Ahmed Elsayed
  • 13. Final Block Diagram of CPU interacting with I/Os Eng. Ahmed Elsayed
  • 14. Functional interaction of a PLC system Eng. Ahmed Elsayed
  • 15. The major components of a common PLC. Eng. Ahmed Elsayed
  • 17. Power Supply (PS) A separate power source for a PLC that converts the standard incoming 220VAC to the low voltage DC that the CPU requires, around 24V or 5V. General Advantages of Primary PS - stabilized output voltage. - high efficiency. - compact design. Main Advantages - Disconnect automatically if short circuit or over-current occurred. - Return a fault signal if short circuit or over-current occurred. Eng. Ahmed Elsayed
  • 18. Central Processing Unit (CPU) The brain of the whole PLC is the CPU module. This module typically lives in the slot beside the power supply. The CPU consists of a microprocessor, memory chip and other integrated circuits to control logic, monitoring and communications. The CPU has different operating modes, In programming mode it accepts the downloaded logic from a PC. The CPU is then placed in run mode so that it can execute the program and operate the process. Eng. Ahmed Elsayed
  • 19. I/O System The I/O system provides the physical connection between the equipment and the PLC. Provides signal conversion and isolation between the internal logic- level signals inside the PLC and the field’s high level signal. Input modules converts signals from discrete or analog input devices to logic levels acceptable to PLC’s processor. Discrete Input (digital input), is an input that is either ON or OFF are connected to the PLC digital input. Analog Input, is an input signal that has a continuous signal. Output modules converts signal from the processor to levels capable of driving the connected discrete or analog output devices. Discrete Output(digital output), is an output that is either ON or OFF are connected to the PLC digital input. (Contact or Transistor) An analog output, is an output signal that has a continuous signal. Typical outputs may vary from 0 to 20mA, 4 to 20mA or 0 to10V. Eng. Ahmed Elsayed
  • 20. Discrete input  AC/DC INPUTS Eng. Ahmed Elsayed
  • 21. Physical Wiring in Field Eng. Ahmed Elsayed AC input module DC input module
  • 22.  DC INPUTS (SINK/SOURCE) Eng. Ahmed Elsayed Sinking input module/sourcing input device Sourcing input module/sinking input device
  • 23. Field device connections for a sink/source DC input module Eng. Ahmed Elsayed
  • 25. Physical Wiring in Field Eng. Ahmed Elsayed
  • 26. Discrete Output  AC Output Eng. Ahmed Elsayed  Logic 1– ON (“Switch” Closed)  Logic 0– OFF (“Switch” Open)
  • 27. Physical Wiring in Field Eng. Ahmed Elsayed
  • 28.  DC Output Eng. Ahmed Elsayed
  • 30. Physical Wiring in Field Eng. Ahmed Elsayed
  • 31. Rack The rack is the component that holds everything together. Depending on the needs of the control system it can be ordered in different sizes to hold more modules. Eng. Ahmed Elsayed
  • 32. Addressing on Rack Eng. Ahmed Elsayed
  • 33. Case Study Process Control System (Tank Control System) Eng. Ahmed Elsayed
  • 34.  Control System Eng. Ahmed Elsayed SP: Set Point PV: Process Variable E: Error CV: Control Variable Controller: Control Technique implemented in PLC. Process: Our Tank Control System (Temperature).
  • 35.  Actual Control System Eng. Ahmed Elsayed
  • 37. Introduction to Siemens PLCs (S7-1200 family) Eng. Ahmed Elsayed
  • 38. Family of S7-1200 1. CPU 1211 2. CPU 1212 3. CPU 1214 Eng. Ahmed Elsayed AC/DC/RLY DC/DC/RLY DC/DC/DC 1. Type of Supply (DC/AC). 2. Type of input signal. 3. Type of Output; DC means the out put will be only DC via transistor RLY means the output may be DC or AC via relay Supply/Input/Output
  • 39. 1) Power Connector. 2) I/Os Wiring Connectors. 3) I/Os Status LEDs. 4) PROFINET Connector. Eng. Ahmed Elsayed
  • 40. Features of S7-1200  controller with integrated PROFINET interface for communication with programming device, HMI or other SIMATIC controllers.  powerful, integrated technology functions such as counting, measuring, closed-loop control, and motion control integrated digital and analog inputs/outputs  signal boards for direct use in a controller  signal modules for expansion of controllers by input/output channels  communication modules for expansion of controllers by communications interfaces  accessories, e.g. power supply, switch module or SIMATIC Memory Card Eng. Ahmed Elsayed
  • 41. Communication with Programming device Eng. Ahmed Elsayed
  • 44. Addressing System  Input Eng. Ahmed Elsayed  Output
  • 45. Introduction to SIMATIC TIA PORTAL  STEP7 is the Programming Software of Programmable Logic Controller (PLC) of the SIMATIC S7 family of Siemens.  TIA is an abbreviation for “Totally Integrated Automation”  TIA is a strategy (architecture) in the automation technology, which defines the interaction of extensive single components, tool (SW) and the services (spare part service, etc.) to achieve an Automation solution.  The interaction performs integration across the four automation levels of the automation pyramid: 1. Management level 2. Operator’s level 3. Controller’s level 4. Field level Eng. Ahmed Elsayed
  • 47. Moving to TIA Software ! Eng. Ahmed Elsayed