Limit value monitoring
Limit value monitoring adds up to six monitorable limits to an interface. The limit value to be monitored is set via the *Lim
variable by an operator (e. g. via OPC UA). Monitoring is enabled via the respective *En
variable. If the upper limit values are exceeded or the lower limit values are not reached, the respective output *Act
is set to TRUE
.
Inputs
Name | Type | Description | OPC UA access |
---|---|---|---|
*AHEn | BOOL | Monitor limit 1: monitoring active 0: no monitoring | Read |
*ALEn | BOOL | Monitor limit 1: monitoring active 0: no monitoring | Read |
*WHEn | BOOL | Monitor limit 1: monitoring active 0: no monitoring | Read |
*WLEn | BOOL | Monitor limit 1: monitoring active 0: no monitoring | Read |
*THEn | BOOL | Monitor limit 1: monitoring active 0: no monitoring | Read |
*TLEn | BOOL | Monitor limit 1: monitoring active 0: no monitoring | Read |
Outputs
Name | Type | Description | OPC UA access |
---|---|---|---|
*AHAct | BOOL |
| Read |
*ALAct | BOOL |
| Read |
*WHAct | BOOL |
| Read |
*WLAct | BOOL |
| Read |
*THAct | BOOL |
| Read |
*TLAct | BOOL |
| Read |
External variables
Name | Type | Description | OPC UA access |
---|---|---|---|
*AHLim | REAL / DINT |
| Read/write |
*ALLim | REAL / DINT |
| Read/write |
*WHLim | REAL / DINT |
| Read/write |
*WLLim | REAL / DINT |
| Read/write |
*THLim | REAL / DINT |
| Read/write |
*TLLim | REAL / DINT |
| Read/write |