7
PROGRAMMING CAUTIONS
7.4 Precautions at System Switching Occurrence
7
- 19
1
OV
ER
VIE
W
2
SYS
TEM
CONFIGURA
TI
ON
3
TR
AC
KI
N
G
C
ABL
E
4
P
R
OCE
DURE
FO
R
S
TAR
TING
UP
A
RE
DUN
DAN
T
S
Y
S
T
E
M
5
RE
DUNDA
NT S
Y
S
T
E
M
FUNCTIONS
6
RE
DUN
DAN
T
S
Y
S
T
E
M
NE
TW
O
R
K
S
7
PR
OG
R
A
MM
IN
G
CA
UTIO
N
S
8
TR
O
U
BLE
S
HOOTING
When outputting the command output (e.g., output (Y), start-up by writing to buffer
memory, clear etc.), consider time required for transferring conditions to the standby
system CPU module from the control system CPU module.
Diagrams 7.18 and 7.19 show a program example which delays the output by one
scan from the command output condition establishment.
(a) Input is returned corresponding to output
[Program example]
(Before measures)
(After measures)
Diagram 7.17 Program Example when there is Response (Input) to Output
Response (input) (X10)
Output (Y10)
M0
SET
Y10
X10
Y10
M10
RST
Y10
X10
Y10
Delays SET Y10 by one
scan from PLS M1.
Delays RST Y10 by one
scan from PLS M11.
M1
SET
Y10
M0
PLS
M1
X10
Y10
M11
RST
Y10
M10
PLS
M11
X10
Y10