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

Compare with Current View Page History

Version 1 Next »

Summary

This is the device extension responsible for managing device communication using the realtime connector.


Implementation

  1. Open the btibMqttConnector palette and drag and drop the MqttDeviceExt to a component (it can be a device, a folder, a Node etc.)




  2. If you have only one connector the extension will use it and initialize itself automatically.

  3. If you have multiple connectors you just select one and hit save.

 Properties

  • Status: The extension status.
  • Fault Cause: The fault cause message.
  • Enabled: Enable the device extension.
  • Connector: The realtime connector to bind on.


Actions

  • Initialize: Register the device and initialize the connection.
  • Disable: Disable the extension.
  • Clean: Unregister the device and clean the connection resources.

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.