Lenze P94DLL01A User Manual

Page 13

Advertising
background image

1

P94DLL01A

long SS940_SetArrayAsDouble ( SHANDLE h, long* pids, double* params, int count )

Purpose: To write the RAM (run time) array of variables (up to 10 variables) as a DOUBLE type with in-

dexes specified by elements of array pids and return it in array parameter.

Inputs:

h

handle to interface opened by the function

SS940_OpenInterfaceB

pids

array of variable’s indexes

count

number of array elements. Maximum number of elements is 10.

Returns:

params

array of error codes

long SS940_SetArrayAsInteger ( SHANDLE h, long* pids ,longt* params, int count )

Purpose: To write the RAM (run time) array of variables (up to 10 variables) as a type  bit INTEGER type

with indexes specified by elements of array pids and return it in array parameter.

Inputs:

h

handle to interface opened by the function

SS940_OpenInterfaceB

pids

array of variable’s indexes

count

number of array elements. Maximum number of elements is 10.

Returns:

params

array of error codes

Advertising