GBR: Update animation & page_show_error timeout

This commit is contained in:
Kenta420 2025-06-19 15:47:40 +07:00
parent c5e3126f78
commit 63764b1153
2 changed files with 8 additions and 3 deletions

View file

@ -864,3 +864,5 @@ Iced Apple Frop Longback 55-21-02-0091 1 66 2 3 4 5 23 24 100 7:40 32
Iced Apple Oolong Tea 55-02-02-0101 1 66 16 10 23 24 100 7:40 32 Iced Apple Oolong Tea 55-02-02-0101 1 66 16 10 23 24 100 7:40 32
Iced Apple Juice 55-05-02-0134 1 66 16 23 24 100 7:40 32 Iced Apple Juice 55-05-02-0134 1 66 16 23 24 100 7:40 32
Iced Apple Soda 55-05-02-0135 1 66 13 23 24 100 7:40 32 Iced Apple Soda 55-05-02-0135 1 66 13 23 24 100 7:40 32
ICED YUZU 55-05-02-0089 1 53 23 24 100 7:40 32

Can't render this file because it has a wrong number of fields in line 200.

View file

@ -173,7 +173,7 @@
If MachineStage = "remove-cup" Then If MachineStage = "remove-cup" Then
Var LEDSet = "false" Var LEDSet = "false"
Open "ROOT/taobin_project/xml/page_remove_cup.xml" ;Open "ROOT/taobin_project/xml/page_remove_cup.xml"
EndIf EndIf
@ -211,8 +211,11 @@
Var TimeOut = TimeOut + 1 Var TimeOut = TimeOut + 1
If TimeOut > 30 Then If TimeOut > 30 Then
Var TimeOut = 0 Var TimeOut = 0
Open "ROOT/taobin_project/inter/gbr/xml/page_show_error.lxml" If MachineStage = "remove-cup" Then
Open "ROOT/taobin_project/xml/page_remove_cup.xml"
Else
Open "ROOT/taobin_project/inter/gbr/xml/page_show_error.lxml"
EndIf
EndIf EndIf
Refresh Refresh