The AggregateConsumption is used to latch the calculated sum of 2 - 10 inputs. This component is useful compared to a standard add block when the source inputs might have invalid status bits (down, stale, disabled) or invalid values (NaN, +Infinity, -Infinity) for some reason. Note, it may be necessary to clear the transient slot flag from the source component's slot which is linked to an inX slot on the AggregateConsumption block. Otherwise a station restart could result in initial slot values being zero.
The AggregateConsumption component is located in the vykonPro palette under the energy sub folder.
Facets - BFacets property which is applied against the out slot.
Number Values - Int property which configures the number of inputs (2-10) for the component.
Propagate Flags - Defines which input status flags will be propagated from input slots to the out slot.
Total - Status Numeric property which stores the latched sum of the input slots.
InX - Status Numeric property (1-10) which are used when calculating the latched total value stored in the Total slot.
Reset Total - Sets the Total slot value to zero and stores the current value for all inputs.