13.07.2015 Views

E2 User's Manual Supplement: Flexible Combiner ... - icemeister.net

E2 User's Manual Supplement: Flexible Combiner ... - icemeister.net

E2 User's Manual Supplement: Flexible Combiner ... - icemeister.net

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Function Description ExamplesMEDIAN(range)SUMSQ(range)PROD(range)MAX(range)MIN(range)AVG(range)SUM(range)RAND(low,high)Returns the median of all values in parenthesis. Rangecan be a set of constants or input variable separated bycommas, or a range of inputs designated by a colonbetween the two ends of the range (e.g. AI1:AI7).Returns the sum-square of all values in parenthesis.Each input or constant is squared, and then addedtogether. Range can be a set of constants or input variableseparated by commas, or a range of inputs designatedby a colon between the two ends of the range(e.g. AI1:AI7).Returns the product of all values in the range multipliedtogether. Range can be a set of constants or inputvariable separated by commas, or a range of inputsdesignated by a colon between the two ends of therange (e.g. AI1:AI7).Returns the maximum value of all values in the range.Range can be a set of constants or input variable separatedby commas, or a range of inputs designated by acolon between the two ends of the range (e.g.AI1:AI7).Returns the minimum value of all values in the range.Range can be a set of constants or input variable separatedby commas, or a range of inputs designated by acolon between the two ends of the range (e.g.AI1:AI7).Returns the average value of all values in the range.Range can be a set of constants or input variable separatedby commas, or a range of inputs designated by acolon between the two ends of the range (e.g.AI1:AI7).Returns the sum of all values in the range. Range canbe a set of constants or input variable separated bycommas, or a range of inputs designated by a colonbetween the two ends of the range (e.g. AI1:AI7).Returns a random number between low and high everytime the algorithm is updated (every few seconds).MEDIAN(3,7,8,14) result: 7.5MEDIAN(AI1,AI4)MEDIAN(AI1:AI7)SUMSQ(5,4,3) result: 50SUMSQ(AI1:AI7) result: sum-square ofall seven inputsPROD(2,3,4) result: 24PROD(AI1,AI4)PROD(AI1:AI7)MAX(2,5,7,14) result: 14MAX(AI1,AI4)MAX(AI1:AI7)MIN(2,5,7,14) result: 2MIN(AI1,AI4)MIN(AI1:AI7)AVG(2,5,7,14) result: 7AVG(AI1,AI4)AVG(AI1:AI7)SUM(2,5,7,14) result: 28SUM(AI1,AI4)SUM(AI1:AI7)RAND(1,10) result: random numberfrom 1 to 10Table 2-9 - Extended Math Functions2-8 • <strong>E2</strong> User’s <strong>Manual</strong> <strong>Supplement</strong>: <strong>Flexible</strong> <strong>Combiner</strong> 026-1620 Rev 0 09-15-05

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!