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

AVEVA™ InTouch HMI

almSelectionCount() 関数

  • Last UpdatedFeb 05, 2018
  • 1 minute read

分散アラーム表示オブジェクトでオペレータによって選択されたアラーム数を返します。

カテゴリ

アラーム

構文

[Result=]almSelectionCount(ObjectName);

引数

ObjectName

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

AlarmCount タグ変数には、分散アラーム表示オブジェクトからオペレータによって選択されたアラーム数が割り当てられます。

AlarmCount = almSelectionCount("AlmObj_1");

In This Topic