SimLeek / silverpak-syringe-pump

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

zero location #2

Closed iroll closed 10 years ago

iroll commented 10 years ago

A zero setting is needed in order to set the location from which pumping activity starts, otherwise the pump always returns to its initialized location to begin pumping.

SimLeek commented 10 years ago

I'm pretty sure that's what the 'reset 0' button in the bottom right does. Does that not work? Or should I automatically reset the position to zero during pumping and injection operations?

iroll commented 10 years ago

I think you already addressed this when you put the reset 0 button in and just didn't close it (it's dated july 9)

iroll commented 10 years ago

This is changed to the set min and set max.

SimLeek commented 10 years ago

I finished programming and debugging the set min and set max functions.