21
SIMATIC S7 Siemens Engenharia e Service 2002. Todos os direitos reservados. Data: 07/06/22 Arquivo: S7-Bas-16.1 Totally Integrated Automation SIMATIC WinCC SIMATIC PC SIMATIC DP SIMATIC Controlle r SIMATIC HMI SIMATIC NET SIMATIC PCS 7 SIMATIC Software SIMATIC

S7 bas-16

Embed Size (px)

DESCRIPTION

TREINAMENTO SIEMENS STEP 7 BASICO S7300/400

Citation preview

Page 1: S7 bas-16

SIMATIC S7Siemens Engenharia e Service 2002. Todos os direitos reservados.

Data: 10/04/23Arquivo: S7-Bas-16.1

Totally Integrated Automation

SIMATIC

WinCC

SIMATIC

PC

SIMATIC

DPSIMATIC

Controller

SIMATIC

HMI

SIMATIC

NET

SIMATIC

PCS 7

SIMATIC

Software

SIMATIC

Page 2: S7 bas-16

SIMATIC S7Siemens Engenharia e Service 2002. Todos os direitos reservados.

Data: 10/04/23Arquivo: S7-Bas-16.2

Automating with SIMATIC S7

ASI

PROFIBUS-DP

S7-200 S7-300 S7-400

OP...OS

7 8 9

4 5 6

1 2 3

0

.D E F

A B C INSDEL

SHIFT HELP

ESC

ENTER

ACK

S IM A T IC O P 17

S H IFT

H ELPK1 K 5 K 6 K 7 K 8K 2 K 3 K 4

K 9 K 1 0 K 11 K 12 K1 3 K 14 K 15 K1 6

F 1 F 5 F 6 F 7 F 8F 2 F 3 F 4

S I M A T I C O P 1 74 x 2 0 Z e i c h e n

6 / 1 1 m m S c h r i f t h ö h e

8 x 4 0 Z e i c h e nZ e i c h e n g r ö ß e n b e l i e b i g m i s c h b a r

Standard Tools

Engineering Tools

Runtime Software

SIMATIC SOFTWARE

WIN CC PCS 7

SIMATIC NET

ET200

FM

SV

Industrial Ethernet

PROFIBUS

MPI Network

SIMATIC PGSIMATIC PC

PG 740

SIEMENS

SIMATIC Controller

SIMATIC HMI

SIMATIC DP

WinAC

Page 3: S7 bas-16

SIMATIC S7Siemens Engenharia e Service 2002. Todos os direitos reservados.

Data: 10/04/23Arquivo: S7-Bas-16.3

The SIMATIC S7/C7 and WinAC Controllers

modular

SIMATIC S7 - 400

Upper andmiddle performancerange

SIMATIC S7 - 200

compactMicro PLC

SIMATIC WinAC Pro

modular

SIMATIC S7 - 300

complete

SIMATIC C7 - 620

Lowerperformancerange

SIMATIC WinAC Basis

Page 4: S7 bas-16

SIMATIC S7Siemens Engenharia e Service 2002. Todos os direitos reservados.

Data: 10/04/23Arquivo: S7-Bas-16.4

SIMATIC C7 – Integration of SIMATIC S7-300 & OP

Middle performance range

C7-626/PC7-626/P DP

Lowest performance range

C7-621C7-621 ASI

Lower performance range

C7-634/PC7-634 DP

C7-633/PC7-633 DP

S7-300 CPU CommunicationHMI

C O R O S O P15

F1 F2 F3 F4 F5 F6 F7 F8

D E F

K2ESC

A B C

A C K

K1 K3 K4

K5 K6 K7 K8

K9 K10 K11 K12

K13 K14 K15 K16

7 8 9

654

1 2 3

+/-0.

SHIFT

HA RDC O PY

IN S

S IE M E N S

D E L

EN TER

D IR

iHELP

STEP 7

ProTool

Configuration

+ +I/O,

DI, DO, AI/AO, Counters

+

Page 5: S7 bas-16

SIMATIC S7Siemens Engenharia e Service 2002. Todos os direitos reservados.

Data: 10/04/23Arquivo: S7-Bas-16.5

STEP 7 Software for S7/C7

Standard Tools

Engineering Tools

Runtime Software Tools

S7-200

STEP 7 Micro

STL/LAD/FBD

S7-200Support

STEP 7 Mini

S7-300

STL/LAD/FBD

Manager

S7-300Support

S7-300C7

S7-400

CFC

DOCPRO

TeleService

S7-PDIAG

S7-PLCSIM

S7-HiGraph

S7-Graph

S7-SCL

PID Control

Fuzzy Control

Neuro Systems

S7-300Support

S7-400Support

Manager

STL LAD FBDSTEP 7

Page 6: S7 bas-16

SIMATIC S7Siemens Engenharia e Service 2002. Todos os direitos reservados.

