fix: safety overfill keeps pumps running + minHeightBasedOn=inlet
Some checks failed
CI / lint-and-test (push) Has been cancelled
Some checks failed
CI / lint-and-test (push) Has been cancelled
pumpingStation 5e2ebe4: overfill safety no longer shuts down machine groups or blocks level control. Pumps keep running during overfill (sewer can't stop receiving). Only upstream equipment is shut down. Demo config: minHeightBasedOn=inlet (not outlet). The minimum height reference for the basin is the inlet pipe elevation — sewage flows in by gravity and the basin level can't go below the inlet without the sewer backing up. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -598,7 +598,7 @@ def build_process_tab():
|
|||||||
"maxFlowLevel": 3.5, # 100% pump demand at this level
|
"maxFlowLevel": 3.5, # 100% pump demand at this level
|
||||||
# Hydraulics
|
# Hydraulics
|
||||||
"refHeight": "NAP",
|
"refHeight": "NAP",
|
||||||
"minHeightBasedOn": "outlet",
|
"minHeightBasedOn": "inlet",
|
||||||
"basinBottomRef": 0,
|
"basinBottomRef": 0,
|
||||||
"staticHead": 12,
|
"staticHead": 12,
|
||||||
"maxDischargeHead": 24,
|
"maxDischargeHead": 24,
|
||||||
|
|||||||
@@ -865,7 +865,7 @@
|
|||||||
"minFlowLevel": 2.0,
|
"minFlowLevel": 2.0,
|
||||||
"maxFlowLevel": 3.5,
|
"maxFlowLevel": 3.5,
|
||||||
"refHeight": "NAP",
|
"refHeight": "NAP",
|
||||||
"minHeightBasedOn": "outlet",
|
"minHeightBasedOn": "inlet",
|
||||||
"basinBottomRef": 0,
|
"basinBottomRef": 0,
|
||||||
"staticHead": 12,
|
"staticHead": 12,
|
||||||
"maxDischargeHead": 24,
|
"maxDischargeHead": 24,
|
||||||
|
|||||||
Submodule nodes/pumpingStation updated: e8dd657b4f...5e2ebe4d96
Reference in New Issue
Block a user