Summary
Wind Stow is a protective mechanism that commands single-axis trackers to a specified angle when wind conditions exceed safe operating limits. PlantPredict supports two wind stow implementations: PlantPredict Wind Stow (threshold-based comparison using wind gust speed) and Array Technologies Wind Stow (external API-based calculation using proprietary algorithms). Wind stow has the highest priority in the tracker angle determination hierarchy, overriding both base tracking and irradiance optimization.Inputs
| Name | Symbol | Units | Description |
|---|---|---|---|
| Wind Gust Speed | m/s | Wind gust speed from weather data | |
| Wind Stow Threshold | m/s | Threshold for stow activation | |
| Current Tracker Angle | degrees | Tracker rotation angle before wind stow check | |
| Wind Stow Angle | degrees | Stow position |
Outputs
| Name | Symbol | Units | Description |
|---|---|---|---|
| Commanded Tracker Angle | degrees | Final tracker rotation angle after wind stow logic |
Detailed Description
Override Hierarchy
Wind stow has the highest priority in PlantPredict’s tracker angle determination. When wind stow is activated, it overrides both the base tracking angle and any irradiance optimization adjustments. The terrain-aware backtracking algorithm is not compatible with the irradiance optimization and wind stow algorithms; it operates as a standalone tracking mode.PlantPredict Wind Stow
PlantPredict’s built-in wind stow activates when wind gust speed exceeds the configured threshold: When triggered, the tracker moves to the stow angle while preserving its east/west orientation: This mode requiresWindGust data in the weather file; wind gust values are not synthesized from mean wind speed.