From 63764b1153c6d928173392e409becca113599681 Mon Sep 17 00:00:00 2001 From: Kenta420 Date: Thu, 19 Jun 2025 15:47:40 +0700 Subject: [PATCH] GBR: Update animation & page_show_error timeout --- inter/gbr/animation01/play_list.tsv | 2 ++ inter/gbr/xml/page_show_error.lxml | 9 ++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/inter/gbr/animation01/play_list.tsv b/inter/gbr/animation01/play_list.tsv index da34f7f0..9e6d923e 100644 --- a/inter/gbr/animation01/play_list.tsv +++ b/inter/gbr/animation01/play_list.tsv @@ -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 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 YUZU 55-05-02-0089 1 53 23 24 100 7:40 32 diff --git a/inter/gbr/xml/page_show_error.lxml b/inter/gbr/xml/page_show_error.lxml index 2415b36a..1287810b 100644 --- a/inter/gbr/xml/page_show_error.lxml +++ b/inter/gbr/xml/page_show_error.lxml @@ -173,7 +173,7 @@ If MachineStage = "remove-cup" Then Var LEDSet = "false" - Open "ROOT/taobin_project/xml/page_remove_cup.xml" + ;Open "ROOT/taobin_project/xml/page_remove_cup.xml" EndIf @@ -211,8 +211,11 @@ Var TimeOut = TimeOut + 1 If TimeOut > 30 Then 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 Refresh