- ページ 18

産業機器 Siemens Simatic S7-1500のPDF セーフティ・プログラミングをオンラインで閲覧またはダウンロードできます。Siemens Simatic S7-1500 48 ページ。 Digital output module dq 16x230vac/2a st relais (6es7522-5hh00-0ab0)
Siemens Simatic S7-1500 にも: マニュアル (40 ページ), マニュアル (37 ページ), マニュアル (47 ページ), マニュアル (24 ページ), マニュアル (34 ページ), ユーザーマニュアル (45 ページ), マニュアル (27 ページ), 設定マニュアル (20 ページ), マニュアル (47 ページ), マニュアル (43 ページ), マニュアル (48 ページ), マニュアル (26 ページ), マニュアル (28 ページ), マニュアル (50 ページ), マニュアル (34 ページ), ユーザーマニュアル (44 ページ), マニュアル (50 ページ), マニュアル (30 ページ), マニュアル (41 ページ), マニュアル (50 ページ), マニュアル (40 ページ), 通信取扱説明書 (36 ページ), マニュアル (40 ページ), マニュアル (25 ページ), マニュアル (42 ページ), アプリケーション概要 (50 ページ), マニュアル (28 ページ), マニュアル (33 ページ), マニュアル (49 ページ), マニュアル (36 ページ), マニュアル (41 ページ), マニュアル (46 ページ), マニュアル (38 ページ), マニュアル (35 ページ), マニュアル (39 ページ), マニュアル (28 ページ), マニュアル (35 ページ), 設備マニュアル (35 ページ), マニュアル (50 ページ), 設備マニュアル (32 ページ), 設備マニュアル (38 ページ), マニュアル (29 ページ), 設備マニュアル (38 ページ), マニュアル (34 ページ), マニュアル (36 ページ), 設備マニュアル (50 ページ), マニュアル (45 ページ)

Siemens Simatic S7-1500 セーフティ・プログラミング
3 Methods for Safety Programming
3.1.4

F-suitable PLC data type

For safety programs, too, it is possible to optimally structure data using PLC data
types.
F-suitable PLC data types have the following features:
F-suitable PLC data types are declared and used in the same way as PLC data
types.
All data types that are allowed in the safety program can be used in F-suitable
PLC data types.
Nesting F-suitable PLC data types within other F-suitable PLC data types is not
supported.
F-suitable PLC data types can be used both in the safety program and in the
standard user program.
Recommendation
Create F-suitable PLC data types to structure data also in the safety program.
Use F-suitable PLC data types to transfer large numbers of variables to blocks.
Use F-suitable PLC data types for access to I/O ranges.
In this context, follow the below rules:
The structure of the tags of the F-suitable PLC data type must match the
channel structure of the F-I/O.
Example of an F-suitable PLC data type for an F-I/O with 8 channels:
Access to F-I/O is only allowed for activated channels. When configuring a
1oo2 evaluation, the higher-level channel is always deactivated.
Advantages
A change in a PLC data type is automatically updated in all points of use in the
user program.
Safety Programming Guideline
Entry ID: 109750255,
V1.0,
8 BOOL variables (channel value) or
16 BOOL variables (channel value + value status)
10/2017
18