VIRTUAL POINTS

sec

Defined Points (1)

Point ID Expression Units Starting Value Current Value Status
THERMAL_ENERGY_TOTAL_BTU {THERMAL_ENERGY_TOTAL_BTU} + (500/60) * reset_delta({Badger_Flow_Meter_260001_T1_Tplus_User}) * (({RTD_002_T_outPower-PipeSystem} - {RTD_001_T_inPower-PipeSystem}) * 9/5) BTU 0.0

Add / Update Point

Syntax reference
{point_id} — current value of a raw or virtual point
delta({point_id}) — change since last poll (can be negative)
pos_delta({point_id}) — change since last poll, clamped to ≥ 0
reset_delta({point_id}) — change since last poll; if the counter went backwards (rollover/reset), uses the current value instead of a negative delta
dt — seconds since this app's last poll
dt({point_id}) — seconds since that point's own last reading changed
Operators: + - * / and parentheses. A point can reference its own Point ID for running totals — its previous value is read from stored history automatically.
Only used if the expression references its own Point ID, and only until the first real value is stored