Limit indicator
This function block detects and signals the surpassing of a limit.
If the value of INP exceeds the limit given by input GW, the output OUT will set to HIGH.
Signals
Name | I/O | Type(s) | Function |
---|---|---|---|
INP | I | BYTE, UCHAR, WORD, LONG, LONGLONG, FLOAT, DOUBLE | Input signal |
GW | I | BYTE, UCHAR, WORD, LONG, LONGLONG, FLOAT, DOUBLE | Limit value |
OUT | O | BIT | Limit reached |
Parameter
The parameter dialog can be used to select a data type.
Comments
If no connection exists, another data type can be assigned by creating a new connection.
If the data type is changed by the parameter dialog, all invalid connections will be deleted.
The data type BYTE is used as unsigned.