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

AVEVA™ InTouch HMI

almSelectGroup() 関数

  • Last UpdatedFeb 05, 2018
  • 1 minute read

表示の最後のクエリーの結果として、結果アラームに同じアラーム グループ名が含まれる、指定された分散アラーム表示オブジェクトによって含まれるすべてのアラームの選択を切り替えます。

カテゴリ

アラーム

構文

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

引数

ObjectName

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

ApplicationName

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

GroupName

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

almSelectGroup("AlmObj_1","\InTouch","Turbine");

参照項目

almSelectAll()、almSelectItem()、almSelectPriority()、almSelectTag()、almUnSelectAll()

In This Topic