
One way to access these properties by expanding and double-clicking Default Policy.
| Property | Value | Description |
|---|---|---|
| Min Write Time | time (defaults to 0) |
Specifies the minimum amount of time allowed between writes to writable proxy points, especially ones that have one or more
linked inputs. This provides a way to throttle rapidly changing values so that only the last value is written.
The default value (0) disables this rule causing all value changes to attempt to write. |
| Max Write Time | time (defaults to 0) |
Specifies the maximum amount of time to wait before rewriting the value, in case nothing else has triggered a write, to writable
proxy points. Any write action resets this timer.
The default (0) disables this rule resulting in no timed rewrites. |
| Write on Start | true (default) or false |
Determines a writable proxy point’s behavior when the station starts.
NOTE: Consider setting to
false except for critical proxy points, otherwise large networks may experience write-queue-overflow exceptions.
|
| Write on Up | true (default) or false |
Determines a writable proxy point’s behavior when the point and its parent device transition from down to up.
|
| Write on Enabled | true (default) or false |
Determines a writable proxy point’s behavior when the point’s status transitions from disabled to normal (enabled).
|
| Stale Time | hours minutes seconds (defaults to zero) |
Defines the period of time without a successful read (indicated by a read status of {ok}) after which a point’s value is considered
to be too old to be meaningful (stale).
A non-zero value causes the point to become stale (status stale) if the configured time elapses without a successful read, indicated by Read Status {ok}. The default value (zero) disables the stale timer causing points to become stale immediately when unsubscribed. |
| Poll Frequency | drop-down list (defaults to Normal)
|
References the On Demand Poll Scheduler rates under the NiagaraNetwork’s History Policies container slot.
Configures how often this type of poll occurs. |
| Use Cov | true or false If the device was discovered, and the station database determined that the device indicates support for server-side COV,
this property defaults to true. Otherwise, it defaults to false indicating that no proxy points under the device use COV.
|
Enables (
true) and disables (false) a device’s support for COV (change of value) as a way to monitor proxy point values.
Assuming the device supports subscription to the COV service, When When |
| Use Confirmed Cov | true (default) or false |
Controls device updates.
If enabled ( If disabled ( |
| Cov Subscription Lifetime | time range (defaults to 15 minutes) | Indicates the lifetime, in minutes, for which the software subscribes for COV notifications, then (if necessary) periodically subscribes again. A value of zero (0) configures an indefinite period of time, although this is not guaranteed to persist across resets of the server device. |
| Use Cov Property | true or false (default)
|
Indicates if the system uses COV Property notification services (
true) to receive data about points in this device for which COV Property is supported.
|
| Use Confirmed Cov Property | true (default) or false |
Indicates if the software requests confirmed (true) or unconfirmed (false) COV notifications on a COV property request.
|
| Cov Property Increment | number to two decimal places | Defines an increment for a COV property to apply to the sending of COV notifications. This property applies to numeric COV values only. |
| Cov Property Subscription Lifetime | number of minutes (defaults to 15) | Configures the lifetime, in minutes, for which the software subscribes to the COV property for COV notifications.
Zero (0) configures an indefinite period of time, although it is not guaranteed to persist across resets of the server device. |
| Accept Unsolicited Cov | true or false (default)
|
Allows (true) or prohibits (false) COV notifications to update a point that is being polled.
|