GET_PRODUCTS_PC

This function is used to return a list of the available fans, , i.e. all fans contained in the opened collection (Data.sqlite).

Method Call:

Result = GET_PRODUCTS_PC(OutputBuffer)

Input:

Position

Name

Description

Example Value

Required

Position

Name

Description

Example Value

Required

0

productList

variable to fill in the products

 

Y

Output:

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

The list will be structured as follows:

Position

Name

Description

Example Value

DataType

Position

Name

Description

Example Value

DataType

0

fan idno

key for related measurement of the fan

176737

String

1

fan type

part number of the fan

K3G280PR03H5

String

 

2

fan idno

key for related measurement of the fan

134533

String

3

fan type

part number of the fan

K3G400AY8702

String

 

4

fan idno

key for related measurement of the fan

209107

String

5

fan type

part number of the fan

R3G560RB3171

String

Example OutputBuffer

126873;R3G400AY8701;134533;K3G400AY8702;209107;R3G560RB3171;215618;R3G400AQ3101;244784;K3G400PA2771;248979;R3G310PH5801;248980;K3G310PH5802;380738;R3G560PB3165;382209;K3G450PW1201;

Result: