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 05, 2018
  • 1 minute read

指定された分散アラーム表示オブジェクト内で、同じプロバイダ名およびグループ タグ変数を持つ 1 つまたは複数の選択されたアラームの同じ優先度に属すアラームの現在および今後の発生を非表示にします。

カテゴリ

アラーム

構文

[Result=]almSuppressSelectedPriority(ObjectName);

引数

ObjectName

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

備考

優先度は、選択したアラーム レコードの最低優先度および最大優先度から計算されます。

この関数は almAckSelectedPriority() 関数と同様に機能します。表示で選択されたアラームを識別し、これらのアラームの対応する優先度を識別し、同じ優先度を持つアラームの今後の発生を非表示にします。

almSuppressSelectedPriority(“AlmObj_1”);

参照項目

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

In This Topic