GetEvnGateAckedStatus

Top  Previous  Next

Description:

It returns the alarm acquisition state of the specified event gate through name and numerical identifier.

Syntax:

Bool GetEvnGateAckedStatus(String Name, Int Id)

Parameters:

Name = gate name

Id       = gate identifier

Returned value:

True   = alarm has been acknowledged by operator

False  = alarm not has been acknowledged by operator

Related functions:

GetEvnGateValue(), GetEvnGateMsg()

Example:

if(GetEvnGateAckedStatus(EVN3,ID3)==false) then

  GetStrGateMsg(EV3,ID3);

end