Application example for ST_WarningFieldSettings
The following example illustrates the use of lrThresholdSpeed and lrSetpointSpeed:
Declaration
lrThresholdSpeed: ARRAY[1..8] OF LREAL := [100, 300, 600, 1000];
lrSetpointSpeed: ARRAY[1..8] OF LREAL := [80, 80, 250, 550];
Graphical illustration
[1] – [4] | Speed ranges resulting from lrThresholdSpeed |
---- | Switching thresholds from lrSetpointSpeed |
Assignment of values
Lower switching threshold of the speed range in mm/s | Upper switching threshold of the speed range in mm/s | Associated speed setpoint from lrSetpointSpeed |
|---|---|---|
0 | 100 | 80 |
100 | 300 | 80 |
300 | 600 | 250 |
600 | 1000 | 550 |