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

AVEVA™ InTouch HMI

almUnselectAll() 関数

  • Last UpdatedFeb 05, 2018
  • 1 minute read

指定された分散アラーム表示オブジェクト内のすべての選択済みアラームを選択解除します。

カテゴリ

アラーム

構文

[Result=]almUnselectAll(ObjectName);

引数

ObjectName

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

If $AccessLevel == 9999 THEN

almAckSelect("AlmObj_1", "Comment");{This alarm can be acknowledged by only Administrator}

ELSE

almUnselectAll("AlmObj_1");

ENDIF;

参照項目

almSelectAll()、almSelectItem()、almSelectGroup()、almSelectPriority()、almSelectTag()

In This Topic