I'm hoping someone can help me with a simple user expression to restrict
a system from operating when wet bulb temp is too high. My strategy is
to use an if/then statement for the fan schedule's hourly settings, and
the following has not worked:
{if (#G("WET-BULB TEMP") < 60)
Equals 1
Else 0
Endif}
The parsing error implies I am incorrectly referencing the global wet
bulb variable - would someone be willing to straighten out my syntax?
Thanks,
Dakota Kelley