SlideShare a Scribd company logo
1 of 33
University Training Docu-
ments for SIMATIC PCS 7
Siemens Automation Cooperates with Education | 02/2020
siemens.com/sce
Unrestricted for Educational and R&D Institutions. © Siemens 2020. All Rights Reserved.
Version 02/2020
Page 3 p03-slides-pcs7-v9-tud-0719-en
Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved.
Learn-/Training Documents PCS 7
Contents
• P01-01 Process description
• P01-02 and P01-03 Structuring
• P01-04 to P01-08 Basic automation
• P02-01 to P02-03 Higher process control functions
• P03-01 Advanced layout of user interfaces
• P03-02 Vertical integration with OPC
• P03-03 Batch control with recipes
MODULE 3
MODULE 1 + MODULE 2
Version 02/2020
Page 4 p03-slides-pcs7-v9-tud-0719-en
Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved.
Learn-/Training Documents PCS 7
Module overview
Module overview
Process
Structure
Basic automation
Higher process control functions
Module 1
Module 2
Module 3
P01-01 Process description
P01-02 Hardware configuration
P01-03 Plant hierarchy
P01-04 Individual
drive functions
P01-06
Control loop
P01-05
Functional safety
P01-07 Importing
plant design data
P01-08
Sequential control
P02-02
Alarm engineering
P02-01
HMI generation
P02-03 Archiving
and trend reporting
Advanced process engineering
P03-02 Vertical
integration with OPC
P03-01 Advanced
layout of UIs
P03-03
Batch control
Version 02/2020
Page 5 p03-slides-pcs7-v9-tud-0719-en
Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved.
Learn-/Training Documents PCS 7
Module 1 P01-01 Process description
Educt tanks
Reactors
Rinsing
Product tanks
P&ID of the laboratory plant
Version 02/2020
Page 6 p03-slides-pcs7-v9-tud-0719-en
Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved.
• AS
• PS
• CPU (with PROFIBUS)
• ET 200M (with PROFIBUS)
• 7x DI
• 3x DO
• 1x AI
• 1x AO
• CP (with Ethernet)
• ES/OS
• PC (with Ethernet)
Learn-/Training Documents PCS 7
Module 1 P01-02 Hardware configuration
Hardware configuration of the laboratory plant
PC station as ES and OS
with PCS 7 software and
WinCC for visualization
Ethernet connection
S7 station as AS
(here: CPU414-3DP)
ET 200M for
IO coupling
PROFIBUS DP
Version 02/2020
Page 7 p03-slides-pcs7-v9-tud-0719-en
Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved.
Learn-/Training Documents PCS 7
Module 1 P01-03 Plant hierarchy
Plant hierarchy and the effect on visualization
OS area
Operating screens
A1_multipurpose
plant
T2_reaction
Reactor
R001
Reactor
R002
T3_product
tanks
Product tank
B001
Product tank
B002
T4_rinsing
Rinsing tank
B001
T1_educt
tanks
Educt tank
B001
Educt tank
B002
Educt tank
B003
Version 02/2020
Page 8 p03-slides-pcs7-v9-tud-0719-en
Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved.
• Pump SCE.A1.T2-P001 for draining the reactor content
• Pump is driven by a motor
• Motor has the following signals
• Signal for control
• Signal for running feedback
• Template from PCS 7 AP library
• MotorLean
Implementation of a pump of the laboratory plant
Learn-/Training Documents PCS 7
Module 1 P01-04 Individual drive functions
Symbol Address Data type Symbol comment
A1.T2.A1T2S003.SO+.O+ I 1.3 BOOL pump outlet reactor R001
feedback running on
A1.T2.A1T2S003.SV.C Q 3.4 BOOL pump outlet reactor R001
actuating signal
Reactor
Version 02/2020
Page 9 p03-slides-pcs7-v9-tud-0719-en
Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved.
• The pump may only be turned on when the main switch of the plant is switched on and the Emergency Off switch is
unlocked
• The pump must not take in air, which means the level of the reactor has to be at least 50 ml
• The pump must not work against closed valves, which means at least one valve has to be open
Design of the interlock for the pump of the laboratory plant
Learn-/Training Documents PCS 7
Module 1 P01-05 Functional safety
Symbol Address Data type Symbol comment
A1.A1H001.HS+-.START I 0.0 BOOL Switch on main power switch
A1.A1H002.HS+-.OFF I 0.1 BOOL Activate EMERGENCY OFF
A1.T2.A1T2L001.LISA+.M IW 72 WORD Actual value level reactor R001
A1.T2.A1T2X007.GO+-.O+ I 66.3 BOOL Open/Closed valve … feedback signal
A1.T3.A1T3X001.GO+-.O+ I 67.4 BOOL Open/Closed valve … feedback signal
A1.T4.A1T4X003.GO+-.O+ I 68.2 BOOL Open/Closed valve … feedback signal
Version 02/2020
Page 10 p03-slides-pcs7-v9-tud-0719-en
Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved.
• Control loop
• Process variable/controlled variable is
A1.T2.A1T2T001.TIC.M
• Manipulated variable is A1.T2.A1T2T001.TV.S
• Setpoint is
• Determined by recipe
• Determined by operator
• Interlocked
• Interlock conditions
• Level in the reactor has to be at least 200 ml
• Temperature must not exceed 60 °C
Temperature control of the laboratory plant
Learn-/Training Documents PCS 7
Module 1 P01-06 Control loop and other control functions
Version 02/2020
Page 11 p03-slides-pcs7-v9-tud-0719-en
Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved.
• Similar control modules
• Pumps
• A1T1P001 .. A1T1P003
• A1T2P001 and A1T2P002
• Valves
• A1T1V001 .. A1T1V006
• Similar equipment modules
• Tanks
• A1T1B001, A1T1B002 and A1T1B003
• A1T2R001 and A1T2R002
• A1T3B001 and A1T3B002
Learn-/Training Documents PCS 7
Module 1 P01-07 Importing plant design data
Process tag type and model of the laboratory plant
Level Physical model Interlock Alarm management
Control
Module
Equipment
module
Unit
Process
cell
very individual
types can be created
copying possible
for the most part
Version 02/2020
Page 12 p03-slides-pcs7-v9-tud-0719-en
Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved.
• First, 350 ml are to be drained from educt tank A1.T1.B003 into reactor A1.T2.R001 and at
the same time 200 ml from educt tank A1.T1.B002 into reactor A1.T2.R002.
• When reactor A1.T2.R001 is filled, the liquid is to be heated to 25 °C with the agitator
switched on.
• When filling of reactor A1.T2.R002 is finished, 150 ml from educt tank A1.T1.B001 is to be
added to reactor A1.T2.R002. When this is finished, the agitator of reactor A1.T2.R002 is to
be switched on 10 s later.
• When the temperature of the liquid in reactor A1.T2.R001 has reached 25 °C, the mixture is
to be pumped from reactor A1.T2.R002 to reactor A1.T2.R001.
• Now, the mixture in reactor A1.T2.R001 is to be heated to 28 °C and then drained into
product tank A1.T3.B001.
Recipe of the laboratory plant
Learn-/Training Documents PCS 7
Module 1 P01-08 Sequential function charts
Version 02/2020
Page 13 p03-slides-pcs7-v9-tud-0719-en
Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved.
• Hierarchy includes level 1 and 2
• Overview screen
• Displays all units
• Displays the most important information
• Abstract
• Area display
• Display of a unit
• Display of faceplate icons of motors and valves
• Display resembling the P&ID
Learn-/Training Documents PCS 7
Module 2 P02-01 HMI generation
Graphics of the laboratory plant
Version 02/2020
Page 14 p03-slides-pcs7-v9-tud-0719-en
Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved.
• Monitoring of level
• Monitoring of temperature
• Using MonAnS block (FB 1912) from Monitor folder of the PCS 7 Advanced Process Library V80
• Monitoring a measured value (analog signal)
• Adjustable parameters
• Warning limit (high/low)
• Alarm limit (high/low)
• Display of faceplate icon
• In unit T2_reaction
• Positioning and compiling
Alarms for the laboratory plant
Learn-/Training Documents PCS 7
Module 2 P02-02 Alarm engineering
Version 02/2020
Page 15 p03-slides-pcs7-v9-tud-0719-en
Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved.
• Archiving on the OS server = short-term archiving
• Process values
• Slow cycle Tag logging slow
• Fast cycle Tag logging fast
• Messages/events Alarm logging
• Structure of the archives (Tag logging slow/fast, Alarm logging)
• Circular archive consisting of segments
Archiving on the OS server
Learn-/Training Documents PCS 7
Module 2 P02-03 Archiving and trend reporting
full segments
current segment
30 bytes/value
max. 30
bytes/value
200 to 400
bytes/message
Memory on the
OS serve
Version 02/2020
Page 16 p03-slides-pcs7-v9-tud-0719-en
Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved.
Learn-/Training Documents PCS 7
Module 3 P03-01 Advanced layout of user interfaces
• Theory
• Hierarchical levels of flowcharts
• Trends for extending the detailed display
• ActiveX controls and user defined objects
• Step-by-step instruction
• Restructuring of the plant hierarchy
• Creating user defined objects (short: UDO)
• Expansion of detail displays to include ActiveX controls
Objectives
Version 02/2020
Page 17 p03-slides-pcs7-v9-tud-0719-en
Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved.
• Levels of flowcharts
• Plant display
• Area display
• Unit display/group display
• Detail display
• Higher levels (plant and area displays)
• Overview of the plant/area status
• Direct selection of an area possible
• Lower levels (unit/group display, detail display)
• Display of context and detailed information
• Additional use of filtered alarm lists and adapted trends
Hierarchical levels of flowcharts
Learn-/Training Documents PCS 7
Module 3 P03-01 Advanced layout of user interfaces
Multi purpose plant
Educt tanks
Tank 1 Tank 2 Tank 3
Product
tanks
Tank 1 Tank 2
Rinsing
Tank 1
Reaction
Reactor
1
Reactor
2
Version 02/2020
Page 18 p03-slides-pcs7-v9-tud-0719-en
Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved.
Learn-/Training Documents PCS 7
Module 3 P03-01 Advanced layout of user interfaces
Trends = Display of process value variation over time
Depending on the time frame, different tasks can be implemented
• History = past without present is used, for example, for fault analysis and process control optimization
• Recent history = present with recent past is used for analyzing trends and is the most frequently used display
• Predictive display = recent past, present and future is used for predicting a process value and is intended to enable
timely invention by the operator
Advantages of trends
• Compressed and self-explanatory form for displaying many characteristics of a process value, for example, marked
changes in the variation, gradients, dependencies, extreme values, fluctuation margins, setpoint deviations, frequency
Trends for extending the detailed display
Version 02/2020
Page 19 p03-slides-pcs7-v9-tud-0719-en
Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved.
Learn-/Training Documents PCS 7
Module 3 P03-01 Advanced layout of user interfaces
ActiveX control (provides additional information on detail level)
• Online Trend Control, Function Trend Control
(display of process values in diagrams, definition of process values to be displayed)
• Online Table Control (display of process values in tables)
• Alarm Control (display of messages and events in lists, filtering by criteria such as source)
User defined object
• Grouping of individual objects into one object
• Reduction of parameters of all objects to defined parameters of the object
• Storage in library for reuse
• Increases the performance for C-Actions used for dynamization
ActiveX controls and user defined objects
Version 02/2020
Page 20 p03-slides-pcs7-v9-tud-0719-en
Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved.
Learn-/Training Documents PCS 7
Module 3 P03-01 Advanced layout of user interfaces
Alarm Control
Online Trend Control
User Defined Object
Layout of a detail display
Version 02/2020
Page 21 p03-slides-pcs7-v9-tud-0719-en
Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved.
Learn-/Training Documents PCS 7
Module 3 P03-02 Vertical integration with OPC
• Theory
• Integration of automation systems from different manufacturers into higher-level programs of the plant control level
• Basics for structure and operating principle of OPC
• Integration by means of PCS 7
• Step-by-step instruction
• Configuration of the PCS 7 project
• Parameterization of the OPC server
• Reading of OPC variables into Office applications
Objectives
Version 02/2020
Page 22 p03-slides-pcs7-v9-tud-0719-en
Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved.
• OPC (OLE for Process Control) provides a standardized, open and manufacturer-independent software interface
• Based on the OLE/COM technology from Microsoft
• PC station with Open PCS 7 can exchange data with external systems
• As viewed from higher programming languages (C++, Visual),
OPC is a bridge to process and device data
of automation systems
• Equipment manufacturers must
develop one OPC server instead
of specific drivers
Overview
Learn-/Training Documents PCS 7
Module 3 P03-02 Vertical integration with OPC
Plant bus Industrial Ethernet
Terminal bus Industrial Ethernet
OS client
PC with Client
Application
PC with Client
Application
Internet/Intranet
Open PCS 7 Station
(+ OS client)
OS-Server Redundant
OS servers
Automation system Automation system
Version 02/2020
Page 23 p03-slides-pcs7-v9-tud-0719-en
Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved.
• OPC communication is based on the client-server principle
• OPC server: Component that offers data
after the request from an OPC client
• Is connected to the automation system
• OPC clients use OPC servers as a data source
• Usually a component of a user program
that must be configured
Client-Server principle
Learn-/Training Documents PCS 7
Module 3 P03-02 Vertical integration with OPC
OPC client e.g. Excel application
• Initiates OPC communication
• Read/write requests for process values
OPC client
OPC server
• Executes client requests
• Reads process variables cyclically
• Monitors process variables for value changes
OPC server
Automation device
• PLC (process values)
Version 02/2020
Page 24 p03-slides-pcs7-v9-tud-0719-en
Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved.
• OPC Data Access (OPC DA): Specification for access to process data through variables
• Read, change (overwrite), monitor value of one or more process variables or report changes
• Hierarchical class model of Data Access
• OPC group structures process variables
• OPC item represents process variables
Provided variables:
• Process variables (measured und controlled variables of
input/output devices)
• Controlled variables (triggers additional services, such as
transmission of passwords)
• Information variables (information about status of connections, devices, etc.)
OPC Specification
Learn-/Training Documents PCS 7
Module 3 P03-02 Vertical integration with OPC
OPC Server
OPC Group(s)
OPC Item(s)
OPC Group(s)
OPC Item(s)
OPC Group(s)
OPC Item(s)
Version 02/2020
Page 25 p03-slides-pcs7-v9-tud-0719-en
Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved.
• OPC extensible Markup Language DA (OPC-XML DA):
Standard for communication with a platform-independent protocol over the Internet
• Based on HTTP and SOAP
• Functionality similar to OPC Data Access
• OPC Alarms & Events (OPC A&E): Additional
specification for transfer of process alarms and events
• Three types of events
• Condition related events
• Tracking events
• Simple events
OPC Specification
Learn-/Training Documents PCS 7
Module 3 P03-02 Vertical integration with OPC
Web service
Consumer
(SOAP Client)
Web service
Server
(SOAP Client)
Firewall
Internet
SOAP Request
SOAP Response
Version 02/2020
Page 26 p03-slides-pcs7-v9-tud-0719-en
Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved.
• Theory
• Modeling an industrial batch process
• Recipe control for production of
batch products
• Definition of process steps
• Step-by-step instruction
• Setting up an ISA S88 hierarchy
• Preparing the PCS 7 project with
preconfigured SFC types
• Setting up a project in BATCH Control Center
Objectives
Learn-/Training Documents PCS 7
Module 3 P03-03 Batch control with recipes
Version 02/2020
Page 27 p03-slides-pcs7-v9-tud-0719-en
Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved.
• Managing the complexity of a batch process through a hierarchical structure
A procedure defines a process that consists of an ordered set of
one or more process stages
Hierarchical modeling
Learn-/Training Documents PCS 7
Module 3 P03-03 Batch control with recipes
Prozess-
schritt
Prozess-
schritt
Prozess-
schritt
Process
stage
Procedure
A process stage consists of an ordered set
of one or more process operations
A process operation consists of an ordered set
of one or more process steps
Prozess-
schritt
Prozess-
schritt
Prozess-
schritt
Process
step
Prozess-
schritt
Prozess-
schritt
Prozess-
schritt
Process
operation
Version 02/2020
Page 28 p03-slides-pcs7-v9-tud-0719-en
Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved.
• Prerequisite is basic automation (Basic automation module)
• Procedural control: equipment-oriented actions take place in an ordered sequence
• Procedure is highest level in the
hierarchy and defines the strategy
• Unit procedure consist of operations
for a continuous production sequence
• Operation is a set of functions
and transforms substances from one
state to another
• Phase(Function) is the smallest element
of a procedural control
Concepts of batch control
Learn-/Training Documents PCS 7
Module 3 P03-03 Batch control with recipes
Procedure
Unit
procedure
Operation
Function
Consists of an
ordered set
of
Consists of an
ordered set
of
Consists of an
ordered set
of
Produce PVC
Polymerize vinyl chloride monomer
Recover vinyl chloride residue
Dry PVC
Preparation: Evacuate reactor and coat reactor walls
with anti film
Fill: Distilled water and solvent
Reaction: Add VCM and catalyst, heat and wait for
pressure to drop
Add vinyl chloride monomer
Add catalyst
Heat
Version 02/2020
Page 29 p03-slides-pcs7-v9-tud-0719-en
Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved.
• Company-wide standardized recipes and location-dependent differences require
• Abstract definition, independent of specific plant
• Simple adaptation to the specific plant
• General recipe Recipe at company level
• Site recipe Combination of factory-specific information and general recipe
• Basic recipe Recipe at the level of a plant or a group of
equipment of a plant
• Control recipe Generated as a copy for a specific version of the basic recipe
• Modified according to materials planning and execution to be specific for
an individual batch
Recipes and recipe types
Learn-/Training Documents PCS 7
Module 3 P03-03 Batch control with recipes
Version 02/2020
Page 30 p03-slides-pcs7-v9-tud-0719-en
Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved.
• Process cell contains all equipment required to make a batch
• Unit is made up of equipment modules and control modules, such as a
mixing tank or reactor
• Equipment module can be made up
of control modules and subordinate
equipment modules, such as a filter
• Control module is a collection of
measuring devices, final controlling elements,
other control modules and associated processing
equipment
Process cell
Unit
Equipment
module may
contain
may
contain
Individual
control unit
may contain
must contain
Reaction plant
Multi-purpose
operation
may
contain
Physical model
PCS & Training Curriculums
Module 3 P03-03 Batch control with Recipes
Version 02/2020
Page 31 p03-slides-pcs7-v9-tud-0719-en
Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved.
Learn-/Training Documents PCS 7
Benefits
Theoretical and practical introduction to process control engineering of a process
plant – in general and with PCS 7 at the university level
Guided implementation based on available projects or implementation of your
own designs possible
Testing the implementation in a simulated plant
Version 02/2020
Page 32 p03-slides-pcs7-v9-tud-0719-en
Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved.
Learn-/Training Documents PCS 7
Outlook
• As a lecture (= theory) with practice (= exercises) to design a solution and to
implement the design in SIMATIC PCS 7
• As practical training (= exercises) to design a solution and to implement the
design in SIMATIC PCS 7
or
• As self-study to implement projects with SIMATIC PCS 7
Use of the documents in training/education
Version 02/2020
Page 33 p03-slides-pcs7-v9-tud-0719-en
Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved.
Siemens Automation
Cooperates with
Education
Subject to changes and errors. The information given in this document only contains general descriptions and/or performance features which may
not always specifically reflect those described, or which may undergo modification in the course of further development of the products. The
requested performance features are binding only when they are expressly agreed upon in the concluded contract.
All product designations, product names, etc. may contain trademarks or other rights of Siemens, its affiliated companies or third parties.
Their unauthorized use may infringe on the rights of the respective owner.
Thank you for your attention!
siemens.com/sce

