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

AVEVA™ InTouch HMI

​.AlarmComment 点域

  • Last UpdatedFeb 01, 2018
  • 1 minute read

返回报警注释,这是描述报警(而非标记)的可读写文本字符串。缺省情况下,此注释在新应用程序中为空。

不过,在将旧有的 InTouch 应用程序转换为 InTouch 7.11 或更高的版本时,为保证后向兼容性,会将标记注释复制到 .AlarmComment 点域中。

类别

报警

用法

[ErrorNumber=]GetPropertyM( "ObjectName.AlarmComment",TagName);

参数

ObjectName

“分布式报警显示”对象的名称。例如,AlmObj_1。

TagName

任何消息标记。

数据类型

字符串(只读)

示例

下例返回“分布式报警显示”对象 AlmObj_1 中所选标记的报警注释,并将它放入 almComment 标记中:

GetPropertyM("AlmObj_1.AlarmComment", almComment);

另请参阅

GetPropertyM(), .AlarmAccess, .AlarmClass, .AlarmDate, .AlarmLimit, .AlarmName, .AlarmOprName, .AlarmOprNode, .AlarmPri, .AlarmProv, .AlarmState, .AlarmTime, .AlarmType, .AlarmValue

In This Topic