Fix bug page_thankyouConti.xml
This commit is contained in:
parent
875c4fbf81
commit
cdb07f757d
61 changed files with 6469 additions and 6419 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue