
The Function Block LINEAR2POINT calculates a value using the linear equation.
Note: The values X1 and X2 must be in ascending order. That is, X1 < X2.

Expects a number to calculate the output OUT.
Defines the X-axis at point 1.
Defines the Y-axis at point 1.
Defines the X-axis at point 2.
Defines the Y-axis at point 2.
The calculated output value between points 1 and 2. The slope and intercept of the characteristic curve are calculated using points 1 (X1, Y1) and 2 (X2, Y2).