More Related Content

Similar to Training Pcs7 Simatic Documents Series.pptx

Sce guide trainer_pakete_en_without_prices
Sce guide trainer_pakete_en_without_pricesSce guide trainer_pakete_en_without_prices
Sce guide trainer_pakete_en_without_pricesCharles Santos
 
IRJET-Hob Grinding Machine Automation using PLC&HMI
IRJET-Hob Grinding Machine Automation using PLC&HMIIRJET-Hob Grinding Machine Automation using PLC&HMI
IRJET-Hob Grinding Machine Automation using PLC&HMIIRJET Journal
 
Siemens catalog tong hop 3 uf simocode
Siemens catalog tong hop 3 uf simocodeSiemens catalog tong hop 3 uf simocode
Siemens catalog tong hop 3 uf simocodeDien Ha The
 
AI Automation report
AI Automation reportAI Automation report
AI Automation reportGaurav Singh
 
IRJET- Braille Oriented Classroom
IRJET-  	  Braille Oriented ClassroomIRJET-  	  Braille Oriented Classroom
IRJET- Braille Oriented ClassroomIRJET Journal
 
PLCThis pdf is for those who want to learn plc from 0 level , very helpful.pdf
PLCThis pdf is for those who want to learn plc from 0 level , very helpful.pdfPLCThis pdf is for those who want to learn plc from 0 level , very helpful.pdf
PLCThis pdf is for those who want to learn plc from 0 level , very helpful.pdfaniketkumarverma475
 
Industry 4.0 & the next generation: Towards a smart factory
Industry 4.0 & the next generation: Towards a smart factoryIndustry 4.0 & the next generation: Towards a smart factory
Industry 4.0 & the next generation: Towards a smart factoryBluecrux
 
Introduction of CHEMcAD Software
Introduction of CHEMcAD Software Introduction of CHEMcAD Software
Introduction of CHEMcAD Software MyTech8
 
Automation of Instrument Air Distribution System using Arduino and Integrate ...
Automation of Instrument Air Distribution System using Arduino and Integrate ...Automation of Instrument Air Distribution System using Arduino and Integrate ...
Automation of Instrument Air Distribution System using Arduino and Integrate ...IRJET Journal
 
IRJET - Ingenious Menu Ordering System for Restaurants
IRJET -  	  Ingenious Menu Ordering System for RestaurantsIRJET -  	  Ingenious Menu Ordering System for Restaurants
IRJET - Ingenious Menu Ordering System for RestaurantsIRJET Journal
 
Deployment of the Festo PA Workstation for Undergraduate Training on Industri...
Deployment of the Festo PA Workstation for Undergraduate Training on Industri...Deployment of the Festo PA Workstation for Undergraduate Training on Industri...
Deployment of the Festo PA Workstation for Undergraduate Training on Industri...theijes
 
