6
FUNCTIONS
6.11 Monitor Function
6.11.4 Executional conditioned device test
6
- 69
1
O
verv
iew
2
Per
fo
rma
nce
S
p
ecifica
tio
n
3
S
equ
en
ce P
ro
g
ra
m
Co
nfig
ura
tio
n a
nd
E
xecut
io
n Co
nd
iti
o
ns
4
I/O N
unb
er
Assig
n
m
e
nt
5
Me
mor
ie
s a
nd
File
s
Ha
nd
led
by CP
U Mo
du
le
6
Func
tions
7
Co
mmu
nic
a
tion
us
in
g
bu
ilt
-i
n E
th
e
rne
t po
rt
s o
f
CP
U mod
u
le
8
Co
mm
un
icatio
n
w
ith
Int
e
lli
ge
nt
Fun
ction
Mo
du
le
POINT
1. When setting a word device with a different value format, a device is regarded
as the same device.
[Example]
When a word device is set in the following order, "D100 (16 bit integer)", and
then "D100 (Real number (single precision))", "D100 (Real number (single
precision))" is registered.
2. When setting a device with a different modification method (such as a bit-
specified word device, digit-specified bit device or index-modified device), a
device is regarded as a different device.
[Example]
When a word device is set in the following order, "D100.F", and then "D100Z0
(Real number (single precision)), both devices are registered.
2) Step specification for executional conditioned device test registration
Any step number (0 to step number for the END instruction) in a sequence
program can be specified.
POINT
Be sure to specify the start step of each instruction.
3) Execution timing specification
Timing of changing a device value can be specified. A device value can be
changed either before or after an instruction of the specified step is executed.
Figure 6.43 shows the module operation based on the execution timing.
Figure 6.43 CPU module operation based on execution timing
<Program example>
Ladder mode
List mode
<Operation>
Execution timing
CPU module operation
Before executing
an instruction
of step 101
After executing
an instruction of
step 101
Processing
LD M0
10
20
120
Changes the value in D0 to "20".
+ K100 D0
Value in D0
Processing
LD M0
10
110
20
Changes the value in D0 to "20".
+ K100 D0
Value in D0
Executional conditioned device test which
sets "20" in D0 in this step is registered.