release 10.03

This commit is contained in:
wanlop run 2025-06-13 10:55:49 +07:00
parent 73044b0ea3
commit c1781e66ee
16 changed files with 23674 additions and 20319 deletions

View file

@ -643,6 +643,12 @@
__CMD "SetErrorCodeHandleByXML" 1030 "-" "-"
__CMD "SetErrorCodeHandleByXML" 1031 "-" "-"
Var IndexCharWhenTImeZero = 0
Var ArrayCharWhenTImeZero[0] = "- "
Var ArrayCharWhenTImeZero[1] = "\ "
Var ArrayCharWhenTImeZero[2] = "| "
Var ArrayCharWhenTImeZero[3] = "/ "
</EventOpen>
<EventLanguageOnChange>
Var XPosiShowCountDownBrew = 768
@ -790,7 +796,6 @@
Var MOVE_CUP_TO_DOOR = "false"
EndIf
Var CountDownBrewing = BREW_CNT
@ -825,8 +830,6 @@
EndIf
Var ShowCountDownBrewing = CountDownBrewing
; TODO
DEBUGVAR EnableDoubleCupNoError
@ -844,6 +847,10 @@
EndIf
Var CountDownBrewing = BREW_CNT
Var ShowCountDownBrewing = CountDownBrewing
If BREW_CNT = 0 Then
If CountUpWhenBREW_CNT > 56 Then
Var CountUpWhenBREW_CNT = 0
@ -858,6 +865,14 @@
Var CountUpWhenBREW_CNT = CountUpWhenBREW_CNT + 1
Var ShowCountDownBrewing = ArrayCharWhenTImeZero[IndexCharWhenTImeZero]
Var IndexCharWhenTImeZero = IndexCharWhenTImeZero + 1
If IndexCharWhenTImeZero > 3 Then
Var IndexCharWhenTImeZero = 0
EndIf
EndIf
If Timeout > 480 Then