Basic Control System unit5
Basic Control System unit5Basic Control System unit5
Basic Control System unit5Asraf Malik
 
IRJET- Modelling and Control of Variable Frequency Drive using PLC and Ma...
IRJET-  	  Modelling and Control of Variable Frequency Drive using PLC and Ma...IRJET-  	  Modelling and Control of Variable Frequency Drive using PLC and Ma...
IRJET- Modelling and Control of Variable Frequency Drive using PLC and Ma...IRJET Journal
 

Similar to Training Pcs7 Simatic Documents Series.pptx (20)

Sce guide trainer_pakete_en_without_prices
Sce guide trainer_pakete_en_without_pricesSce guide trainer_pakete_en_without_prices
Sce guide trainer_pakete_en_without_prices
 
IRJET-Hob Grinding Machine Automation using PLC&HMI
IRJET-Hob Grinding Machine Automation using PLC&HMIIRJET-Hob Grinding Machine Automation using PLC&HMI
IRJET-Hob Grinding Machine Automation using PLC&HMI
 
Siemens catalog tong hop 3 uf simocode
Siemens catalog tong hop 3 uf simocodeSiemens catalog tong hop 3 uf simocode
Siemens catalog tong hop 3 uf simocode
 
AI Automation report
AI Automation reportAI Automation report
AI Automation report
 
