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

AVEVA™ InTouch HMI

PrintHT() 函数

  • Last UpdatedFeb 05, 2018
  • 1 minute read

在脚本中,通过创建按钮并将它链接到执行 PrintHT QuickScript 函数的动作 QuickScript,可以打印历史趋势。

希望打印整个窗口而不只是趋势图表时,请使用 PrintWindow() 函数代替 PrintHT() 函数。

备注:使用打印选项或 PrintHT() 函数打印历史趋势时,不会打印 x 轴与 y 轴的值。要打印 x 轴与 y 轴的值,请使用 PrintWindow() 或 PrintScreen()。

语法

PrintHT(HistTrendTagname);

参数

HistTrendTagname

要打印的历史趋势的历史趋势标记名。

In This Topic