Siemens SIMATIC S7-1200 Programowanie bezpieczeństwa Manualline - Strona 31

Przeglądaj online lub pobierz pdf Programowanie bezpieczeństwa Manualline dla Przełącznik Siemens SIMATIC S7-1200. Siemens SIMATIC S7-1200 48 stron. Controlling several fans (ebm-papst) via modbus rtu
Również dla Siemens SIMATIC S7-1200: Podręcznik (30 strony), Instrukcja obsługi (36 strony), Podręcznik (40 strony), Podręcznik (17 strony), Podręcznik (31 strony), Podręcznik (49 strony), Podręcznik (20 strony)

Siemens SIMATIC S7-1200 Programowanie bezpieczeństwa Manualline
3 Methods for Safety Programming
3.9.4

Transferring HMI signals to the safety program

Human-machine interfaces (HMIs) are convenient, essential components in a
machine operator's daily work. In order to use this convenience for operator control
and monitoring of processes and plants even in safety-related applications,
additional measures are required.
Writing tags from the HMI to the safety program is a problem for the following
reasons:
Signals from the HMI panel are not safety-related and not monitored. An error
can result in forbidden changes of safety-related values, which increases the
risk.
Communication between the HMI and the CPU is acyclic. As a result, the
HMI's write access may take place while processing the safety program.
The first program run then still uses the original value. The encoded user
program uses the value that has been updated in the meantime. This causes
data corruption in the safety program and therefore a stop of the CPU (see
Chapter 5).
Recommendation
Use another data block for communication with the HMI and copy the safety-
related data in the standard user program to the data buffer.
Figure 3-12: Data exchange between HMI and safety program
Safety Programming Guideline
Entry ID: 109750255,
V1.0,
10/2017
31