IRJET- Braille Oriented Classroom
IRJET-  	  Braille Oriented ClassroomIRJET-  	  Braille Oriented Classroom
IRJET- Braille Oriented Classroom
 
PLCThis pdf is for those who want to learn plc from 0 level , very helpful.pdf
PLCThis pdf is for those who want to learn plc from 0 level , very helpful.pdfPLCThis pdf is for those who want to learn plc from 0 level , very helpful.pdf
PLCThis pdf is for those who want to learn plc from 0 level , very helpful.pdf
 
Industry 4.0 & the next generation: Towards a smart factory
Industry 4.0 & the next generation: Towards a smart factoryIndustry 4.0 & the next generation: Towards a smart factory
Industry 4.0 & the next generation: Towards a smart factory
 
Introduction of CHEMcAD Software
Introduction of CHEMcAD Software Introduction of CHEMcAD Software
Introduction of CHEMcAD Software
 
Programmable logic leseprobe
Programmable logic leseprobeProgrammable logic leseprobe
Programmable logic leseprobe
 
Programmable logic leseprobe
Programmable logic leseprobeProgrammable logic leseprobe
Programmable logic leseprobe
 
Automation of Instrument Air Distribution System using Arduino and Integrate ...
Automation of Instrument Air Distribution System using Arduino and Integrate ...Automation of Instrument Air Distribution System using Arduino and Integrate ...
Automation of Instrument Air Distribution System using Arduino and Integrate ...
 
Plc 2
Plc 2Plc 2
Plc 2
 
IRJET - Ingenious Menu Ordering System for Restaurants
IRJET -  	  Ingenious Menu Ordering System for RestaurantsIRJET -  	  Ingenious Menu Ordering System for Restaurants
IRJET - Ingenious Menu Ordering System for Restaurants
 
plc-amp-scada-ppt.pptx
plc-amp-scada-ppt.pptxplc-amp-scada-ppt.pptx
plc-amp-scada-ppt.pptx
 
plc-amp-scada-ppt.pptx
plc-amp-scada-ppt.pptxplc-amp-scada-ppt.pptx
plc-amp-scada-ppt.pptx
 
Automation-PLC
Automation-PLCAutomation-PLC
Automation-PLC
 
Deployment of the Festo PA Workstation for Undergraduate Training on Industri...
Deployment of the Festo PA Workstation for Undergraduate Training on Industri...Deployment of the Festo PA Workstation for Undergraduate Training on Industri...
Deployment of the Festo PA Workstation for Undergraduate Training on Industri...
 
Basic Control System unit5
Basic Control System unit5Basic Control System unit5
Basic Control System unit5
 
Basic plc
Basic plcBasic plc
Basic plc
 
IRJET- Modelling and Control of Variable Frequency Drive using PLC and Ma...
IRJET-  	  Modelling and Control of Variable Frequency Drive using PLC and Ma...IRJET-  	  Modelling and Control of Variable Frequency Drive using PLC and Ma...
IRJET- Modelling and Control of Variable Frequency Drive using PLC and Ma...
 

Recently uploaded

Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 

Recently uploaded (20)

Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 

