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 24, 2024
  • 1 minute read

在脚本中,ptSetTrend() 函数可用于暂停或重新开始更新“16 笔趋势”。

类别

笔趋势

语法

ptSetTrend(TrendName, EnableUpdates);

参数

TrendName

趋势对象的名称。必须是字符串常量或消息标记。

EnableUpdates

值为 1 时开始更新趋势。值为 0 时停止更新趋势。

示例

ptSetTrend() 函数更新 PumpPress 趋势。

ptSetTrend("PumpPress",1);

In This Topic