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

AVEVA™ InTouch HMI

ptSetTrendType() 関数

  • Last UpdatedSep 26, 2024
  • 1 minute read

ptSetTrendType() 関数はスクリプトで使用して、トレンドが履歴データまたはリアルタイム データのどちらを表示しているのかを指定できます。

カテゴリ

ペン トレンド

構文

ptSetTrendType(TrendName, TrendType);

引数

TrendName

トレンド オブジェクトの名前。文字列定数またはメッセージ型タグ変数のいずれかである必要があります。

TrendType

1 は履歴トレンドを示します。2 はリアルタイム トレンドを示します。

ptSetTrendtype() 関数は PumpPress トレンドがリアルタイム データを表示するように指定します。

ptSetTrendType("PumpPress",2);