VA Motion Controller Programming Manual
155
Note : IL, ST language programming needs to insert variables IN1, IN2 and OUT or use
constants in the current POU variable worksheet
Data type processed by MAX instruction
Result :
When IN1 <= IN2 , OU T is IN2;
When IN1 >= IN2 , OUT is IN1;
Funtion and Action examples
Integer
7
and
10
output
the largest value
When the contact is ON , the execution of
the instruction, comparing the
address V494 and V495 the value, the greater the
output there is an address V496 in:
Execution result : 10>7 output 10
10.1.24 MIN (minimum instruction )
LD, FBD programming language
Function: The instruction is used to determine the minimum of two values.
Note : IL, ST language programming needs to insert variables IN1, IN2 and OUT or use
constants in the current POU variable worksheet
The data type processed by the MIN instruction