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

AVEVA™ InTouch HMI

​.ROCStatus 点域

  • Last UpdatedOct 04, 2024
  • 1 minute read

指出指定的标记或报警组的变化率报警何时变为活动状态。缺省值为 0。当指定标记的变化率报警条件存在时,它设置为值 1。在变化率报警条件消失之前,值保持为 1。

此点域常常同 .Alarm.Ack 点域结合使用,以确定标记的特定报警状态。

类别

报警

用法

TagName.ROCStatus

参数

TagName

任何整型、实型或间接模拟标记。

数据类型

离散型(只读)

有效值

0 或 1

示例

MyTag 标记的 .ROCStatus(变化率报警)等于 1 时,运行以下 IF-THEN 语句。

IF (MyTag.ROCStatus == 1) THEN

OperatorMessage="MyTag has gone into a Rate-Of-Change alarm";

ENDIF;

另请参阅

.ROCPct、.ROCSet