Instruction 37- unsigned word greater than – Maple Systems MAPware-7000 User Manual

Page 74

Advertising
background image

MAPware-7000 Ladder Logic Guide

66

1010-1041 rev. 00

Instruction 37- Unsigned Word

Greater Than

Expression:

Space Requirement: 1 line x 5 column Location Requirement: Middle, Right rail

Function:

When the input is ON, the data of A and the data of B are compared, and if A is greater than B,
the output is turned ON.

Execution Condition:

Input

Operation

Output

OFF

No execution

OFF

ON

Execution

A > B

ON

A < B

OFF

Operand:

Coil or Bit

Register

Constant

Index

Name

X

Y B

S

T.

C.

M

X
W

Y
W

B
W

S
W

T C

D

I

J

K

M
W

A

Compared

Data

√ √

B

Reference

Data

√ √

Example:

When B0005 is ON, the data of D0125 is compared with the constant data 40000, and if the data
of D0125 is greater than 40000, B0020 is turned ON.
If the data of D0125 is 52000, the comparison result is true. Consequently, B0020 is turned ON.

If the data of D0125 is 21000, the comparison result is false. Consequently, B0005 is turned OFF.

Note
This instruction deals with the data as unsigned integer (0 to 65535).

Advertising