Weir target level (Water Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 26: Line 26:
* The weir's movement range can be set using the overlay's model attribute [[Weir move range m (Water Overlay)|WEIR_MOVE_RANGE_M]]. This can be interpreted as the maximum allowed difference in the configured [[Weir height (Water Overlay)|WEIR_HEIGHT]] (at that time) and the adjusted weir height.
* The weir's movement range can be set using the overlay's model attribute [[Weir move range m (Water Overlay)|WEIR_MOVE_RANGE_M]]. This can be interpreted as the maximum allowed difference in the configured [[Weir height (Water Overlay)|WEIR_HEIGHT]] (at that time) and the adjusted weir height.
* A value of -10000 means the weir target value is non-functional. In such case, the [[Weir height (Water Overlay)|weir height]] at time t is used.
* A value of -10000 means the weir target value is non-functional. In such case, the [[Weir height (Water Overlay)|weir height]] at time t is used.
|api=*[[Api session event editor overlay set key value]]
*[[Api session event editor building set attribute]]
*[[Api session event editor functionoverride set attribute]]
}}
}}


{{WaterOverlay hydraulic structure nav}}
{{WaterOverlay hydraulic structure nav}}

Latest revision as of 12:24, 13 July 2026


Notes

  • The interval before re-evaluating the Weir height is configured using the Water Overlay's model attribute WEIR_MOVE_INTERVAL_S.
  • This value is set as a single value, not an array.
  • The weir can move with a distance defined in the overlay with the model attribute WEIR_MOVE_STEP_M.
  • The weir's movement range can be set using the overlay's model attribute WEIR_MOVE_RANGE_M. This can be interpreted as the maximum allowed difference in the configured WEIR_HEIGHT (at that time) and the adjusted weir height.
  • A value of -10000 means the weir target value is non-functional. In such case, the weir height at time t is used.

How-to's

See also

API Endpoints