>> I read somewhere, e.g. in the PHilo's site, that a "power off delay" parameter
>> can be set long enough to avoid such issues, but I actually couldnt find where
>> this parameter is.
>>
>> Could you please give me some hint? I am quite much a newbye.
>>
>> Thanks a lot!
>> SteP
>
> Maybe this is what you are looking for:
>
> SetSleepTime(minutes) Function - All
> Set the sleep timeout the requested number of minutes (which must be a
> constant).
> Specifying 0 minutes disables the sleep feature.
> SetSleepTime(5); // sleep after 5 minutes
> SetSleepTime(0); // disable sleep time
>
You may also set it using the "Diagnostic" window of BrixCC.
Philo