Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ InTouch HMI

almAckGroup() 函数

  • Last UpdatedFeb 01, 2018
  • 1 minute read

确认命名的“分布式报警”对象中与特定的供应器及组名匹配的所有报警。

类别

报警

语法

[Result=]almAckGroup( “ObjectName”, ApplicationName, GroupName, Comment);

参数

ObjectName

报警对象的名称。例如,AlmObj_1。

ApplicationName

“应用程序”的名称,例如 \\node1\Intouch

GroupName

InTouch 报警组的名称,如 $System。

Comment

报警确认注释。

示例

MessageTag = “Acknowledge group, Turbines, by ” + $Operator;

almAckGroup(“AlmObj_1”, “\Intouch”, “Turbine”, MessageTag);

In This Topic
Related Links