Function Block LINEAR2POINT

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.

Input IN

Expects a number to calculate the output OUT.

Input X1

Defines the X-axis at point 1.

Input Y1

Defines the Y-axis at point 1.

Input X2

Defines the X-axis at point 2.

Input Y2

Defines the Y-axis at point 2.

Output OUT

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