ssec-jhu / evolver-ng

Next gen eVolver controller for bioreactor project - wip
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Fix loop interval (if it is broken) #102

Open amitschang opened 3 months ago

amitschang commented 3 months ago

The evolver by default runs a control loop every X-seconds, but our loop presently does not account for the time taken to process the control loop (which is likely bound by the serial comm latency) - so loop interval is from end-to-start rather than start-to-start.

This might be something we should fix.