Training Pcs7 Simatic Documents Series.pptx

  • 1. University Training Docu- ments for SIMATIC PCS 7 Siemens Automation Cooperates with Education | 02/2020 siemens.com/sce Unrestricted for Educational and R&D Institutions. © Siemens 2020. All Rights Reserved.
  • 2.
  • 3. Version 02/2020 Page 3 p03-slides-pcs7-v9-tud-0719-en Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved. Learn-/Training Documents PCS 7 Contents • P01-01 Process description • P01-02 and P01-03 Structuring • P01-04 to P01-08 Basic automation • P02-01 to P02-03 Higher process control functions • P03-01 Advanced layout of user interfaces • P03-02 Vertical integration with OPC • P03-03 Batch control with recipes MODULE 3 MODULE 1 + MODULE 2
  • 4. Version 02/2020 Page 4 p03-slides-pcs7-v9-tud-0719-en Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved. Learn-/Training Documents PCS 7 Module overview Module overview Process Structure Basic automation Higher process control functions Module 1 Module 2 Module 3 P01-01 Process description P01-02 Hardware configuration P01-03 Plant hierarchy P01-04 Individual drive functions P01-06 Control loop P01-05 Functional safety P01-07 Importing plant design data P01-08 Sequential control P02-02 Alarm engineering P02-01 HMI generation P02-03 Archiving and trend reporting Advanced process engineering P03-02 Vertical integration with OPC P03-01 Advanced layout of UIs P03-03 Batch control
  • 5. Version 02/2020 Page 5 p03-slides-pcs7-v9-tud-0719-en Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved. Learn-/Training Documents PCS 7 Module 1 P01-01 Process description Educt tanks Reactors Rinsing Product tanks P&ID of the laboratory plant
  • 6. Version 02/2020 Page 6 p03-slides-pcs7-v9-tud-0719-en Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved. • AS • PS • CPU (with PROFIBUS) • ET 200M (with PROFIBUS) • 7x DI • 3x DO • 1x AI • 1x AO • CP (with Ethernet) • ES/OS • PC (with Ethernet) Learn-/Training Documents PCS 7 Module 1 P01-02 Hardware configuration Hardware configuration of the laboratory plant PC station as ES and OS with PCS 7 software and WinCC for visualization Ethernet connection S7 station as AS (here: CPU414-3DP) ET 200M for IO coupling PROFIBUS DP
  • 7. Version 02/2020 Page 7 p03-slides-pcs7-v9-tud-0719-en Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved. Learn-/Training Documents PCS 7 Module 1 P01-03 Plant hierarchy Plant hierarchy and the effect on visualization OS area Operating screens A1_multipurpose plant T2_reaction Reactor R001 Reactor R002 T3_product tanks Product tank B001 Product tank B002 T4_rinsing Rinsing tank B001 T1_educt tanks Educt tank B001 Educt tank B002 Educt tank B003
  • 8. Version 02/2020 Page 8 p03-slides-pcs7-v9-tud-0719-en Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved. • Pump SCE.A1.T2-P001 for draining the reactor content • Pump is driven by a motor • Motor has the following signals • Signal for control • Signal for running feedback • Template from PCS 7 AP library • MotorLean Implementation of a pump of the laboratory plant Learn-/Training Documents PCS 7 Module 1 P01-04 Individual drive functions Symbol Address Data type Symbol comment A1.T2.A1T2S003.SO+.O+ I 1.3 BOOL pump outlet reactor R001 feedback running on A1.T2.A1T2S003.SV.C Q 3.4 BOOL pump outlet reactor R001 actuating signal Reactor
  • 9. Version 02/2020 Page 9 p03-slides-pcs7-v9-tud-0719-en Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved. • The pump may only be turned on when the main switch of the plant is switched on and the Emergency Off switch is unlocked • The pump must not take in air, which means the level of the reactor has to be at least 50 ml • The pump must not work against closed valves, which means at least one valve has to be open Design of the interlock for the pump of the laboratory plant Learn-/Training Documents PCS 7 Module 1 P01-05 Functional safety Symbol Address Data type Symbol comment A1.A1H001.HS+-.START I 0.0 BOOL Switch on main power switch A1.A1H002.HS+-.OFF I 0.1 BOOL Activate EMERGENCY OFF A1.T2.A1T2L001.LISA+.M IW 72 WORD Actual value level reactor R001 A1.T2.A1T2X007.GO+-.O+ I 66.3 BOOL Open/Closed valve … feedback signal A1.T3.A1T3X001.GO+-.O+ I 67.4 BOOL Open/Closed valve … feedback signal A1.T4.A1T4X003.GO+-.O+ I 68.2 BOOL Open/Closed valve … feedback signal
  • 10. Version 02/2020 Page 10 p03-slides-pcs7-v9-tud-0719-en Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved. • Control loop • Process variable/controlled variable is A1.T2.A1T2T001.TIC.M • Manipulated variable is A1.T2.A1T2T001.TV.S • Setpoint is • Determined by recipe • Determined by operator • Interlocked • Interlock conditions • Level in the reactor has to be at least 200 ml • Temperature must not exceed 60 °C Temperature control of the laboratory plant Learn-/Training Documents PCS 7 Module 1 P01-06 Control loop and other control functions
  • 11. Version 02/2020 Page 11 p03-slides-pcs7-v9-tud-0719-en Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved. • Similar control modules • Pumps • A1T1P001 .. A1T1P003 • A1T2P001 and A1T2P002 • Valves • A1T1V001 .. A1T1V006 • Similar equipment modules • Tanks • A1T1B001, A1T1B002 and A1T1B003 • A1T2R001 and A1T2R002 • A1T3B001 and A1T3B002 Learn-/Training Documents PCS 7 Module 1 P01-07 Importing plant design data Process tag type and model of the laboratory plant Level Physical model Interlock Alarm management Control Module Equipment module Unit Process cell very individual types can be created copying possible for the most part
  • 12. Version 02/2020 Page 12 p03-slides-pcs7-v9-tud-0719-en Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved. • First, 350 ml are to be drained from educt tank A1.T1.B003 into reactor A1.T2.R001 and at the same time 200 ml from educt tank A1.T1.B002 into reactor A1.T2.R002. • When reactor A1.T2.R001 is filled, the liquid is to be heated to 25 °C with the agitator switched on. • When filling of reactor A1.T2.R002 is finished, 150 ml from educt tank A1.T1.B001 is to be added to reactor A1.T2.R002. When this is finished, the agitator of reactor A1.T2.R002 is to be switched on 10 s later. • When the temperature of the liquid in reactor A1.T2.R001 has reached 25 °C, the mixture is to be pumped from reactor A1.T2.R002 to reactor A1.T2.R001. • Now, the mixture in reactor A1.T2.R001 is to be heated to 28 °C and then drained into product tank A1.T3.B001. Recipe of the laboratory plant Learn-/Training Documents PCS 7 Module 1 P01-08 Sequential function charts
  • 13. Version 02/2020 Page 13 p03-slides-pcs7-v9-tud-0719-en Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved. • Hierarchy includes level 1 and 2 • Overview screen • Displays all units • Displays the most important information • Abstract • Area display • Display of a unit • Display of faceplate icons of motors and valves • Display resembling the P&ID Learn-/Training Documents PCS 7 Module 2 P02-01 HMI generation Graphics of the laboratory plant
  • 14. Version 02/2020 Page 14 p03-slides-pcs7-v9-tud-0719-en Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved. • Monitoring of level • Monitoring of temperature • Using MonAnS block (FB 1912) from Monitor folder of the PCS 7 Advanced Process Library V80 • Monitoring a measured value (analog signal) • Adjustable parameters • Warning limit (high/low) • Alarm limit (high/low) • Display of faceplate icon • In unit T2_reaction • Positioning and compiling Alarms for the laboratory plant Learn-/Training Documents PCS 7 Module 2 P02-02 Alarm engineering
  • 15. Version 02/2020 Page 15 p03-slides-pcs7-v9-tud-0719-en Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved. • Archiving on the OS server = short-term archiving • Process values • Slow cycle Tag logging slow • Fast cycle Tag logging fast • Messages/events Alarm logging • Structure of the archives (Tag logging slow/fast, Alarm logging) • Circular archive consisting of segments Archiving on the OS server Learn-/Training Documents PCS 7 Module 2 P02-03 Archiving and trend reporting full segments current segment 30 bytes/value max. 30 bytes/value 200 to 400 bytes/message Memory on the OS serve
  • 16. Version 02/2020 Page 16 p03-slides-pcs7-v9-tud-0719-en Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved. Learn-/Training Documents PCS 7 Module 3 P03-01 Advanced layout of user interfaces • Theory • Hierarchical levels of flowcharts • Trends for extending the detailed display • ActiveX controls and user defined objects • Step-by-step instruction • Restructuring of the plant hierarchy • Creating user defined objects (short: UDO) • Expansion of detail displays to include ActiveX controls Objectives
  • 17. Version 02/2020 Page 17 p03-slides-pcs7-v9-tud-0719-en Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved. • Levels of flowcharts • Plant display • Area display • Unit display/group display • Detail display • Higher levels (plant and area displays) • Overview of the plant/area status • Direct selection of an area possible • Lower levels (unit/group display, detail display) • Display of context and detailed information • Additional use of filtered alarm lists and adapted trends Hierarchical levels of flowcharts Learn-/Training Documents PCS 7 Module 3 P03-01 Advanced layout of user interfaces Multi purpose plant Educt tanks Tank 1 Tank 2 Tank 3 Product tanks Tank 1 Tank 2 Rinsing Tank 1 Reaction Reactor 1 Reactor 2
  • 18. Version 02/2020 Page 18 p03-slides-pcs7-v9-tud-0719-en Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved. Learn-/Training Documents PCS 7 Module 3 P03-01 Advanced layout of user interfaces Trends = Display of process value variation over time Depending on the time frame, different tasks can be implemented • History = past without present is used, for example, for fault analysis and process control optimization • Recent history = present with recent past is used for analyzing trends and is the most frequently used display • Predictive display = recent past, present and future is used for predicting a process value and is intended to enable timely invention by the operator Advantages of trends • Compressed and self-explanatory form for displaying many characteristics of a process value, for example, marked changes in the variation, gradients, dependencies, extreme values, fluctuation margins, setpoint deviations, frequency Trends for extending the detailed display
  • 19. Version 02/2020 Page 19 p03-slides-pcs7-v9-tud-0719-en Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved. Learn-/Training Documents PCS 7 Module 3 P03-01 Advanced layout of user interfaces ActiveX control (provides additional information on detail level) • Online Trend Control, Function Trend Control (display of process values in diagrams, definition of process values to be displayed) • Online Table Control (display of process values in tables) • Alarm Control (display of messages and events in lists, filtering by criteria such as source) User defined object • Grouping of individual objects into one object • Reduction of parameters of all objects to defined parameters of the object • Storage in library for reuse • Increases the performance for C-Actions used for dynamization ActiveX controls and user defined objects
  • 20. Version 02/2020 Page 20 p03-slides-pcs7-v9-tud-0719-en Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved. Learn-/Training Documents PCS 7 Module 3 P03-01 Advanced layout of user interfaces Alarm Control Online Trend Control User Defined Object Layout of a detail display
  • 21. Version 02/2020 Page 21 p03-slides-pcs7-v9-tud-0719-en Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved. Learn-/Training Documents PCS 7 Module 3 P03-02 Vertical integration with OPC • Theory • Integration of automation systems from different manufacturers into higher-level programs of the plant control level • Basics for structure and operating principle of OPC • Integration by means of PCS 7 • Step-by-step instruction • Configuration of the PCS 7 project • Parameterization of the OPC server • Reading of OPC variables into Office applications Objectives
  • 22. Version 02/2020 Page 22 p03-slides-pcs7-v9-tud-0719-en Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved. • OPC (OLE for Process Control) provides a standardized, open and manufacturer-independent software interface • Based on the OLE/COM technology from Microsoft • PC station with Open PCS 7 can exchange data with external systems • As viewed from higher programming languages (C++, Visual), OPC is a bridge to process and device data of automation systems • Equipment manufacturers must develop one OPC server instead of specific drivers Overview Learn-/Training Documents PCS 7 Module 3 P03-02 Vertical integration with OPC Plant bus Industrial Ethernet Terminal bus Industrial Ethernet OS client PC with Client Application PC with Client Application Internet/Intranet Open PCS 7 Station (+ OS client) OS-Server Redundant OS servers Automation system Automation system
  • 23. Version 02/2020 Page 23 p03-slides-pcs7-v9-tud-0719-en Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved. • OPC communication is based on the client-server principle • OPC server: Component that offers data after the request from an OPC client • Is connected to the automation system • OPC clients use OPC servers as a data source • Usually a component of a user program that must be configured Client-Server principle Learn-/Training Documents PCS 7 Module 3 P03-02 Vertical integration with OPC OPC client e.g. Excel application • Initiates OPC communication • Read/write requests for process values OPC client OPC server • Executes client requests • Reads process variables cyclically • Monitors process variables for value changes OPC server Automation device • PLC (process values)
  • 24. Version 02/2020 Page 24 p03-slides-pcs7-v9-tud-0719-en Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved. • OPC Data Access (OPC DA): Specification for access to process data through variables • Read, change (overwrite), monitor value of one or more process variables or report changes • Hierarchical class model of Data Access • OPC group structures process variables • OPC item represents process variables Provided variables: • Process variables (measured und controlled variables of input/output devices) • Controlled variables (triggers additional services, such as transmission of passwords) • Information variables (information about status of connections, devices, etc.) OPC Specification Learn-/Training Documents PCS 7 Module 3 P03-02 Vertical integration with OPC OPC Server OPC Group(s) OPC Item(s) OPC Group(s) OPC Item(s) OPC Group(s) OPC Item(s)
  • 25. Version 02/2020 Page 25 p03-slides-pcs7-v9-tud-0719-en Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved. • OPC extensible Markup Language DA (OPC-XML DA): Standard for communication with a platform-independent protocol over the Internet • Based on HTTP and SOAP • Functionality similar to OPC Data Access • OPC Alarms & Events (OPC A&E): Additional specification for transfer of process alarms and events • Three types of events • Condition related events • Tracking events • Simple events OPC Specification Learn-/Training Documents PCS 7 Module 3 P03-02 Vertical integration with OPC Web service Consumer (SOAP Client) Web service Server (SOAP Client) Firewall Internet SOAP Request SOAP Response
  • 26. Version 02/2020 Page 26 p03-slides-pcs7-v9-tud-0719-en Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved. • Theory • Modeling an industrial batch process • Recipe control for production of batch products • Definition of process steps • Step-by-step instruction • Setting up an ISA S88 hierarchy • Preparing the PCS 7 project with preconfigured SFC types • Setting up a project in BATCH Control Center Objectives Learn-/Training Documents PCS 7 Module 3 P03-03 Batch control with recipes
  • 27. Version 02/2020 Page 27 p03-slides-pcs7-v9-tud-0719-en Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved. • Managing the complexity of a batch process through a hierarchical structure A procedure defines a process that consists of an ordered set of one or more process stages Hierarchical modeling Learn-/Training Documents PCS 7 Module 3 P03-03 Batch control with recipes Prozess- schritt Prozess- schritt Prozess- schritt Process stage Procedure A process stage consists of an ordered set of one or more process operations A process operation consists of an ordered set of one or more process steps Prozess- schritt Prozess- schritt Prozess- schritt Process step Prozess- schritt Prozess- schritt Prozess- schritt Process operation
  • 28. Version 02/2020 Page 28 p03-slides-pcs7-v9-tud-0719-en Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved. • Prerequisite is basic automation (Basic automation module) • Procedural control: equipment-oriented actions take place in an ordered sequence • Procedure is highest level in the hierarchy and defines the strategy • Unit procedure consist of operations for a continuous production sequence • Operation is a set of functions and transforms substances from one state to another • Phase(Function) is the smallest element of a procedural control Concepts of batch control Learn-/Training Documents PCS 7 Module 3 P03-03 Batch control with recipes Procedure Unit procedure Operation Function Consists of an ordered set of Consists of an ordered set of Consists of an ordered set of Produce PVC Polymerize vinyl chloride monomer Recover vinyl chloride residue Dry PVC Preparation: Evacuate reactor and coat reactor walls with anti film Fill: Distilled water and solvent Reaction: Add VCM and catalyst, heat and wait for pressure to drop Add vinyl chloride monomer Add catalyst Heat
  • 29. Version 02/2020 Page 29 p03-slides-pcs7-v9-tud-0719-en Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved. • Company-wide standardized recipes and location-dependent differences require • Abstract definition, independent of specific plant • Simple adaptation to the specific plant • General recipe Recipe at company level • Site recipe Combination of factory-specific information and general recipe • Basic recipe Recipe at the level of a plant or a group of equipment of a plant • Control recipe Generated as a copy for a specific version of the basic recipe • Modified according to materials planning and execution to be specific for an individual batch Recipes and recipe types Learn-/Training Documents PCS 7 Module 3 P03-03 Batch control with recipes
  • 30. Version 02/2020 Page 30 p03-slides-pcs7-v9-tud-0719-en Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved. • Process cell contains all equipment required to make a batch • Unit is made up of equipment modules and control modules, such as a mixing tank or reactor • Equipment module can be made up of control modules and subordinate equipment modules, such as a filter • Control module is a collection of measuring devices, final controlling elements, other control modules and associated processing equipment Process cell Unit Equipment module may contain may contain Individual control unit may contain must contain Reaction plant Multi-purpose operation may contain Physical model PCS & Training Curriculums Module 3 P03-03 Batch control with Recipes
  • 31. Version 02/2020 Page 31 p03-slides-pcs7-v9-tud-0719-en Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved. Learn-/Training Documents PCS 7 Benefits Theoretical and practical introduction to process control engineering of a process plant – in general and with PCS 7 at the university level Guided implementation based on available projects or implementation of your own designs possible Testing the implementation in a simulated plant
  • 32. Version 02/2020 Page 32 p03-slides-pcs7-v9-tud-0719-en Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved. Learn-/Training Documents PCS 7 Outlook • As a lecture (= theory) with practice (= exercises) to design a solution and to implement the design in SIMATIC PCS 7 • As practical training (= exercises) to design a solution and to implement the design in SIMATIC PCS 7 or • As self-study to implement projects with SIMATIC PCS 7 Use of the documents in training/education
  • 33. Version 02/2020 Page 33 p03-slides-pcs7-v9-tud-0719-en Unrestricted for Educational and R&D Facilities. © Siemens 2020. All Rights Reserved. Siemens Automation Cooperates with Education Subject to changes and errors. The information given in this document only contains general descriptions and/or performance features which may not always specifically reflect those described, or which may undergo modification in the course of further development of the products. The requested performance features are binding only when they are expressly agreed upon in the concluded contract. All product designations, product names, etc. may contain trademarks or other rights of Siemens, its affiliated companies or third parties. Their unauthorized use may infringe on the rights of the respective owner. Thank you for your attention! siemens.com/sce