Output And Output Not; The End Instruction - Omron C200H Operation Manual

Hide thumbs Also See for C200H:
Table of Contents

Advertisement

Basic Ladder Diagrams
4-3-4

OUTPUT and OUTPUT NOT

00000
00001
4-3-5

The END Instruction

50
tion, and that's where AND LOAD and OR LOAD instructions are used. Be-
fore we consider more complicated diagrams, however, we'll look at the in-
structions required to complete a simple "input-output" program.
The simplest way to output the results of combining execution conditions is to
output it directly with the OUTPUT and OUTPUT NOT. These instructions are
used to control the status of the designated operand bit according to the ex-
ecution condition. With the OUTPUT instruction, the operand bit will be
turned ON as long as the execution condition is ON and will be turned OFF
as long as the execution condition is OFF. With the OUTPUT NOT instruc-
tion, the operand bit will be turned ON as long as the execution condition is
OFF and turned OFF as long as the execution condition is ON. These appear
as shown below. In mnemonic code, each of these instructions requires one
line.
00200
00201
In the above examples, IR 00200 will be ON as long as IR 00000 is ON and
IR 00201 will be OFF as long as IR 00001 is ON. Here, IR 00000 and IR
00001 will be input bits and IR 00200 and IR 00201 output bits assigned to
the Units controlled by the PC, i.e., the signals coming in through the input
points assigned IR 00000 and IR 00001 are controlling the output points as-
signed IR 00200 and IR 00201, respectively.
The length of time that a bit is ON or OFF can be controlled by combining the
OUTPUT or OUTPUT NOT instruction with TIMER instructions. Refer to Ex-
amples under 5-12-1 TIMER – TIM for details.
The last instruction required to complete a simple program is the END in-
struction. When the CPU cycles the program, it executes all instruction up to
the first END instruction before returning to the beginning of the program and
beginning execution again. Although an END instruction can be placed at any
point in a program, which is sometimes done when debugging, no instruc-
tions past the first END instruction will be executed until it is removed. The
number following the END instruction in the mnemonic code is its function
code, which is used when inputted most instruction into the PC. These are
Address Instruction
00000
LD
00001
OUT
Address Instruction
00000
LD
00001
OUT NOT
Section 4-3
Operands
00000
00200
Operands
00001
00201

Advertisement

Table of Contents
loading

Table of Contents