SimLeek / silverpak-syringe-pump

Python library for controlling a Silverpak motor
2 stars 0 forks source link

Limit use of getPosition but add to startup if possible #13

Closed SimLeek closed 10 years ago

SimLeek commented 10 years ago

Querying the motor takes a while, so it's best to avoid it when possible.

However, if it's possible to detect if a motor is already running, this will be useful at startup and for validity checking when the user is not doing anything.

SimLeek commented 10 years ago

I'm actually beginning to think this is a bad idea. In the case of switching off computers on running motors, this could lead to inaccuracies.

iroll commented 10 years ago

Resolved; we want to be able to disconnect computers and have the pump continue operating.