Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pump responsiveness takes multiple attempts #14

Open
dpk9 opened this issue Feb 14, 2023 · 0 comments
Open

Pump responsiveness takes multiple attempts #14

dpk9 opened this issue Feb 14, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@dpk9
Copy link
Collaborator

dpk9 commented Feb 14, 2023

Code checks for "busy" signal from pump, but even then it sometimes takes multiple commands to react (especially on baudrate 9600 pump)

@dpk9 dpk9 self-assigned this Feb 14, 2023
@dpk9 dpk9 added the bug Something isn't working label Mar 6, 2023
dpk9 added a commit that referenced this issue Dec 16, 2024
Wash GUI:
- Modified all commands to work with XMP
- Implemented CommandStringBuilder class #9
- Converted syringe speed settings to ml/s
- Syringe speed & positions are calculated using globals instead of hardcoded to 6000 count/stroke (because XMP is stuck in microstep mode)
- Fixed lag on baud=9600 pumps (w/ 0.01s sleep?) #14

Octasome GUI
- Fixed lag on baud=9600 pumps (w/ 0.01s sleep?) #14
dpk9 added a commit that referenced this issue Dec 16, 2024
octasome_gui.py:
- Implemented CommandStringBuilder
- Dispense uses for-loop instead of while, to avoid endless loop

- Max steps/speed are calculated by globals instead of  hardcoded 6000
- GUI uses mL/s for speed now

- write time.sleep increased from 0.01 to 0.02 (for #14)
- Terminate in CommandStringBuilder

wash_gui.py:
- write time.sleep increased from 0.01 to 0.02 (for #14)
- Terminate in CommandStringBuilder
- Ends primeLines with valves off
dpk9 added a commit that referenced this issue Dec 17, 2024
octasome_gui.py:
- Implemented CommandStringBuilder #9
- Dispense uses for-loop instead of while, to avoid endless loop

- Max steps/speed are calculated by globals instead of  hardcoded 6000
- GUI uses mL/s for speed now

- write time.sleep increased from 0.01 to 0.02 (for #14)
- Terminate in CommandStringBuilder

wash_gui.py:
- write time.sleep increased from 0.01 to 0.02 (for #14)
- Terminate in CommandStringBuilder
- Ends primeLines with valves off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant