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

AVEVA™ InTouch HMI

almSuppressSelectedPriority() 函数

  • Last UpdatedFeb 01, 2018
  • 1 minute read

抑制显示当前以及将来要发生的特定报警:它们与一个或多个所选的报警属于相同的优先级,并且在指定的“分布式报警显示”对象中具有相同的供应器名与“组”标记。

类别

报警

语法

[Result=]almSuppressSelectedPriority(ObjectName);

参数

ObjectName

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

附注

优先级是根据所选报警记录的最小与最大优先级计算得出的。

此函数类似于 almAckSelectedPriority() 函数,首先确定显示对象中的所选报警,然后确定那些报警相应的优先级,并抑制将来要发生的具有相同优先级的报警。

示例

almSuppressSelectedPriority("AlmObj_1");

另请参阅

almSuppressAll(), almSuppressGroup(), almSuppressTagName(), almSuppressDisplay(), almSuppressSelected(), almSuppressSelectedGroup(), almSuppressSelectedTag(), almAckSelectedPriority()

In This Topic
Related Links