Combines the functionality of the Min10, Max10, and Average programming blocks into a single programming block.
Inputs
|
|
Slots
|
Type
|
Default
|
Description
|
|
In1
|
Numeric
|
Null
|
First input
|
|
In2
|
Numeric
|
Null
|
Second input
|
|
In3
|
Numeric
|
Null
|
Third input
|
|
…
|
…
|
…
|
…
|
|
…
|
…
|
…
|
…
|
|
In10
|
Numeric
|
Null
|
Tenth input
|
Outputs
|
|
Slots
|
Type
|
Description
|
|
Minimum
|
Numeric
|
The smallest of the 10 input values. Null inputs are ignored. If all the inputs are Null, the output is also Null.
|
|
Maximum
|
Numeric
|
The largest of the 10 input values. Null inputs are ignored. If all the inputs are Null, the output is also Null.
|
|
Average
|
Numeric
|
The result of averaging the inputs. Null inputs are ignored as part of the calculation.
For example: If only three inputs were wired to valid values, then the average would be calculated using only the three valid values. That is:
|
|