In general, a NiagaraNetwork uses the same driver architecture as other (non-NiagaraNetwork) drivers. By default it has a NiagaraStation component. A NiagaraNetwork differs from other networks in that:

To view these properties, expand the , right-click the NiagaraNetwork and click .
| Property | Value | Description |
|---|---|---|
| Status | read-only | Reports the condition of the entity or process at last polling.
|
| Enabled | true or false |
Activates (true) and deactivates (false) use of the object (network, device, point, component, table, schedule, descriptor, etc.).
|
| Fault Cause | read-only | Indicates the reason why a system object (network, device, component, extension, etc.) is not working (in fault). This property is empty unless a fault exists. |
| Health | additional properties | Reports the status of the network, device or component. This advisory information, including a time stamp, can help you recognize
and troubleshoot problems but it provides no direct management controls.
The Niagara Drivers Guide documents the these properties. |
| Alarm Source Info | additional properties | Contains a set of properties for configuring and routing alarms when this component is the alarm source.
For property descriptions, refer to the Niagara Alarms Guide |
| 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. The driver-PingMonitor topic documents the monitor properties. |
| Local Station | additional properties | Serves as a container for read-only system definition (Sys Def) properties that reflect information synchronized with if the remote local station is defined as a subordinate. Sys Def properties are of use to developers. The niagaraDriver-LocalSysDefStation topic documents the additional properties. |
| SysDef Provider | additional properties | Serves as a container for system definition (Sys Def) child components of the type ProviderStations, which are hidden slots by default. The niagaraDriver-BogProvider topic documents the additional properties. |
| Tuning Policies | additional properties | Configures network rules for evaluating both write requests to writable proxy points as well as the acceptable freshness of
read requests.
For more information, refer to the Niagara Drivers Guide. The niagaraDriver-NiagaraTuningPolicyMap topic documents properties. |
| History Policies | additional properties | Provides a container for the rules that specify how remotely-generated histories should be changed when exported into another
station (usually the
The rules identify the source stations and their histories files to import from remote stations and define storage limits in the target station. The driver-HistoryNetworkExt topic documents history policy properties. |
| Workers | additional properties | Configures the maximum number of concurrent threads and maximum allowable queue size for the database connection.
Tuning is for large NiagaraNetworks and is the only visible part of a shared thread pool scheme, which provides large-job scalability. A single station may support more than one thread and the number of threads grows uncapped while alleviating a former thread starving issue. Very large
Third–party drivers do not pool these worker properties at the network level as does the NiagaraNetwork driver. Each database driver has its own thread pool setting. In addition, tuning policies are simplified in a NiagaraNetwork, as compared to polling–type drivers. The niagaraDriver-CyclicThreadPoolWorker documents the |
| Virtual Policies | additional properties | Configures how to handle Px files that include virtual objects as well as some other virtual settings.
The niagaraDriver-NiagaraVirtualNetworkExt documents the additional properties. |
| Persist Fetched Tags | true or false (default)
|
Controls the persistence of proxy point tags.
|
| tagsToFetch (optional) | comma delimited names | Identifies additional remote tags to fetch for the proxy points (and virtuals). |
| persistVirtualFetchedTags (optional) | true or false (default)
|
Adds fetched tags under the level of this property’s container as properties (read-only) for virtuals. |

| Property | Value | Description |
|---|---|---|
| Down | true or false (default)
|
Displays the health of the network. |
| Alarm Source Info | additional properties | Contains a set of properties for configuring and routing alarms when this component is the alarm source.
For property descriptions, refer to the Niagara Alarms Guide For more information, refer to the Niagara Alarms Guide |
| Last Fail Cause | text | Displays the reason for the last failure of the network health. |
| Last Fail Time | date time | Displays the last date and time the network health failed. |
| Last OK Time | date time | Displays the last date and time the network health was {ok}. |