SimLeek / silverpak-syringe-pump

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

nonvolatile calibration settings #1

Closed iroll closed 10 years ago

iroll commented 10 years ago

The numbers used for calibration (including the conversation between motor position and volume and the location of zero) need to be saved in a separate config file that can be transferred between machines.

When you add the nonvolatile settings, can you add the following to the calibration tab: 1) An indicator as to whether or not the calibration settings are default or loaded from file and 2) a text box (or boxes) showing the current calibration numbers (so that they can be noted by the user).

SimLeek commented 10 years ago

Okay, I've added the calibration config file. (If it's not there, running the program will create it.) And I've added the UI you said.

Tell me if it runs well enough to close this issue.