6
FUNCTIONS
6.11 Monitor Function
6.11.4 Executional conditioned device test
6 - 69
1
Overview
2
Performance
Specification
3
Sequence Program
Configuration and
Execution Conditions
4
I/O Nunber Assignment
5
Memories and Files
Handled by CPU Module
6
Functions
7
Communication using
built-in Ethernet ports of
CPU module
8
Communication with
Intelligent Function
Module
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.