Currently, CocktailBerry only supports DC pumps directly controlled over relais. As a machine builder, I want to controll differnt types of pumps, like custom build stepper motors, machine carriage, as well as weigt based pumping. This not only needs other GUI for configuration (differnt types will have differnt config options), but also a rework of the preparation logic/usage of the controller.
AC
- Make it possible to use different "pump controllers"
- will wrap different pin/machine controller inside the logic
- Add setup (wizard?) for pump configuration
- refactor preparation logic
- Implement differnt pump type controller
- DC Pump
- Stepper motor
- machine carriage
- above options using weigt instead time based
Currently, CocktailBerry only supports DC pumps directly controlled over relais. As a machine builder, I want to controll differnt types of pumps, like custom build stepper motors, machine carriage, as well as weigt based pumping. This not only needs other GUI for configuration (differnt types will have differnt config options), but also a rework of the preparation logic/usage of the controller.
AC