Ace Dynamic Comp Index  June 2020
Niagara-4.9
control::Tstat Class Reference

Detailed Description

Tstat Provides On/Off or Floating Thermostat control

raise & lower outputs operate independently of isHeating mode.
lower will be set to true if cv > (sp + diff/2) and will
remain set until cv < (sp - diff/2).
raise will be set to true if cv < (sp - diff/2) and will
remain set until CV > (sp + diff/2).
out will be set based on isHeating mode.
if isHeating
out = raise
else
out = lower

Properties


double diff

Default: 0.0
Facets: @config @summary

bool isHeating

Default: false
Facets: @config @summary

double sp

Facets: @config @summary

status_double cv

Facets: @input @summary

status_bool out

Facets: @readonly @summary

status_bool raise

Facets: @readonly @summary

status_bool lower

Facets: @readonly @summary