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

AVEVA™ InTouch HMI

​.AlarmLoLoInhibitor ドットフィールド​.AlarmLoLoInhibitorどっとふぃーるど

​.AlarmLoLoInhibitor ドットフィールド​.AlarmLoLoInhibitorどっとふぃーるど

  • Last UpdatedOct 03, 2024
  • 1 minute read

LoLo アラームに割り当てられた抑止タグ変数の名前を返します。

カテゴリ

アラーム

使用法

TagName.AlarmLoLoInhibitor

パラメータ

TagName

整数型、実数型、間接アナログ型のタグ変数、またはアラーム グループタグ変数

備考

WindowMaker で設定します。ランタイム中は変更できません。

データ タイプ

メッセージ型(読み取り専用)

.AlarmLoLoInhibitor ドットフィールドを使用するには、任意の間接型タグ変数の .Name に タグ変数の .AlarmLoLoInhibitor と同じ値をセットしてから、その間接型タグ変数の値を操作します。

以下のステートメントは、LoLo アラームしきい値に対するアラーム抑止タグ変数名を返します(SomeIndirectTag はアナログ型間接タグ変数とする)。

SomeIndirectTag.Name = AlarmedTag.AlarmLoInhibitor;

アラーム状況にあるタグ変数の抑止状態は、間接型タグ変数の値を次のように設定することによって制御できます。

SomeIndirectTag = 1;

抑制をオン
AlarmedTag の LoLo アラームが無効になります。

SomeIndirectTag = 0;

抑制をオフ
AlarmedTag の LoLo アラームが生成できるようになります。

参照項目

.AlarmHiInhibitor、.AlarmHiHiInhibitor、.AlarmLoInhibitor