niagaraDriver-NiagaraHistoryDeviceExt

This component is an implementation of HistoryDeviceExt. A device’s Histories extension serves as the parent container for history descriptors—components that specify how history-type collections (log data) are imported or exported. By default, it also contains a Retry Trigger.

Only drivers that provide local data logging have this component. This includes the NiagaraNetwork’s NiagaraStation, ObixClient, R2ObixClient and BacnetDevice (under this device, this extension is named Trend Logs). Database device components in any of the RdbmsNetwork drivers (rdbSqlServer, rdbMySQL, etc.) each have a Histories extension.

Figure 1. History Device Ext properties


To access these properties, expand Config > Drivers > NiagaraNetwork > NiagaraStation, right-click Histories and click Views > AX Property Sheet.

PropertyValueDescription
Retry Triggeradditional properties
Defines how frequently to attempt a failed operation again. This continues until successful execution occurs.

Appears in the Nav tree but not in any manager view and is unique in that it requires no linking of its output for operation.

Getting Started with Niagara documents Retry Trigger properties.

Retry Trigger action

By default, device extensions like Histories, Schedules, and others contain a Retry Trigger.

If a descriptor component (that is, a history import descriptor, schedule import descriptor, and so on) fails, the Retry Trigger defines subsequent retries that automatically occur at the defined interval (default value is 15 minutes). This continues until a successful execution occurs.

Figure 2. Retry Trigger actions menu


If the histories descriptor fails, right-clicking Retry Trigger and click Actions > Fire Trigger manually triggers the histories descriptor again.