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

AVEVA™ InTouch HMI

almSelectPriority() 関数

  • Last UpdatedFeb 05, 2018
  • 1 minute read

表示の最後のクエリーの結果として、結果アラームが指定した優先度範囲内である、指定された分散アラーム表示オブジェクトのすべてのアラームの選択を切り替えます。

カテゴリ

アラーム

構文

[Result=]almSelectPriority( "objectName", ApplicationName, GroupName, FromPri, ToPri );

引数

ObjectName

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

ApplicationName

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

GroupName

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

FromPri

アラームの開始優先度です。たとえば、100 または整数型タグ変数です。

ToPri

アラームの終点優先度です。たとえば、900 または整数型タグ変数です。

almSelectPriority("AlmObj_1","\\node1\Intouch", "Turbines",10,100);

参照項目

almSelectAll()、almSelectItem()、almSelectGroup()、almSelectTag()、almUnSelectAll()

In This Topic