fix detection state
This commit is contained in:
parent
effd5c19e9
commit
25b0a11694
@ -130,7 +130,7 @@ void taskControl(void *pvParameters)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((bHeatingInAction == false) && (bBurnerFaultDetected == true))
|
if ((bHeatingInAction == false) && (bBurnerFaultDetected == false))
|
||||||
{
|
{
|
||||||
if ((getReturnFlowTemperature().average60s.fValue <= currentControlEntry.fReturnFlowTemperature) && (getChamberTemperature().fCurrentValue <= 45.0))
|
if ((getReturnFlowTemperature().average60s.fValue <= currentControlEntry.fReturnFlowTemperature) && (getChamberTemperature().fCurrentValue <= 45.0))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user