0% found this document useful (0 votes)
495 views20 pages

Sitrain

This document provides an overview of S7-GRAPH, a tool for creating graphics support for sequencers that are compliant with IEC 1131-3. It discusses the key components of sequencers, including steps, transitions, and action blocks. Examples are provided of sequential control systems for processes like assembly lines and car washes. S7-GRAPH allows programming sequential control logic visually through graphics instead of just text-based programming.

Uploaded by

Ahmed Khairy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
495 views20 pages

Sitrain

This document provides an overview of S7-GRAPH, a tool for creating graphics support for sequencers that are compliant with IEC 1131-3. It discusses the key components of sequencers, including steps, transitions, and action blocks. Examples are provided of sequential control systems for processes like assembly lines and car washes. S7-GRAPH allows programming sequential control logic visually through graphics instead of just text-based programming.

Uploaded by

Ahmed Khairy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 20

Introduction

SIMATIC S7 Date: 19.07.2019 SITRAIN Training for


Automation and Drives
Siemens AG 2000. All rights reserved. File: GRAPH_01e.1
Course Contents / Course Aims

SIMATIC S7 Date: 19.07.2019 SITRAIN Training for


Automation and Drives
Siemens AG 2000. All rights reserved. File: GRAPH_01e.2
S7-GRAPH: Tool for Graphics Support for Sequencers
IEC 1131-3-Compliant

Design Documentation

S7-GRAPH

Programming Archiving

Start-up HMI

SIMATIC S7 Date: 19.07.2019 SITRAIN Training for


Automation and Drives
Siemens AG 2000. All rights reserved. File: GRAPH_01e.3
Principle of a Logic Control System Program
Example of fill level controller

Diagram of a fill level controller


Pump 1
PROCESS CONTROL

M Inlet valve Inputs


Hardware
Outputs
User program
Overflow
Full l Query input signals
Correction
l Generate limit values

l Control pumps etc.


Empty l Messages:
Fill level...
M Outlet valve

Pump 2

SIMATIC S7 Date: 19.07.2019 SITRAIN Training for


Automation and Drives
Siemens AG 2000. All rights reserved. File: GRAPH_01e.4
Principle of a Sequential Control System Program
Example of an assembly line

Proximity switches Light barriers

Motor LEDs Acknowledge switches

SIMATIC S7 Date: 19.07.2019 SITRAIN Training for


Automation and Drives
Siemens AG 2000. All rights reserved. File: GRAPH_01e.5
Decision Support for Sequential Control System (Sequencer)

Process
Step-by-step execution of
the process
No Yes
Control program: Control program:
Programmed as Programmed as
logic control system logic control system
(with STEP 7) (with S7-GRAPH)

Examples: Examples:
- Fill level controller
- Assembly line
- Lift controller - Car wash
- Traffic light control
- Production processes
- Machine processes
- Process engineering

SIMATIC S7 Date: 19.07.2019 SITRAIN Training for


Automation and Drives
Siemens AG 2000. All rights reserved. File: GRAPH_01e.6
Differentiation from Other Tools

 What applications are sequential control systems suitable for?


 Sequential processes: Tasks controlled by signals or timers
 Time-critical processes that are susceptible to faults
 Methodical procedure improves transparency
 Program is easier to understand
 Maintenance, servicing, diagnostics
Advantage: Fast error removal

 Application examples
 Car wash
 Assembly line
 Assembly conveyor
 Machine tools
 Transfer line
 Presses
 Process engineering
 Packaging technology
 Process control and monitoring

SIMATIC S7 Date: 19.07.2019 SITRAIN Training for


Automation and Drives
Siemens AG 2000. All rights reserved. File: GRAPH_01e.7
Structural Elements of a Sequencer: Steps
Basic elements of a sequencer to comply with IEC 1131-3

Step : Graphic representation with directed links


* * * " * * * " = Step name

Initial step: Graphic representation with directed links


* * * " * * * " = Initial step name

"a": Identifier character (operation e.g. S )


"b": Action name (e.g. MOTOR 1)
Action block with actions "c": Boolean "display" variable
"d": Action in: ( e.g. declaration + STL code)

"a" "b" "c" Actions are controlled according to specific rules that are
* * * described in detail in the IEC1131-3 standard.
In general, they are:
"d" 1. Action block for activation
2. Enable / interlock of individual actions
3. Step switching

SIMATIC S7 Date: 19.07.2019 SITRAIN Training for


Automation and Drives
Siemens AG 2000. All rights reserved. File: GRAPH_01e.8
Structural Elements of a Sequencer: Transition
Basic elements of a sequencer to comply with IEC 1131-3

Extract from IEC 1131-3:


