6F3B0250
7. Instructions
FUN 109
U>=
Unsigned greater than or equal
T1S only
Expression
Input
Function
When the input is ON, the data of A and the data of B are compared, and if A is greater than or equal to B, the output is turned ON.
Execution condition
Input |
|
| Operation | Output |
OFF | No execution |
|
| OFF |
ON | Execution | A ³ B |
| ON |
|
| A < B |
| OFF |
Operand
| Name |
|
| Device |
|
|
|
|
|
| Register |
|
|
|
| Constant | Index | ||
|
| X | Y | R | S | T. | C. | XW | YW | RW | SW | T | C | D | I | J | K |
|
|
A | Compared |
|
|
|
|
|
| Ö | Ö | Ö | Ö | Ö | Ö | Ö | Ö | Ö | Ö | Ö | Ö |
| data |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
B | Reference data |
|
|
|
|
|
| Ö | Ö | Ö | Ö | Ö | Ö | Ö | Ö | Ö | Ö | Ö | Ö |
Example
When R00C is ON, the data of D0125 is compared with the data of D0020, and if the data of D0125 is greater than or equal to the data of D0020, R020 is turned ON.
If the data of D0125 is 40000 and that of D0020 is 40000, the comparison result is true. Consequently, R020 is turned ON.
D0125
40000
³D0020
40000
R020 is ON
If the data of D0125 is 15000 and that of D0020 is 20000, the comparison result is false. Consequently, R020 is turned OFF.
D0125
15000
<D0020
20000
R020 is OFF
Note
·This instruction deals with the data as unsigned integer (0 to 65535).
Basic Hardware and Function 209
CTi Automation - Phone: 800.894.0412 - Fax: 208.368.0415 - Web: www.ctiautomation.net - Email: info@ctiautomation.net