Compare Point with Point Example

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

  1. The above function block uses Compare Point with Point, with the specified parameters.

  2. Point COMPARE_1 is an integer point and has a value of 10.

  3. Point COMPARE_2 is an integer point and has a value of 10.

  4. 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.

More information

Compare Point with Point.