We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just got this output
{"Tube1_sonar_dist_mm": 609.00, "Tube2_sonar_dist_mm": 469.00, "Tube1_inflow_duty": 0,"Tube1_outflow_duty": 10,"Tube2_inflow_duty": 0,"Tube2_outflow_duty": 0,"Stream_inflow_duty": 0,"Stream_outflow_duty": 0} CLAIRE-READY DRIVER: Writing command: 4 2 0; UNDERFLOW_CHECK: WARN: Low water level detected in tube 1: 609.0. Stopped outflow
The maximum sensor distance representing the minimum water level TUBE_MAX_LEVEL is set to 900, not 600.
TUBE_MAX_LEVEL
900
600
The text was updated successfully, but these errors were encountered:
#70 Fix greater than signs
39113a6
Merge pull request #72 from DEIS-Tools/70-python-overflow-detection-s…
7baad69
…tops-device-while-not-at-minimum-levels #70 [Python] overflow detection not working
Successfully merging a pull request may close this issue.
I just got this output
The maximum sensor distance representing the minimum water level
TUBE_MAX_LEVEL
is set to900
, not600
.The text was updated successfully, but these errors were encountered: