Sustom script and reboot process

Hello
is this correct?

I sometimes have a flexy reboot:

Hi @carlosrino

I think that this would work, but if you don’t have the code running does the device keep rebooting?

hi,
In this photo not really.
what’s the difference between cyclic section and init section?

How many tags is reasonable to have on flexy 203?
adding a sdcard can we have any performance improvements?
thanks.

I would avoid writing any code in the cyclic section. The cyclic section of code will run every processor cycle and can be a large load on the Flexy and may cause it to reboot. The Init section can be called with functions like Onchange, Ontimer, Onerror etc.

The amount of tags that the Flexy can handle somewhat depends on the polling rate that you have for the tags so that one is a little difficult to say. I’d say probably a few hundred if you’re doing some pretty intensive polling/logging

Adding an SD-Card would allow you to store more information, but other than that it wouldn’t really have any other improvements

1 Like

Topic closed due to inactivity.