6
FUNCTIONS
6.25 Service Processing
6.25.2 Service processing
6 - 193
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
(c) Operation details when "Specify service process time." is selected
1) Operation when "0.5ms" is set
POINT
If no request data exists when setting service processing time, END processing
speeds up by the request processing time. (CPU module does not wait for
requests.)
Figure 6.115 Operation when "0.5ms" is set
Figure 6.116 Operation when "1ms" is set
Program execution
END processing
1st scan
Request 1
Program execution
END processing
2nd scan
GX Developer
Program execution
END processing
3rd scan
Request 1
Request 2
Request 2
0.5ms
When the time required for processing one
request exceeds the specified service processing
time (0.5ms), the service processing is suspended
and the request is processed continuously at END
processing of next scan.
The scan time increases equally.
Request 3
Request 5
Request 4
Request 2
Request 1
Program execution
END processing
1st scan
Request 1
Program execution
END processing
2nd scan
GX Developer
Program execution
END processing
3rd scan
Request 2
Request 2
Request 3
1ms
Request 3
Request 4
Several requests are processed until the time
exceeds the specified service processing time (1ms).
When the time exceeds the specified service
processing time, the service processing is suspended
and the request is processed continuously at END
processing of next scan.
The scan time increases equally, processing
several requests at a single END processing.
Request 3
Request 5
Request 4
Request 2
Request 1