comparison instrunction requried when compariosn between two value with same data type. if result of comparison is true then output set to true otherwise false.Inputs can be of any data type. all input variables must be of the same data type though. The variables that are compared to each other must be of the same data type, and data type for Output must be BOOL.value for comparison
an Equal comaprison instrunction block compare inputs values If all inputs values are equal to each other, then output TRUE otherwise FALSE. number of input contacts lies in the range of 2 to 28, and a single output.
in Greater than or equal comparison block, output true if comparison value Greater than or equal to the reference value, otherwise output false. When using more inputs, the first input is compared with the second, the second input is compared with the third input etc. If the first value is greater than or equal to the second value AND the second value greater than or equal to third etc., TRUE will be written into result, otherwise FALSE.
in Greater than comparison block, output true if comparison value Greater than the reference value, otherwise output false. When using more inputs, the first input is compared with the second, the second input is compared with the third input etc. If the first value is greater than the second value AND the second value greater than third etc., TRUE will be written into result, otherwise FALSE.
in Less than or equal to compariosn instrunction, output true if comparison value Less than or equal to the reference value, otherwise output false.When using more inputs, the first input is compared with the second, the second input is compared with the third input etc. If the first value is Less than or equal to the second value AND the second value Less than or equal to third etc., TRUE will be written into result, otherwise FALSE.
If the value for comparison is less than the reference value,than output is "TRUE", otherwise "FALSE".The variables that are compared to each other must be of the same data type.When using more inputs, the first input is compared with the second, the second input is compared with the third input etc. If the first value is less than the second value AND the second value is less than the third value etc., TRUE will be written into result, otherwise FALSE.
output true if value of comparison is not equal to reference value The variables that are compared to each other must be of the same data type.
WITHIN_LIMITS block Evaluate if a value is inside the limit. This instruction evaluates whether the value at the input IN is within the limits set at minimum (MN) and maximum MX.