Parameters
This function block has the following parameters:
Parameter |
Value |
Combine with |
|
Point ID |
COMPARE_1 |
Comparison Operator |
Equals |
Point ID |
COMPARE_2 |
Comparison Type |
Numeric |
The above function block uses Compare Point with Point, with the specified parameters.
Point COMPARE_1 is an integer point and has a value of 10.
Point COMPARE_2 is an integer point and has a value of 10.
Since both points are numeric, a numeric type comparison is performed between the two values. Since the specified operation is Equals and the points match, the if statement will evaluate to true and decision SRC1_to_DST1 is selected.
Compare Point with Point. |