Documentation
VBA_CheckAlert
Require: IP-Symcon >= 6.0
void VBA_CheckAlert (int $InstanceID, string $BorderValue, string $OldValue)
Parameters
InstanceID | ID of the Instance |
BorderValue | Border Value |
OldValue | Old Value |
Returns
The function does not return any value.
Description
Checks within the consumer alarm with the InstanceID InstanceID whether a limit value was exceeded and sets the alarm variables.
Example
VBA_CheckAlert(12345, "SmallUserThreashold", "SmallUserBuffer");