GBR: Update animation & page_show_error timeout
This commit is contained in:
parent
c5e3126f78
commit
63764b1153
2 changed files with 8 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue