You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Summary

This recipient is responsible for sending alarm events to a MongoDb collection.

Implementation

  1. Open the btibMongoDb palette and drag and drop the MongoAlarmRecipient to the AlarmService.





  2. Fill the optional alarm data you want to add to the document which will represent each alarm record. Example: msgTxt, building, floor...
  3. Give a name to the collection dedicated to alarms in the destination field.
  4. Select the connector if you have multiple MongoDb connector in your station

 Properties

  • Status: Point status.
  • Fault Cause: The error message field.
  • Enable: Enable the recipient
  • Optional Alarm Data: Additional tag to be added to the documented generated for each alarm (contained in the alarmData field in Niagara)
  • Destination: Name of the collection dedicated to alarms in your MongoDb interface
  • Connector: The associated MongoDb connector


Actions

  • Initialize: Initialize the connection with mongodb.
  • Disable: Disable the recipient.
  • Clean: Unregister the recipient.

Fault Causes

  • Connector Not Found:  if there is no connector in the Btib Service > External Connectors > realtime Connector folder, try to add one.
  • Any other:  Just clean and initialize.