SlideShare a Scribd company logo
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

More Related Content

PPT
Plc Siemens Training Notes
PPT
SIEMENS S7-300c.ppt
PPTX
Use of plc in industrial automation
PPTX
automation slides,plc,scada,HMI
PDF
Industrial Automation
PPTX
SIMATIC S7-1200 Overview
PDF
TIA Portal STEP 7 Basic
PDF
Simens plc training. simatic working-with-step-7
Plc Siemens Training Notes
SIEMENS S7-300c.ppt
Use of plc in industrial automation
automation slides,plc,scada,HMI
Industrial Automation
SIMATIC S7-1200 Overview
TIA Portal STEP 7 Basic
Simens plc training. simatic working-with-step-7

What's hot (20)

PDF
PPTX
Plc example presentation
PPT
PLC Basic
PPTX
Industrial automation (PLC, SCADA, VFD & HMI)
PDF
PLC - Programmable Logic Controller
PDF
Plc ppt
PPTX
ppt on PLC
PPTX
plc-basics.pptx
PPTX
Communication Protocols
PPTX
INDUSTRIAL AUTOMATION USING PLC
PPT
Plc presentation
PPTX
PLC and SCADA in Industrial Automation
PPTX
PPTX
PLC ARCHITECTURE AND HARDWARE COMPONENTS
PPTX
programmable logic controller presentation
PPTX
Input - Output Devices for PLC
PPTX
ppt on PLC automation
PPT
Programming logic controllers (plc)
PPTX
Industrial Automation
Plc example presentation
PLC Basic
Industrial automation (PLC, SCADA, VFD & HMI)
PLC - Programmable Logic Controller
Plc ppt
ppt on PLC
plc-basics.pptx
Communication Protocols
INDUSTRIAL AUTOMATION USING PLC
Plc presentation
PLC and SCADA in Industrial Automation
PLC ARCHITECTURE AND HARDWARE COMPONENTS
programmable logic controller presentation
Input - Output Devices for PLC
ppt on PLC automation
Programming logic controllers (plc)
Industrial Automation
Ad

Viewers also liked (16)

PPT
Top Ten Siemens S7 Tips and Tricks
PDF
Siemens s7 300 programming
PDF
Sitrain s7 1200 (exercicios)
PPT
Basic plc
PPTX
PLC(Programmable Logic Controller)-Control system Engineering.
PPTX
Programmable Logic Controller and ladder logic programming
PPTX
Plc (programming)
PDF
PLC and SCADA training.
PDF
Manual getstarted
PDF
08 comunicação logo! com s7 1200
PPTX
Programming I lecture 1
PPTX
Programming fundamentals ch 1
PDF
Apostila do treinamento profibus 2 configuração
DOC
Apostila do treinamento profibus instalação
DOC
Apostila do treinamento profibus configuração
PDF
Graph7 e
Top Ten Siemens S7 Tips and Tricks
Siemens s7 300 programming
Sitrain s7 1200 (exercicios)
Basic plc
PLC(Programmable Logic Controller)-Control system Engineering.
Programmable Logic Controller and ladder logic programming
Plc (programming)
PLC and SCADA training.
Manual getstarted
08 comunicação logo! com s7 1200
Programming I lecture 1
Programming fundamentals ch 1
Apostila do treinamento profibus 2 configuração
Apostila do treinamento profibus instalação
Apostila do treinamento profibus configuração
Graph7 e
Ad

Similar to Programmable logic controller - Siemens S7-1200 (20)

PPTX
Programmable Logic Controllers
PDF
Basics and applications of programmable logic controller (plc)
PDF
manuales y guías PLC siemens Simatic S7
PPT
Plc presentation
PPTX
Module-4 PLC for Automation and control.pptx
PPT
PDF
Implementation of T-Junction Traffic Light Control System Using Simatic S7-20...
PPTX
programmable logic controller functions of plc
PPT
PPTX
PLC advanced EGY2standard 1man siemens.pptx
PPT
Programmable logic Controlller ppt
PPT
20ME702– MECHATRONICS -UNIT-4.ppt
PPT
Unit 4-PROGRAMMABLE LOGIC INTERFACE-ME6702– MECHATRONICS
PDF
Lecture 10.cont,11 (plc)
PPTX
Plc presentation
PDF
Basics of PLC-1 For Education in School and for Learn
PDF
Basics_of_PLCs.pdf
PPTX
Programmable Logic Controller
PPT
Basic PLC.ppt
PDF
Plc course presentation
Programmable Logic Controllers
Basics and applications of programmable logic controller (plc)
manuales y guías PLC siemens Simatic S7
Plc presentation
Module-4 PLC for Automation and control.pptx
Implementation of T-Junction Traffic Light Control System Using Simatic S7-20...
programmable logic controller functions of plc
PLC advanced EGY2standard 1man siemens.pptx
Programmable logic Controlller ppt
20ME702– MECHATRONICS -UNIT-4.ppt
Unit 4-PROGRAMMABLE LOGIC INTERFACE-ME6702– MECHATRONICS
Lecture 10.cont,11 (plc)
Plc presentation
Basics of PLC-1 For Education in School and for Learn
Basics_of_PLCs.pdf
Programmable Logic Controller
Basic PLC.ppt
Plc course presentation

Recently uploaded (20)

PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PPTX
Pharma ospi slides which help in ospi learning
PDF
Basic Mud Logging Guide for educational purpose
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
Complications of Minimal Access Surgery at WLH
PPTX
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
PPTX
Cell Types and Its function , kingdom of life
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
Pre independence Education in Inndia.pdf
PPTX
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
PDF
TR - Agricultural Crops Production NC III.pdf
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PPTX
Cell Structure & Organelles in detailed.
PPTX
master seminar digital applications in india
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
Renaissance Architecture: A Journey from Faith to Humanism
Pharma ospi slides which help in ospi learning
Basic Mud Logging Guide for educational purpose
2.FourierTransform-ShortQuestionswithAnswers.pdf
Complications of Minimal Access Surgery at WLH
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
Cell Types and Its function , kingdom of life
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
Final Presentation General Medicine 03-08-2024.pptx
Microbial diseases, their pathogenesis and prophylaxis
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Pre independence Education in Inndia.pdf
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
TR - Agricultural Crops Production NC III.pdf
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Cell Structure & Organelles in detailed.
master seminar digital applications in india
102 student loan defaulters named and shamed – Is someone you know on the list?

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