Data: 10/04/23Arquivo: S7-Bas-16.6

S1

Programming Sequence Control Systems with S7- GRAPH

S7-GRAPH: The tool for programming sequence cascades

Compatible with IEC 1131-3 Designed for the requirements of

production engineering Graphic division of the process

into steps and transitions Steps contain actions Transitions check the conditions

for switching to the next step

The following phases of automation can be optimized with S7-GRAPH:

Planning, Configuring Programming Debugging Commissioning Maintenance, Diagnostics

S2

T1

T2

S4

T3

S6

T4

T5

S5

Page 7: S7 bas-16

SIMATIC S7Siemens Engenharia e Service 2002. Todos os direitos reservados.

Data: 10/04/23Arquivo: S7-Bas-16.7

Programming using the State Diagram Method with S7- HiGraph

1 2 4

PositionCam-operated

switch

Index in

Index out

Counterbearinglock/release

piece

Turn left

Turn right

Motor

Index

CounterbearingMotor

Coordinator

S7-HiGraph: The tool for programming using State Diagrams

Division of the machine intofunctional units

Creating state diagramsfor every function unit

States contain actions State diagrams communicate

using messages The following phases of

automation can be optimized with S7-HiGraph:

Planning, Configuring Programming and Debugging Commissioning Maintenance, Diagnostics Supports reuseability

Page 8: S7 bas-16

SIMATIC S7Siemens Engenharia e Service 2002. Todos os direitos reservados.

Data: 10/04/23Arquivo: S7-Bas-16.8

Programming in the High Level Language S7- SCL

FUNCTION_BLOCK IntegratorVAR_INPUT

Init : BOOL; // Reset output valuex : REAL; // Input value Ta : TIME; // Sampling interval in msTi : TIME; // Integration time in ms

olim : REAL; // Output value upper limit ulim : REAL; // Output value lower limit END_VAR

VAR_OUTPUT y : REAL:= 0.0; // Initialize output value with 0END_VAR

BEGIN IF TIME_TO_DINT(Ti) = 0 THEN // Division by ?

OK := FALSE;y := 0.0;

RETURN; END_IF;

IF Init THEN y:= 0.0;

ELSE y := y+TIME_TO_DINT(Ta)*x/TIME_TO_DINT(Ti);

IF y > olim THEN y := olim; END_IF; IF y < ulim THEN y := ulim; END_IF;

END_IF; END_FUNCTION_BLOCK

S7-SCL: High level language for creating PLC programs

Compatible with IEC 1131-3Text(ST=Structered Text))

Certified according to PLCopenBase Level

Contains all the typical elements of a high level language, such asoperands, terms, control statements

PLC specifics are integrated, such as I/O access, timers, counters...)

Advantages: Well structured, easy to

understand program For those knowlegeable in high

level langugages For complex algorithms

Page 9: S7 bas-16

SIMATIC S7Siemens Engenharia e Service 2002. Todos os direitos reservados.

Data: 10/04/23Arquivo: S7-Bas-16.9

CFC for SIMATIC S7

CFC (Continuous Function Chart):Tool for graphic creation of PLC programs

Blocks are placed on function charts and interconnected

Interconnection is possible:

- between I/O fields- also to blocks in

other charts Sources and destinations

are managed in themargins

Advantages Program creation for

technologists quick creation, testing

and commissioning times

Page 10: S7 bas-16

SIMATIC S7Siemens Engenharia e Service 2002. Todos os direitos reservados.

Data: 10/04/23Arquivo: S7-Bas-16.10

Configuring Sequence Control Systems with S7- SFC

S7-SFC: The tool for programming sequence cascades

Designed for the require-ments of process automation

Compatible with IEC 1131-3 Steps assign values to

blocks in the CFC Transitions check the

conditions for switching tothe next step

Syntax check during creation

Direct connection to CFC Acceptance of values using

“Drag&Drop” Cross reference selections

Visualization within WinCC

Page 11: S7 bas-16

SIMATIC S7Siemens Engenharia e Service 2002. Todos os direitos reservados.

Data: 10/04/23Arquivo: S7-Bas-16.11

Process Diagnosis with S7- PDIAG

I1.0 I1.1 Q1.0

Message

Process diagnosis: Detection of faults occurring outside the PLC

Sensor/actuator defective, movement faulty, ... S7- PDIAG: Tool for configuring

the fault definition in STL, LAD, FBD Integrated in the development environment Simple formulation of fault monitoring and

message texts (during and after the program session)

Fault detection and criteria analysis are conducted automatically

Comprehensive information for the operator on: type of fault location of fault cause of fault

Reduction of down-time

Page 12: S7 bas-16

SIMATIC S7Siemens Engenharia e Service 2002. Todos os direitos reservados.

Data: 10/04/23Arquivo: S7-Bas-16.12

Testing User Programs with S7- PLCSIM

