GET_STANDARDS_FANMOTOR_PC

This function is used to determines the fan- and engine characteristics. 

Method Call:

Result = GET_STANDARDS_FANMOTOR(InputArray, SIZE, TYP, ISOCLASS, PROTECTION, z1, z2, OutputArray)

Input:

InputArray (Array of Char):

Position

Name

Description

Example Value

Required

Position

Name

Description

Example Value

Required

0

fan idno

key for related measurement of the fan

126873

Y

1

fan type

part number of the fan

R3G400AY8701

N

Example InputArray

Input[0]= 126873 Input[1]= R3G400AY8701

Output:

Name

Description

Example Value

Datatype

Name

Description

Example Value

Datatype

Size

motor size [mm]

112

Array of AnsiChar

Typ

fan type

Radial

Array of AnsiChar

Iso Class

insulation class (IEC 60034-1)

B

Array of AnsiChar

Protection

degree of protection (IEC 60529)

IP54

Array of AnsiChar

z1 = 0 (Just for testing purposes)
z2 = 0 (Just for testing purposes)

 

Output Array(Array of Double):

The array will be structured as follows:

Positon

Name

Description

Example Value

Datatype

Positon

Name

Description

Example Value

Datatype

0

error code

Result / ErrorCodes

0

Integer

1

not used

2

qvMax

max air flow [m³/h]

7845,75

Decimal

3

nMax

max allowed fan speed [1/min]

2180

Decimal

4

pfMax

max total pressure increase [Pa]

1053,7

Decimal

5

not used

6

nomvol

Nominal voltage [V]

400

Decimal

7

phase

count of electrical phases

3

Decimal

8

inputPower

power consumption [kW]

1,85

Decimal

9

currentDraw

current draw [A]

2,9

Decimal

10

not used

11

not used

12

inputPowerMax

max power consumption [kW]

1,85

Decimal

13

not used

14

tempAmbientMax

max ambient temperature [°C]

50

Decimal

15

weight

weight of fan [kg]

15

Decimal

16

width

width of fan [mm]

455

Decimal

17

height

height of fan [mm]

455

Decimal

18

depth

depth of fan [mm]

331

Decimal

19

impellerDiam

average impeller fan diameter Ø [mm]

455

Decimal

20

not used

21

fan idno

key for related measurement of the fan

126873

Integer

Example OutputArray

SIZE= 112 TYPE= Radial ISOCLASS= B PROTECTION= IP54 z1= 0 z2= 0 Output[0]= 0 Output[1]= -999 Output[2]= 7845,75 Output[3]= 2180 Output[4]= 1053,7 Output[5]= -999 Output[6]= 400 Output[7]= 3 Output[8]= 1,85 Output[9]= 2,9 Output[10]= -999 Output[11]= -999   Output[12]= 1,85   Output[13]= -999 Output[14]= 50 Output[15]= 15 Output[16]= 455 Output[17]= 455 Output[18]= 331 Output[19]= 455 Output[20]= -999 Output[21]= 126873

Result: