Add file select 5
This commit is contained in:
parent
6b2caad97a
commit
3713f62d05
18 changed files with 2057 additions and 45 deletions
|
|
@ -13,6 +13,8 @@
|
|||
|
||||
DEBUGVAR SoundVolume
|
||||
|
||||
|
||||
|
||||
|
||||
Var NextOrder = "false"
|
||||
|
||||
|
|
@ -554,6 +556,23 @@
|
|||
Else
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
|
||||
If Seeker = "curr" Then
|
||||
If DoorCupPosition = "bottom" Then
|
||||
; It normal
|
||||
Var EmergencyStop = "false"
|
||||
Else
|
||||
Var EmergencyStop = "true"
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_show_error.xml"
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
Refresh
|
||||
|
||||
TimerReset
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue