This block computes the following variables based on a Boolean array representing the On/Off command signal for a group of multiple units, such as parallel fans or pumps.
y1One
is true
if at least
one element of the input array is true
.
nUniOn
is the number of elements of
the input array that are true
(may be zero).
nUniOnBou
is the maximum between 1
and nUniOn
.