You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
Code checks for "busy" signal from pump, but even then it sometimes takes multiple commands to react (especially on baudrate 9600 pump)
The text was updated successfully, but these errors were encountered: