A Periodic Variable automatically calculates data from a Source Variable at fixed time intervals and stores the result as a new variable — for example, summing energy consumption every 20 minutes, or averaging temperature hourly.
Window Duration sets how often the calculation runs — e.g. every 5 minutes, the Periodic Variable recalculates using the most recent window of Source Variable data.
Aggregation determines how the values within each window are combined:
Sum — total of all the values.
Average — mean of all the values.
Min / Max — smallest or largest value in the window.
Count — number of data points in the window.
Difference — change between the first and last value in the window.
Range — difference between the max and min value in the window.