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 05, 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