Cloud Sentience Device (nCloudDriver-CloudSentienceDevice)

The cornerstone of the NiagaraCloudNetwork is the CloudSentienceDevice which holds cloud-specific logic regarding which points to send, which histories to send, which CloudConnector to use when sending, as well as how to read messages sent back from the cloud.

The CloudSentienceDevice is configured for the CloudConnector_Sentience which contains the appropriate protocol for connecting to and communicating with the Honeywell Forge cloud platform. Within the CloudSentienceDevice is a specific type of “concrete cloudFactory” which is used to create the messages that this CloudDevice can send. These messages are specifically formatted to work with the cloud platform.

This component is available in the nCloudDriver palette.

Figure 42.   Cloud Sentience Device Property Sheet
Image

To access these properties, expand Config > Drivers > NiagaraCloudNetwork, double-click CloudSentienceDevice.

In addition to the standard properties (Status, Enabled, Fault Cause, Health and Alarm Source Info), these properties support this component.

Property Value Description
Points additional properties Serves as the parent container for real-time values originating from the station. It also contains a set properties for exporting data to the cloud platform.
Alarms additional properties Handles the acknowledgement of alarms from the cloud.
Histories additional properties Contains a set of properties for logging historical data for this device
Commands additional properties Contains a set of registered command(s) for handling incoming messages.
Connector null (defult), Ord path Specifies the CloudConnectorService for this device.