Merge branch 'masterpiece' into sgp_blue
This commit is contained in:
commit
3f41c3621c
76 changed files with 8969 additions and 6800 deletions
|
|
@ -71,3 +71,22 @@ EndIf
|
|||
|
||||
DEBUGVAR LastTimeOfMainGateCloseUnitInMinute
|
||||
DEBUGVAR MachineUpTimeUnitInMinute
|
||||
|
||||
If MachineStage = "close-maintenance" Then
|
||||
Var CountDownForSetFanMode = 3
|
||||
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
|
||||
|
|
|
|||
|
|
@ -476,7 +476,6 @@
|
|||
Var XPercent = 0
|
||||
EndIf
|
||||
|
||||
CashlessReq SUCCESS
|
||||
|
||||
</EventOpen>
|
||||
<EventLanguageOnChange>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue