almSelectionCount() 関数
- Last UpdatedFeb 05, 2018
- 1 minute read
分散アラーム表示オブジェクトでオペレータによって選択されたアラーム数を返します。
カテゴリ
アラーム
構文
[Result=]almSelectionCount(ObjectName);
引数
ObjectName
アラーム オブジェクトの名前です。たとえば、AlmObj_1 です。
例
AlarmCount タグ変数には、分散アラーム表示オブジェクトからオペレータによって選択されたアラーム数が割り当てられます。
AlarmCount = almSelectionCount("AlmObj_1");