GET_POLYNOM_PC

This function is used to calculate a product polynomial from the 100 % curve for the different units.

Method Call:

Result = GET_GRAPH_X_PC(InputString, OutputBuffer)

Input:

Position

Name

Description

Example Value

Required

Position

Name

Description

Example Value

Required

0

fan idno

key for related measurement of the fan

181054

Y

1

degree

degree of polynomial

10

Y

2

rho               

density of the air [kg/m³]

1.2

N

Example InputString

126873;10;;

Output:

The DLL returns the results in the variable "OutputBuffer":

You will get back a list as a string, where the data is separated by a semicolon.

The list will be structured as follows:

Positon

Name

Description

Example Value

Datatype

Positon

Name

Description

Example Value

Datatype

0

polynomialFactor0

polynomial factor of tenth degree

9,2831553173769E-32

Number

1

polynomialFactor1

polynomial factor of ninth degree

-1,10452281364961E-27

Number

2

polynomialFactor2

polynomial factor of eighth degree

3,98770438243185E-24

Number

3

polynomialFactor3

polynomial factor of seventh degree

2,99545868876713E-21

Number

4

polynomialFactor4

polynomial factor of sixth degree

-6,25545561257189E-17

Number

5

polynomialFactor5

polynomial factor of fifth degree

1,95266070531049E-13

Number

6

polynomialFactor6

polynomial factor of fourth degree

-2,93644747843927E-10

Number

7

polynomialFactor7

polynomial factor of third degree

2,32912706001841E-7

Number

8

polynomialFactor8

polynomial factor of second degree

-9,52551820783815E-5

Number

9

polynomialFactor9

polynomial factor of first degree

0,0174316660153078

Number

10

polynomialFactor10

polynomial factor of zeroth degree

92,2287947666391

Number

Example OutputBuffer

9,2831553173769E-32;-1,10452281364961E-27;3,98770438243185E-24;2,99545868876713E-21;-6,25545561257189E-17;1,95266070531049E-13;-2,93644747843927E-10;2,32912706001841E-7;-9,52551820783815E-5;0,0174316660153078;92,2287947666391;

Result: