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

AVEVA™ InTouch HMI

ptSetTrend() 関数

  • Last UpdatedSep 26, 2024
  • 1 minute read

ptSetTrend() 関数はスクリプトで使用して、16 ペン トレンドへの更新を一時停止または再開します。

カテゴリ

ペン トレンド

構文

ptSetTrend(TrendName, EnableUpdates);

引数

TrendName

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

EnableUpdates

1 はトレンドの更新を開始します。0 はトレンド更新を停止します。

ptSetTrend() 関数は PumpPress トレンドを更新します。

ptSetTrend("PumpPress",1);