1.Description
This module returns a y-value to an x-value, depending on straight lines that are defined by 4 points. The first point of the straight lines is defined by x1 and y1. The last point of the straight lines is defined by x4 and y4. If x is smaller than x1, y=y1. If x is greater than x4, y=y4
2.Inputs
No. | Name | Initialisation | Description |
---|---|---|---|
1 | E1 x | 0 | x value |
2 | E2 x1 | 0 | x value point 1 |
3 | E3 y1 | 0 | y-value point 1 |
4 | E4 x2 | 0 | x-value point 2 |
5 | E5 y2 | 0 | y-value point 2 |
6 | E6 x3 | 0 | x-value point 3 |
7 | E7 y3 | 0 | y-value point 3 |
8 | E8 x4 | 0 | x-value point 4 |
9 | E9 y4 | 0 | y-value point 4 |
3.Outputs
No. | Name | Initialisation | SBC | Description |
---|---|---|---|---|
1 | A1 y | 0 | s | y-value as result |
s = send, sbc = send by change
4.Other
Recalculation during start: | Yes |
---|---|
Module is retentive: | No |
Internal designation: | 9045 |
Category: | Math. functions |