Hyst 2
Type Function module¶
| Input IN | REAL (input value) |
| VAL | REAL (mean of the hysteresis) |
| HYS | REAL (width of hysteresis) |
| Output Q | BOOL (output) |
| WIN | BOOL (shows that IN is in between LOW and HIGH) |
| HYST_2 hysteresis is a module for the logic thresholds by a mean and a hysteresis is defined. The lower threshold value is VAL - HYS / 2 and the upper threshold for VAL + HYS / 2 | |
| A detailed description of the hysteresis and an application example, see HYST_1. |