S7-PLCSIM: Simulation software for offline testing of PLC programs

Functional program test on a simulated CPU with display/modify I/O

Testing of user blocks in LAD, FBD, STL, S7-SCL, S7-GRAPH, S7-HiGraph, CFC S7-PDIAG, WinCC

Advantages Faults can be detected early and eliminated Many tests are already possible in the office

without the final hardware

Page 13: S7 bas-16

SIMATIC S7Siemens Engenharia e Service 2002. Todos os direitos reservados.

Data: 10/04/23Arquivo: S7-Bas-16.13

CPU I/O ...

TS adapter

Control room with STEP7 and TeleService

PG/PCmodem

systemmodem

CPU

MPI bus

Remote Maintenance and Remote Diagnosis with TeleService

TeleService: Makes an onlineconnection to SIMATIC S7/C7 possible

"Extends" the MPI via telephone/radio networks

STEP 7 functionality Market standard modems and TS adapter Fault detection, fault elimination

and commissioning from a central location

Advantages: Reduction of maintenance costs Faster upgrading of the system

Page 14: S7 bas-16

SIMATIC S7Siemens Engenharia e Service 2002. Todos os direitos reservados.

Data: 10/04/23Arquivo: S7-Bas-16.14

Creating Plant Documentation with DOCPRO

DOCPRO: Creating wiring manuals for plants

Standardized layout templates, can be modified to your needs

Generates reference numbers,generates indexes

Prints the entire documentation in one run (e. g. at night)

Advantage: Convenient creation

of documents

Layout template

.....................

............................

.........................

.................................

........................

...........

Reference number

Project

Layout template

.....................

............................

.........................

.................................

........................

...........

Reference number

Project

Company

Project

2/5Company

Project

1/5

Page 15: S7 bas-16

SIMATIC S7Siemens Engenharia e Service 2002. Todos os direitos reservados.

Data: 10/04/23Arquivo: S7-Bas-16.15

Runtime Software for Closed-loop Control Engineering Tasks

C7S7-400S7-300S7-200

Standard PID Control

Fuzzy Control

Neuro Systems

Modular PID Control

Basic SW PID Control

PID Controller

Closed-loop contr.mod.

Confi-gura-tiontool

No

Yes

Yes

Yes

Yes

Yes

Yes

Overview

Basic SWoroptionpackage

Basic SW

Basic SW

Option

Option

Option

Option

Page 16: S7 bas-16

SIMATIC S7Siemens Engenharia e Service 2002. Todos os direitos reservados.

Data: 10/04/23Arquivo: S7-Bas-16.16

Communicating with SIMATIC NET

Manage-ment level

Cell level

Field level

Actuator-sensorlevel

Industrial Ethernet

PROFIBUS

ActuatorSensor-Interface

Page 17: S7 bas-16

SIMATIC S7Siemens Engenharia e Service 2002. Todos os direitos reservados.

Data: 10/04/23Arquivo: S7-Bas-16.17

Process visualization

system

SIMATIC WinCC

SIMATIC Panels

Configuration and

visualization software

SIMATIC ProTool

Operator Control and Process Monitoring with SIMATIC HMI

Page 18: S7 bas-16

SIMATIC S7Siemens Engenharia e Service 2002. Todos os direitos reservados.

Data: 10/04/23Arquivo: S7-Bas-16.18

Text Display Panels

Graphic Display Panels

PC-based Systems

Consistent Configuration with SIMATIC ProTool

ProTool/Lite

ProTool/Lite ProToolProTool

ProTool/ProProTool/Pro

Page 19: S7 bas-16

SIMATIC S7Siemens Engenharia e Service 2002. Todos os direitos reservados.

Data: 10/04/23Arquivo: S7-Bas-16.19

Process Visualization and Operator Control with WinCC

anzahl ()float zaebeginif wert > 0 begom zae = zae + 1

endend

ProgrammingInterfaces

PLCCommunication

Protokolle

Report Designer(Report system)

Tag Logging(Archiving)

Ventil geschlossenKlappe zu

Motor ein

Alarm Logging(Message system)

StandardInterfaces

Process visualization

Page 20: S7 bas-16

SIMATIC S7Siemens Engenharia e Service 2002. Todos os direitos reservados.

Data: 10/04/23Arquivo: S7-Bas-16.20

Process Automation with SIMATIC PCS 7

Engineering System Process terminal 1 Process terminal 2 Process terminal 3

Terminal bus

System bus

WinCC OS-ServerWinCC OS

S7-400 ascentral unit

Field devices

FM

SV DP

FM

SV DP

ET 200M

Page 21: S7 bas-16

SIMATIC S7Siemens Engenharia e Service 2002. Todos os direitos reservados.

Data: 10/04/23Arquivo: S7-Bas-16.21

Summary

SIMATIC S7

WinCC PCS 7

En

gin

eeri

ng

NET

NETInstrum. Drives

M