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

AVEVA™ InTouch HMI

almSuppressAll() 函数

  • Last UpdatedFeb 01, 2018
  • 1 minute read

抑制显示当前查询中的当前以及将来要发生的这些报警,包括摘要模式下“分布式报警显示”对象中当前未显示的那些报警。

语法

[Result=] almSuppressAll(ObjectName);

参数

ObjectName

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

附注

此函数类似于 almAckAll(),通过确定希望在显示对象中查看的所有报警,并上下滚动来查看所有这些报警,以确定要抑制哪些报警。

示例

almSuppressAll("AlmObj_1");

另请参阅

almSuppressGroup(), almSuppressTag(), almSuppressDisplay(), almSuppressPriority(), almSuppressRetain(), almSuppressSelected(), almSuppressSelectedGroup(), almSuppressSelectedPriority(), almSuppressSelectedTag(), almUnSuppressAll()

In This Topic
Related Links