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

AVEVA™ InTouch HMI

​.OnMsg ドットフィールド

  • Last UpdatedMar 13, 2018
  • 1 minute read

.OnMsg ドットフィールドを使用すると、タグ変数ディクショナリで論理型タグ変数に割り当てられたオン メッセージにアクセスできます。

カテゴリ

タグ

使用法

Tag_name.OnMsg

パラメータ

Tag_name

任意の論理型タグ変数

データタイプ

メッセージ型(読み取り/書き込み)。このドットフィールドに書き込まれた値は保持されません。

有効値

0 ~ 15 文字を含む任意の文字列

以下のステートメントは、間接型タグ変数 IndPumpState のオン メッセージに「Pump1 running」という文字列が指定された場合にメッセージを発行します。

IF IndPumpState.OnMsg == "Pump1 running" THEN

TypeOfTag = "The IndPumpState tag is assigned to Pump1.";

ENDIF;

参照項目

.OffMsg