6F3B0253
Basic Hardware and Function 225
7. Instructions
FUN 161 LL Lower limit
Expression
Input [ A LL B C ] Output
Function
When the input is ON, the following operation is executed. (Lower limit for A by B)
If A B, then C = A.
If A < B, then C = B.
Execution condition
Input Operation Out put
OFF No operation OFF
ON Execution: not lim i ted (A B)OFF
Execution: limi ted (A < B)ON
Operand
Name Device Register Constant Index
X Y R S T. C. XWYWRWSW T C D I J K
AOperation data √√√√√√√√√√ √
BLower limit √√√√√√√√√√ √
CDestination √√√√√√√√√ √
Example
When R031 is ON, the lower limit operation is executed for the data of RW019 by the data of
D1220, and the result is stored in RW022.
When RW019 is -1000 and D1220 is -1800, -1000 is stored in RW022 and R0041 is OFF.
When RW019 is 800 and D1220 is 1200, the limit value 1200 is stored in RW022 and R0041
is ON.
Note
This instruction deals with the data as signed integer (-32768 to 32767).
C
(RW022)
Lower limit B (D1220)
A (RW019)