The MinMaxAvg component has 5 numeric output slots that provide the current minimum, maximum, count, sum, and average values of the linked numeric input.

MinMaxAvg component

Slots

The MinMaxAvg component has the following slots:

  • Status: shows the component's status;
  • Min: the output indicating the minimum value of the input values;
  • Max: the output indicating the maximum value of the input values;
  • Cnt: the output indicating how many input values are active;
  • Sum: the output indicating the sum of input values;
  • Avg: the output indicating the average value of the input values;
  • InA-In-J: the input values.