yoelk / instrumentino

Instrumentino is an open-source modular graphical user interface framework for controlling Arduino based experimental instruments
GNU General Public License v3.0
137 stars 59 forks source link

V2 Limit the maximal datablock time #16

Open yoelk opened 8 years ago

yoelk commented 8 years ago

Some controllers (like Arduinos) can only count using 32bit variables. If they're counting milliseconds, they can count until ~50 days. This means that if we want to allow longer operation times, we should reset the mutual time once in a while (every day should be more than enough)