Using I/Os in S7–400H
13.5 Other options for connecting redundant I/Os
S7-400H
System Manual, 03/2012, A5E00267695-11
211
Table 13- 7 Example of redundant I/O, OB 122 part
STL Description
// Does module A cause IOAE?
L OB122_MEM_ADDR;
//Relevant logical base address
L W#16#8;
== I;
//Module A?
JCN M01;
//If not, continue with M01
//IOAE during access to module A
SET;
= IOAE_BIT;
//Set IOAE bit
JU CONT;
// Does module B cause an IOAE?
M01: NOP 0;
L OB122_MEM_ADDR;
//Relevant logical start address
L W#16#C;
== I;
//Module B?
JCN CONT;
//If not, continue with CONT
//IOAE during access to module B
SET;
= IOAE_BIT;
//Set IOAE bit
CONT: NOP 0;
Содержание SIMATIC S7-400H
Страница 24: ...Preface 1 1 Preface S7 400H 24 System Manual 03 2012 A5E00267695 11 ...
Страница 46: ...Getting Started 4 5 Special layout features of SIMATIC Manager S7 400H 46 System Manual 03 2012 A5E00267695 11 ...
Страница 120: ...Memory concept 10 1 Overview of the memory concept of S7 400H CPUs S7 400H 120 System Manual 03 2012 A5E00267695 11 ...
Страница 258: ...Communication 14 8 General issues regarding communication S7 400H 258 System Manual 03 2012 A5E00267695 11 ...
Страница 354: ...Synchronization modules 18 3 Selecting fiber optic cables S7 400H 354 System Manual 03 2012 A5E00267695 11 ...
Страница 434: ...Technical data 20 6 Runtimes of the FCs and FBs for redundant I Os S7 400H 434 System Manual 03 2012 A5E00267695 11 ...
Страница 460: ...Function modules and communication processors supported by the S7 400H S7 400H 460 System Manual 03 2012 A5E00267695 11 ...