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

AVEVA™ InTouch HMI

​.UpdateTrend 点域

  • Last UpdatedMar 21, 2018
  • 1 minute read

.UpdateTrend 点域触发对历史趋势的更新。在按钮动作脚本中使用 .UpdateTrend 点域时,操作员可以在运行时手动更新趋势。

类别

历史。

用法

HistTrendTag.UpdateTrend

参数

HistTrendTag

指定了趋势的名称的“历史趋势”标记。

附注

历史趋势不自动更新。要更新图表并显示指定的标记的当前值,必须更改 .ChartStart 或 .ChartLength 点域之一。通过在按钮动作脚本中使用此点域,操作员可以在运行时更新图表。如果要更改与历史趋势关联的其它点域,则也可以在 QuickScript 中使用此点域。

您只能将 .UpdateTrend 点域设置为 1 这个值。

数据类型

离散(只写)。

有效值

1

示例

本例触发与 MyHistTrendTag 标记关联的历史趋势使用所有参数的当前值进行更新。

MyHistTrendTag.UpdateTrend=1;

In This Topic