Fix bug page_thankyouConti.xml

This commit is contained in:
wanlop run 2024-09-24 23:47:36 +07:00
parent 875c4fbf81
commit cdb07f757d
61 changed files with 6469 additions and 6419 deletions

View file

@ -71,3 +71,22 @@ EndIf
DEBUGVAR LastTimeOfMainGateCloseUnitInMinute
DEBUGVAR MachineUpTimeUnitInMinute
If MachineStage = "close-maintenance" Then
Var CountDownForSetFanMode = 60
EndIf
If CountDownForSetFanMode = "" Then
Var CountDownForSetFanMode = 0
EndIf
If CountDownForSetFanMode > 0 Then
Var CountDownForSetFanMode = CountDownForSetFanMode - 1
DEBUGVAR CountDownForSetFanMode
EndIf
If CountDownForSetFanMode = 1 Then
Var PreviseTime2ToTime3 = ""
Var PreviseTime1ToTime2 = ""
SAVELOG "Update fan mode"
EndIf