Siemens SIMATIC S7-1200 안전 프로그래밍 매뉴얼 - 페이지 20

{카테고리_이름} Siemens SIMATIC S7-1200에 대한 안전 프로그래밍 매뉴얼을 온라인으로 검색하거나 PDF를 다운로드하세요. Siemens SIMATIC S7-1200 48 페이지. Controlling several fans (ebm-papst) via modbus rtu
Siemens SIMATIC S7-1200에 대해서도 마찬가지입니다: 매뉴얼 (30 페이지), 사용 설명서 (36 페이지), 매뉴얼 (40 페이지), 매뉴얼 (17 페이지), 매뉴얼 (31 페이지), 매뉴얼 (49 페이지), 매뉴얼 (20 페이지)

Siemens SIMATIC S7-1200 안전 프로그래밍 매뉴얼
3 Methods for Safety Programming
3.2

Block information and comments

General
In SIMATIC Safety, the Function Block Diagram (FBD) and Ladder Diagram (LAD)
programming languages are available to you. Both languages provide the option to
store block and network comments.
Comments have no influence on the signature of F-FBs/F-FCs and can therefore
also be edited after acceptance.
Recommendation
In the block comment of your block, enter formal information about the block with
the aid of the following template.
If you implement diagnostic functions relevant to the PL / SILCL of another
subsystem (Detect or Evaluate) in an F-FB, include normative parameters such as
PL / SILCL and category (according to ISO 13849-1), DC measures, CCF
measures, etc. in the block comment.
After successful acceptance of the block, also include the signature in the block
comment. This makes it easier to track functional changes of the block.
//============================================================================
// Company
//----------------------------------------------------------------------------
// Library: (that the source is dedicated to)
// Tested with: (test system with FW version)
// Engineering: TIA Portal (SW version)
// Restrictions: (OB types, etc.)
// Requirements: (hardware, technological package, memory needed, etc.)
// Functionality: (that is implemented in the block)
//----------------------------------------------------------------------------
// Reference to Safety Requirement Specification:
// Safety related information: (SIL/PL (Cat.), DC, methods against CFF for connected
subsystems)
//----------------------------------------------------------------------------
// Change log table:
// Version
// 01.00.00
//============================================================================
Safety Programming Guideline
Entry ID: 109750255,
V1.0,
Date
Signature
(dd.mm.yyyy)
(Block CRC)
10/2017
Expert in charge
Changes applied
(Name of expert)
First released version
20