Instruction 47- less than – Maple Systems MAPware-7000 User Manual

Page 91

Advertising
background image

83

MAPware-7000 Ladder Logic Guide

1010-1041 rev. 00

Instruction 47-

Less 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 less 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 B005 is ON, the data of D0125 is compared with the data of D0040, and if the data of
D0125 is less than the data of D0040, B020 is turned ON.
If the data of D0125 is 10 and that of D0040 is 15, the comparison result is true. Consequently,
B020 is turned ON.

If the data of D0125 is 0 and that of D0040 is -50, the comparison result is false. Consequently,
B020 is turned OFF.

Note
This instruction interprets the data as signed integer (-32768 to 32767).

Advertising