Management API - Program crashed

Hi,

I would like to create an array for my Management API.
But after 19 defines (entries see down) crashed my program. What is wrong ?

Regards,
Frank

manVarType DRP_Array [] =
{
{
“Temperature”, // identifer
NULL, // pointer to variable
MAN_VAR, // variable pointer
0, // size of variable
MAN_WORD16, // type of variable
NULL, // not an array
0, // not a dimensional array
NULL, // semaphore for current temp
0, // one semaphore in list
NULL, // no need to range check
NULL, // no range check info
NULL, // not a table
NULL, // reserved for callback function
},
… { }, … }

Sorry. I found my mistake. One array was to big.