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

InTouch HMI

Example Query - Alarm Event History View

  • Last UpdatedNov 07, 2016
  • 1 minute read

The following example selects the data in the TagName, Area and Type columns for all records that have a tagname of MyTag1, an alarm state of ACK_RTN or ACK. The results are ordered by the alarm provider.

SELECT TagName, Area, Type FROM v_AlarmEventHistory

WHERE TagName=’MyTag1’

AND (AlarmState=’ACK_RTN’ OR AlarmState=’ACK’)

ORDER BY Provider

TitleResults for “How to create a CRG?”Also Available in