1
OVERVIEW
1.2 Program Storage and Operation
1
- 22
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 with
Intelligent Function
Module
8
Parameters
2) When program is divided according to processes
*1
* 1 : The processings performed according to the processes can further be managed separately
according to the functions.
* 2 : The execution order and execution conditions of the program can be set by program setting
( Section 3.3.6(1)).
3) When program is divided according to functions
* 2 : The execution order and execution conditions of the program can be set by program setting
( Section 3.3.6(1)).
Diagram 1.15 Separate creation of program (by processes)
Diagram 1.16 Separate creation of program (by functions)
Split by
process
Program A
Program B
Program C
Program D
Program memory /
Standard ROM /
Memory card
Program A to D
are executed in
sequence. 2
Ship in
Manufacturing
Assembly
Ship out
Initial processing
Main processing
Communication
processing
Error processing
The execution
sequence and
execution
conditions can be
set to conform to
programs A to D.
Split by
function
Program A
Program B
Program C
Program D
Program memory /
Standard ROM /
Memory card
2