control-NumericTotalizerExt

NumericTotalizerExt is a control point extension used for integrating a numeric point value over time. For example, a totalizer with a minutely totalization interval can convert an instantaneous flow reading in cubic feet per minute (cfm) into a value representing total cubic feet consumed. An available resetTotal action clears (zeroes) any accumulated total.

The NumericTotalizerExt is available in the Extensions folder of the control palette.

Figure 214.   NumericTotalizerExt Property Sheet
Image

You can access these properties in the Property Sheet by expanding Station > Config > Drivers > NiagaraNetwork > Extensions and double-click on NumericTotalizerExt.

Property Value Description
Total Facets Config Facets window Defines the unit of measure for a numeric value:

units defines the unit of measure, for example from acceleration to volumetric flow.

precision defines the number of decimal places.

Propagate Flags Check boxes Defines which input status flags will be propagated from input to output.
Invalid Value Flags Check boxes Defines which input status flags will denote invalid input values that should not be included in the total
Total Value Defines the total accumulated value. If no status flag is set then status is considered normal and reports {ok}
Time of Total Reset read-only Shows a date/timestamp of the last reset.
Totalization Interval Minutely and Hourly Describes the total interval of the accumulated values. When set to Minutely value occurs at every minute and when set to Hourly value occurs at every hour.

Actions

  • Timer Expired: The period of the duration has expired.
  • Reset Total: Clears the total accumulated value to zero.