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

AVEVA™ InTouch HMI

PrintHT() 函数

  • Last UpdatedSep 24, 2024
  • 1 minute read

PrintHT() 函数打印屏幕上当前可见的历史趋势。通常,PrintHT() 函数与历史趋势窗口上包含的某个屏幕按钮关联。操作员选择该按钮可以打印包含当前值的可见历史趋势。

类别。

历史

语法

PrintHT(Trend_Tag);

参数

Trend_Tag

历史趋势标记。

示例

本例打印屏幕上当前可见的 PumpPress 历史趋势。

PrintHT(PumpPress);

In This Topic
Related Links