Trackers
Description
Tracker KPIs are used to monitor performance of single-axis trackers. Multiple KPIs are calculated for each project.
- Row position deviation from setpoint.
- Row setpoint deviation from the project median setpoint.
- Row availability (when the prior two metrics are both less than 5°).
These KPIs can help identify offline trackers, errant zone controller setpoints, and communication issues.
Filters
To exclude time periods when trackers are not in use, any time intervals in which the sun elevation angle is less than or equal to 0° are excluded from the calculations.
Position Deviation from Setpoint
- Query 5-minute position and setpoint data for each row.
- Compare position to setpoint for each 5-minute interval for each row. Average the absolute value of the difference between these values for the entire day.
- Aggregate each tracker row into blocks, averaging the values again.
Setpoint Deviation from Median
- Query 5-minute setpoint data for each row.
- Calculate the median setpoint for the project.
- Compare setpoint to project median for each 5-minute interval for each row. Average the absolute value of the difference between these values for the entire day.
- Aggregate each tracker row into blocks, averaging the values again.
Availability
- Query 5-minute position and setpoint data for each row.
- Compare position to setpoint for each 5-minute interval for each row.
- If both the position and setpoint deviations are less than 5° for a given interval, the row is considered available.
- Aggregate each tracker row into blocks, averaging the values again.