![Omron CVM1D Скачать руководство пользователя страница 207](http://html1.mh-extra.com/html/omron/cvm1d/cvm1d_operation-manual_742532207.webp)
202
Code
Function
Name
Mnemonic
305
<>
NOT EQUAL
TRUE WHEN S
1
≠
S
2
306
<>L
DOUBLE NOT EQUAL
1
2
307
<>S
SIGNED NOT EQUAL
308
<>SL
DOUBLE SIGNED NOT
EQUAL
310
<
LESS THAN
TRUE WHEN S
1
< S
2
311
<L
DOUBLE LESS THAN
1
2
312
<S
SIGNED LESS THAN
313
<SL
DOUBLE SIGNED LESS
THAN
315
<=
LESS THAN OR EQUAL
TRUE WHEN S
1
S
2
316
<=L
DOUBLE LESS THAN OR
EQUAL
1
2
317
<=S
SIGNED LESS THAN OR
EQUAL
318
<=SL
DOUBLE SIGNED LESS
THAN OR EQUAL
320
>
GREATER THAN
TRUE WHEN S
1
> S
2
321
>L
DOUBLE GREATER THAN
1
2
322
>S
SIGNED GREATER THAN
323
>SL
DOUBLE SIGNED GREATER
THAN
325
>=
GREATER THAN OR EQUAL
TRUE WHEN S
1
S
2
326
>=L
DOUBLE GREATER THAN
OR EQUAL
1
2
327
>=S
SIGNED GREATER THAN
OR EQUAL
328
>=SL
DOUBLE SIGNED GREATER
THAN OR EQUAL
Input comparison instructions cannot be used as right-hand instructions, i.e.,
another instruction must be used between them and the right bus bar.
Note Refer to page 101 for general precautions on operand data areas.
Example
< (310)
When CIO 000000 is ON in the following example, the contents of D00100 and
D00200 are compared in as binary data. If the contents of D00100 is less than
that of D00200, CIO 005000 is turned ON and execution proceeds to the next
line. If the content of D00100 is not less than that of D00200, the remainder of the
instruction line is skipped and execution moves to the next instruction line.
When CIO 000000 is OFF, CIO 005000 is turned OFF.
<S(312)
When CIO 000001 is ON in the following example, the contents of D00110 and
D00210 are compared as binary data. If the content of D00110 is less than that of
D00210, CIO 005001 is turned ON and execution proceeds to the next line. If the
content of D00110 is not less than that of D00210, the remainder of the instruc-
tion line is skipped and execution moves to the next instruction line.
Precautions
Comparison Instructions
Section 5-16
Содержание CVM1D
Страница 462: ...SYSMAC CVM1D Duplex System Programmable Controllers Operation Manual Revised August 2001...
Страница 463: ...iv...
Страница 465: ...vi...