1.Description
This module returns a y-value to an x-value, depending on straight lines that are defined by 2 points. The first point of the straight lines is defined by x1 and y1. The second point of the straight lines is defined by x2 and y2. The x- and y-axis can be shifted by the respective offset. If x is smaller (x1- offset x), y=y1. If x is larger (x2-offset x), y=y2
2.Inputs
No. | Name | Initialisation | Description |
---|---|---|---|
1 | x value | 0 | x value |
2 | x1 | 0 | x value point 1 |
3 | y1 | 0 | y-value point 1 |
4 | x2 | 0 | x-value point 2 |
5 | y2 | 0 | y-value point 2 |
6 | Offset x | 0 | Offset x |
7 | Offset y | 0 | Offset y |
3.Outputs
No. | Name | Initialisation | SBC | Description |
---|---|---|---|---|
1 | y value | 0 | s | y-value as result |
s = send, sbc = send by change
4.Other
Recalculation during start: | Yes |
---|---|
Module is retentive: | No |
Internal designation: | 17721 |
Category: | Math. functions curves |