Input and Output Description¶
Instance | VGL3P | Instance name | |
E | Input | INT | Input value |
OG | Input | INT | High limit |
UG | Input | INT | Low limit |
E_OG | Output | BOOL | Value > high limit |
E_UG | Output | BOOL | Value < low limit |
Q | Output | BOOL | Low limit ≤ input value ≤ high limit |