codesys comparison instrunction compare two inputs and if compariosn result true than set the boolean output true,comparisonperform between two same data type input variable. output is always boolean.
This block compare both inputs variable if both inputs variable are equal so Boolean output set to true otherwise false.
This block used for comparing of not equal inputs. if inputs variable are not equal then Boolean output set to true otherwise false.
in less then comparison block,if first input variable is less then that of second inputs variable than Boolean output set to true otherwise false.
A Boolean operator that returns the value TRUE when the value of the first input variable is less then or equal to that of the second input variable. If the first operand is less then or equal to the second operand, then the Boolean output set to true otherwise false.
A Boolean operator that returns the value TRUE when the value of the first input variable Greater than the second input variable. If the first operand is Greater than the second operand, then the Boolean output set to true otherwise false.
A Boolean operator that returns the value TRUE when the value of the first input variable Greater than or equal to the second input variable. If the first operand is Greater than or equal to the second operand, then the Boolean output set to true otherwise false.