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

AVEVA™ InTouch HMI

SuppressGroup() 方法

  • Last UpdatedOct 04, 2024
  • 1 minute read

抑制显示当前以及将来要发生的任何特定报警:它们属于给定的“组名”。

语法

Object.SuppressGroup(ApplicationName, GroupName)

参数

ApplicationName

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

GroupName

组名。例如,Turbine。

示例

控件名为 AlarmViewerCtrl1。

#AlarmViewerCtrl1.SuppressGroup ("\Intouch", "Turbine");

In This Topic