English
Language : 

CS1G-CPU44H Datasheet, PDF (11/27 Pages) Omron Electronics LLC – CS1 CPUs Mean Ultimate Performance
J Repeat Processing Is Simple
Instructions are provided that let you easily repeat
sections of the program. Repeat execution can also
be ended for a specified condition.
CPU Overview
Simple, Easy to Understand Programs
J Macro (MCRO) Instruction
Macro instructions can be used to execute the same
subroutine program with different operands from different
locations in the programs (subroutine instruction with
argument).
Repeated n times.
J Program Logic Flow Control with
Block Programming Sections
A block of mnemonic programming instructions can be
executed as a group based on a single execution
condition. IF/THEN, WAIT, TIMER WAIT, and other in-
structions can be used inside the block programming
section to easily program logic flow control that is difficult
to program with ladder diagrams.
Block programming section
S
Returned
values
Arguments
Subroutine
J Handle Text Strings Quickly
Manufacturing instruction can be obtained from a host
computer or other external source, stored in memory,
and then manipulated as text strings as required by the
applications. The text strings can be searched, fetched,
reordered, or other processed in the CPU of the PLC.
Host computer
PLC
Manufacturing
instructions in
text form.
Text processing
in the CPU.
Programmable Controller CS1
C--21