Transitions
A transition represents the condition whereby control passes from one
* * * or more steps preceding the transition to one or more successor steps
along the corresponding directed link. The transition shall be
represented by a horizontal line across the vertical directed link.
%IX2.4 %IX2.3 The direction of evolution following the directed links shall be from the
bottom of the predecessor step(s) to the top of the successor step(s).
X Each transition shall have an associated transition condition which is
the result of the evaluation of a single Boolean expression.

Angaben %IX2.4 und %IX2.5 stehen für entsprechende absolute oder


symbolische Operanden
* * * Verbindung mit der Kettenstruktur : Ein Netzwerk in der Sprache KOP

Additional graphical elements, such as branches (alternative, simultaneous), jumps and loops are described in
subsequent chapters of this manual.

SIMATIC S7 Date: 19.07.2019 SITRAIN Training for


Automation and Drives
Siemens AG 2000. All rights reserved. File: GRAPH_01e.9
S7-GRAPH Software Package (Multilingual)

Manual
incl. ex.

LAD, FBD

incl. ex.
Tool

Basis: SIMATIC Manager with STEP 7 in LAD, FBD, STL

SIMATIC S7 Date: 19.07.2019 SITRAIN Training for


Automation and Drives
Siemens AG 2000. All rights reserved. File: GRAPH_01e.10
Characteristics of S7-GRAPH
 Simple, user-friendly description of
sequential processes
 Programming sequencers to DIN EN 6 1131
(corresponds to IEC 1131-3)
 Can be used for S7-300 (CPU314 and higher)
and S7-400
 Simple configuration (full graphics, windows
technology, zoom functionality)
 Processing speed independent of the
sequencer length
 Easy interfacing with process visualization
and diagnostics
--> "ProAgent for OP" (OP25...OP37)
--> "ProAgent for WinCC" (OP47, FI25 or
PCs/PGs)
--> "ProDiag" (Transline 2000)
 Process synchronization can be activated in
S7-GRAPH

SIMATIC S7 Date: 19.07.2019 SITRAIN Training for


Automation and Drives
Siemens AG 2000. All rights reserved. File: GRAPH_01e.11
Exercise: S7-GRAPH Example of a Drill (1)

?????

SIMATIC S7 Date: 19.07.2019 SITRAIN Training for


Automation and Drives
Siemens AG 2000. All rights reserved. File: GRAPH_01e.12
Exercise: S7-GRAPH Example of a Drill (2)

SIMATIC S7 Date: 19.07.2019 SITRAIN Training for


Automation and Drives
Siemens AG 2000. All rights reserved. File: GRAPH_01e.13
Exercise: S7-GRAPH Example of a Drill (3)

SIMATIC S7 Date: 19.07.2019 SITRAIN Training for


Automation and Drives
Siemens AG 2000. All rights reserved. File: GRAPH_01e.14
Exercise: S7-GRAPH Example of a Drill (4)

SIMATIC S7 Date: 19.07.2019 SITRAIN Training for


Automation and Drives
Siemens AG 2000. All rights reserved. File: GRAPH_01e.15
Exercise: S7-GRAPH Example of a Drill (5)

SIMATIC S7 Date: 19.07.2019 SITRAIN Training for


Automation and Drives
Siemens AG 2000. All rights reserved. File: GRAPH_01e.16
Components of a Training Station with S7-300

SIMATIC S7 Date: 19.07.2019 SITRAIN Training for


Automation and Drives
Siemens AG 2000. All rights reserved. File: GRAPH_01e.17
Components of a Training Station with S7-400

SIMATIC S7 Date: 19.07.2019 SITRAIN Training for


Automation and Drives
Siemens AG 2000. All rights reserved. File: GRAPH_01e.18
Layout of Simulator

DI DO

.0 .......... .......... .0
.1 .......... .......... .1
.2 .......... .......... .2
.3 .......... .......... .3 V
.4 .......... .......... .4
.5 .......... .......... .5
.6 .......... .......... .6 -15V...+15V AI2 AO1 -15V...+15V
AI1 AO2
.7 .......... .......... .7
.0 .......... ..........
.0
.1 .......... ..........
.1 AI1 AI2
.2 .......... .......... V
.2
.3 .......... ..........
.3
.4 .......... ..........
.5 .......... ..........
.4
.5
0 8 1 5 AI1 AI2 AO1 AO2
.6 .......... ..........
.6
.7 .......... ..........
.7

SIMATIC S7 Date: 19.07.2019 SITRAIN Training for


Automation and Drives
Siemens AG 2000. All rights reserved. File: GRAPH_01e.19
Layout of the Assembly Line

INI 1 to INI 3 LS1


(Proximity switch) Light barrier

M1 H 1, H 2, H 3 S 1, S 2, S 3, S 4
(Motor) (LED) (Acknowledge switch)

SIMATIC S7 Date: 19.07.2019 SITRAIN Training for


Automation and Drives
Siemens AG 2000. All rights reserved. File: GRAPH_01e.20

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy