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

AVEVA™ InTouch HMI

almSuppressGroup() 関数

  • Last UpdatedFeb 05, 2018
  • 1 minute read

指定したプロバイダとグループ名を持つ任意のアラームの現在および今後の発生を非表示にします。

構文

[Result=]almSuppressGroup(ObjectName, ApplicationName,GroupName);

引数

ObjectName

アラーム オブジェクトの名前です。たとえば、AlmObj_1 です。

ApplicationName

アプリケーションの名前です。たとえば、\\node1\InTouch です。

GroupName

アラーム グループの名前です。たとえば、$System です。

almSuppressGroup( "AlmObj_1","\InTouch","Turbines");

参照項目

almSuppressAll()、almSuppressTag()、almSuppressDisplay()、almSuppressPriority()、almSuppressRetain()、almSuppressSelected()、almSuppressSelectedGroup()、almSuppressSelectedPriority()、almSuppressSelectedTag()、almUnSuppressAll()

In This Topic