diff --git a/examples/pumpingstation-3pumps-dashboard/build_flow.py b/examples/pumpingstation-3pumps-dashboard/build_flow.py index b684504..b3f1de5 100644 --- a/examples/pumpingstation-3pumps-dashboard/build_flow.py +++ b/examples/pumpingstation-3pumps-dashboard/build_flow.py @@ -594,7 +594,7 @@ def build_process_tab(): # Level-based control thresholds "startLevel": 2.0, # pumps ON above 2.0 m (50% of height) "stopLevel": 1.0, # pumps OFF below 1.0 m (25% of height) - "minFlowLevel": 1.0, # 0% pump demand at this level + "minFlowLevel": 2.0, # 0% pump demand at startLevel (must match startLevel!) "maxFlowLevel": 3.5, # 100% pump demand at this level # Hydraulics "refHeight": "NAP", diff --git a/examples/pumpingstation-3pumps-dashboard/flow.json b/examples/pumpingstation-3pumps-dashboard/flow.json index a5ace61..a061d00 100644 --- a/examples/pumpingstation-3pumps-dashboard/flow.json +++ b/examples/pumpingstation-3pumps-dashboard/flow.json @@ -862,7 +862,7 @@ "outletPipeDiameter": 0.3, "startLevel": 2.0, "stopLevel": 1.0, - "minFlowLevel": 1.0, + "minFlowLevel": 2.0, "maxFlowLevel": 3.5, "refHeight": "NAP", "minHeightBasedOn": "outlet", diff --git a/nodes/pumpingStation b/nodes/pumpingStation index f869296..c62d8bc 160000 --- a/nodes/pumpingStation +++ b/nodes/pumpingStation @@ -1 +1 @@ -Subproject commit f869296832245894447b8a3aba9205c08f5a903b +Subproject commit c62d8bc275fb8bc4e5a8d007dae440617924998a