These are the Compare Float functions:
The Greater Than function compares the value of input A to input B.
When the function is activated:
If input A is greater than input B, the output MB turns ON.
If input A is not greater than input B, the output MB turns OFF.
The Greater Than or Equal function block compares the value of input A to input B.
When the function is activated:
If input A is greater than or equal to input B, the output MB turns ON.
If input A is not greater than or equal to input B, the output MB turns OFF.
The Equal function block compares the value of input A to input B.
When the function is activated:
If input A is equal to input B, the output MB turns ON.
If input A is not equal to input B, the output MB turns OFF.
The Not Equal function evaluates input A to see if its integer value is not equal to input B.
When the function is activated:
If input A is not equal to input B, the output MB turns ON.
If input A is equal to input B, the output MB turns OFF.
The Less Than or Equal To function compares input A to input B.
When the function is activated:
If input A is less than or equal to input B, the output MB turns ON.
If input A is not less than or equal to input B, the output MB turns OFF.
The Less Than function compares input A to input B.
When the function is activated:
If input A is less than input B, the output MB turns ON.
If input A is not less than input B, the output MB turns OFF.
The Within Range function block checks if the value in input A is within the range of values between input B and input C.
When the function is activated:
If input A is within the range of values between input B and input C the output MB turns ON.
If input A is not within the range of values between input B and input C the output MB turns OFF.