Programming
Fail-Safe Systems
5-34
A5E00085588-03
5.3.10.2 Programming Communication Between F-Run-Time Groups
Within a CPU
Rules for Communication Between F-Run-Time Groups
•
If data has to be exchanged between two F-run-time groups, you cannot
interconnect the inputs and outputs directly. Instead, you must use separate
fail-safe blocks for these functions.
•
Sequence: See Defining the Run Sequence.
Available Fail-Safe Blocks
You must use the following fail-safe blocks for data exchange between F-run-time
groups:
Block
Description
F_S_R / F_R_R
Safe transfer of 5 parameters of the F-data type F_REAL
F_S_BO / F_R_BO
Safe transfer of 10 parameters of the F-data type F_BOOL
Procedure
1.
Insert an F-Block of the type F_S_x (F_S_R or F_S_BO) in the F-run-time
group from which data is to be transferred.
2.
Insert an F-Block of the type F_R_x (F_R_R or F_R_BO) in the F-run-time
group to which data is to be transferred.
3.
Interconnect the SD_R_xx input of the F_S_R or the SD_BO_xx input of the
F_S_BO with the send data.
4.
Interconnect the RD_R_xx outputs of the F_R_R or the RD_BO_xx outputs of
the F_R_BO with the inputs of the F-Blocks for further processing of the
received data.
5.
Interconnect the S_DB output of the send block with the S_DB input of the
corresponding receive block.
6.
Assign parameter to the TIMEOUT inputs of the F_R_R and F_R_BO receive
blocks with the desired monitoring time.
You can find information on how to calculate this in the section entitled
"Configuring the Monitoring Times for S7 F/FH Systems".
Содержание SIMATIC S7 F
Страница 8: ...Important Information Fail Safe Systems viii A5E00085588 03 ...
Страница 16: ...Contents Fail Safe Systems xvi A5E00085588 03 ...
Страница 38: ...Product Overview Fail Safe Systems 1 22 A5E00085588 03 ...
Страница 56: ...Getting Started Fail Safe Systems 2 18 A5E00085588 03 ...
Страница 70: ...Safety Mechanisms Fail Safe Systems 3 14 A5E00085588 03 ...
Страница 115: ...Programming Fail Safe Systems A5E00085588 03 5 33 Examples Receive Block Send Block ...
Страница 154: ...Programming Fail Safe Systems 5 72 A5E00085588 03 ...
Страница 166: ...Operation and Maintenance Fail Safe Systems 6 6 A5E00085588 03 ...
Страница 332: ...Fail Safe Blocks Fail Safe Systems 8 144 A5E00085588 03 ...
Страница 344: ...References Fail Safe Systems B 2 A5E00085558 03 ...
Страница 350: ...Glossary Fail Safe Systems Glossary 6 A5E00085588 03 ...