cancel
Showing results for 
Search instead for 
Did you mean: 

alaram query

Former Member
0 Kudos

hi ,

any one explain me the alarm query with example

murali

Accepted Solutions (0)

Answers (3)

Answers (3)

jcgood25
Active Contributor
0 Kudos

Murali,

Any additional questions on this thread?

Regards,

Jeremy

jcgood25
Active Contributor
0 Kudos

The AlarmQuery will only work against AlarmSuite, which was a legacy Lighthammer software application that logged Wonderware InTouch alarms into SQLServer. Wonderware bought this application and I believe it is now incorporated into the FactorySuite.

These types of query template have specialized modes with SQL select statements built to go against the AlarmSuite database model, so unless you have the AlarmSuite product it will not provide you with any benefit. The AlarmSummary, AlarmHistory, and AlarmStatistics can be used for analyzing alarms logged into the database, showing current status (like Hi, Lo, HiHi, LoLo, etc.), historical state changes (like Alarm, Acknowledge, Return to Normal, etc.), and statistics (like Event count, Duration, Frequency percentage, etc.).

In an application you would typically use iGrids with color-contexting for displaying AlarmSummary and AlarmHistory modes, and an iChar in Bar or Group Bar for displaying a pareto type analysis of the alarm behavior. All queries are time based so the time refresh controls would be available to the user for navigating through specific time ranges or time periods.

Like I mentioned before, unless you have the particular AlarmSuite product, this type of query will have no use to you or the customer.

Best Regards,

Jeremy Good

Former Member
0 Kudos

Hi Murali,

To be able to have an Alarm query you will need an Alarm database. Generally mostt SCADA/MES Systems have an alrm database. Alarm Queries are directed to these. An Alarm query is similar to a Tag Query in most respects and contain information of generated Alarms and the Alarm Level like High, Very High or Low, Very Low etc

Regards,

Arijeet