The NiagaraCloudNetwork structure, shown here, adheres to the standard driver framework utilities built into
This component is available in the nCloudDriver palette. The Cloud Device Manager is the default view of this component.

To access these properties, expand , right-click NiagaraCloudNetwork and click .
In addition to the standard properties (Status, Enabled, Fault Cause, Health and Alarm Source Info), these properties are unique to this component.
| Name | Value | Description |
|---|---|---|
| Monitor | additional properties |
Configures a network's ping mechanism, which verifies network health. This includes verifying the health of all connected
objects (typically, devices) by pinging each device at a repeated interval.
The Niagara Drivers Guide documents these properties. |
| Tuning Policies | additional properties | Holds the tuning policies governing the behavior of cloud proxy points with respect to communication to the cloud. For details see, Tuning Policies properties. |
| Point Read Allowed | true, false (default)
|
Must be set to “true” if point read commands are sent from the cloud. |
| Point Write Allowed | true, false (default)
|
Must be set to “true” if point write commands are sent from the cloud. |

In addition to the common properties (Min Write Time, Max Write Time, Stale Time) the following properties are available.
| Name | Value | Description |
|---|---|---|
| Write On Start | true (default), false | Determines behavior of writable proxy points at station startup. This property applies to the Default Policy, Priority and
Background tuning policies.
If “true”, (default) a write occurs when the station first reaches steady state. If set to “false”, a write does not occur when the station reaches steady state. Consider setting this to false in most tuning policies, except for tuning policies selectively assigned to more critical writable proxy points. This is particularly important for large networks with many writable proxy points. |
| Write On Up | true (default), false | Determines behavior when writable proxy point (and parent device) transitions from “down” to “up.” This property applies to
the Default Policy, Priority and Background tuning policies.
If “true”, (default) a write occurs when the parent device transitions from down to up. If set to “false”, a write does not occur when the parent device transitions from down to up |
| Write On Enabled | true (default), false | Determines behavior when a writable proxy point’s status transitions from disabled to normal (enabled). This property applies
to the Default Policy, Priority and Background tuning policies.
If “true”, (default) a write occurs when writable point transitions from disabled. If set to “false”, a write does not occur when writable point transitions from disabled. The disabled-to-enabled status transition can be inherited globally by points if the parent device had been set to disabled—or network-wide if the driver network was set to disabled. Therefore, be aware that if left at true in tuning policies, that all associated writable points receive a write upon either the device or network when it transitions from status disabled to enabled. |
| Update Group | fast, normal (default), slow |
Specifies the update frequency for batch point updates.
|
| Require Change For Update | true, false |
Specifies whether this point must have a value change to be included in batch update. |
| Numeric Change Tolerance | numeric | Specifies the minimum change that will cause a numeric point to be included in batch update, if the Require Change For Update property is “true”. Boolean, String, Enum points do not have a change tolerance; any change drives an update. For any point type, including Numeric Points, any change of point status will add the point to the batch update regardless of the point value. |
| Subscribe Source Point | true, false (default)
|
Flag for controlling whether the source point is forced into subscription by the CloudProxyPoint. If set to “false” (the default
value) it will not affect whether the source point is subscribed. When set to “true” it causes the CloudProxyPoint to force
a permanent subscription of the source point.
NOTE: Setting this property to “true” may affect the performance of the driver network containing the source point.
|
| COV Mode Duration | +00000h 10m 00s (default)
|
Specifies how long COV points will stay in COV before exiting COV mode. |
| Priority For COV | High (default), Low |
Specifies whether COV messages will be sent with high or low priority. |
| Default Priority | none, in1 through in16, fallback |
Starting in
|
| Default Duration | true, false (default)
|
Starting in
Duration parameter is not present.
|
| Point Subscription Period | +00000h 5m 00s (default)
|
If the Subscribe Source Point property is set to false, then on live value read using Honeywell Cloud Sentience APIs, respective source points are added to the Niagara subscription
(if not already subscribed) for this specified period of time. Once the time expires, the points are automatically unsubscribed.
NOTE: The nCloudDriver adds the points to Niagara subscription on live value read. Based on the tuning policy configuration of underlying
drivers, the polling or COV mechanism is used to get the value from the remote devices.
If the subscription time is set to +0000h 0m 00s, the points will not be subscribed through the nCloudDriver on live value read using Honeywell Cloud Sentience APIs. |