spiralNow
This commit is contained in:
parent
e4302019dc
commit
f8a56c6948
9 changed files with 480 additions and 4 deletions
|
|
@ -31,6 +31,14 @@
|
|||
; EndIf
|
||||
;EndIf
|
||||
|
||||
If SpiralOnline = "true"
|
||||
If show_eng = "true" Then
|
||||
Var DirImageSpiral = "ROOT/taobin_project/image/page2_en/page2"
|
||||
Else
|
||||
Var DirImageSpiral = "ROOT/taobin_project/image/page2"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If MachineStage = "mcu-upgrade" Then
|
||||
If show_eng = "true" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/vending_error_en/"
|
||||
|
|
@ -149,6 +157,10 @@
|
|||
DEBUGVAR MachineStage
|
||||
DEBUGVAR NETCORE_EVENT_CNT_TMP
|
||||
|
||||
If SpiralOnline = "true" Then
|
||||
Open "ROOT/taobin_project/xml/page_show_error_spiral.xml"
|
||||
EndIf
|
||||
|
||||
Var EmergencyStop = "-"
|
||||
|
||||
If DoorCupPosition = "bottom" Then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue