Wednesday 29 November 2017

Generate Alert Notification on Condition Monitoring Warning Limits Using Escalations | IBM Maximo

We can generate alert notification email in IBM Maximo condition monitoring application when the measurement value of gauge meter crosses the upper or lower warning limit. The following escalation will generate the email when the measurement value for the asset meter is between upper and lower warning and action limits.



  1. OBJECT:          MEASUREMENT
  2. SCHEDULE:    30 SEC
  3. CONDITION:  measurementvalue is not null and (sysdate - measuredate) * 24 * 60 * 60 <= 3 * 60 and (measurementvalue between (Select upperwarning from measurepoint where assetnum=measurement.assetnum and siteid=measurement.siteid and metername=measurement.metername and upperwarning is not null) and (Select upperaction from measurepoint where assetnum=measurement.assetnum and siteid=measurement.siteid and metername=measurement.metername and upperaction is not null) or measurementvalue between (Select loweraction from measurepoint where assetnum=measurement.assetnum and siteid=measurement.siteid and metername=measurement.metername and loweraction is not null) and  (Select lowerwarning from measurepoint where assetnum=measurement.assetnum and siteid=measurement.siteid and metername=measurement.metername and lowerwarning is not null))
  4. Attach Communication Template for email notification.
  5. Enter the Condition Monitoring record, add the necessary fields and limits and then add measurement value which falls in warning zone (between upper and lower warning and action limits.).




Thats it :)


No comments:

Post a Comment