Added POS fail page
This commit is contained in:
parent
b0c0d58a24
commit
889499dc2a
7 changed files with 15 additions and 61 deletions
BIN
image/pos/bn_close_en.png
Normal file
BIN
image/pos/bn_close_en.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
BIN
image/pos/bn_close_th.png
Normal file
BIN
image/pos/bn_close_th.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
BIN
image/pos/bp_close_en.png
Normal file
BIN
image/pos/bp_close_en.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
BIN
image/pos/bp_close_th.png
Normal file
BIN
image/pos/bp_close_th.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
BIN
image/pos/pos_fail_en.png
Normal file
BIN
image/pos/pos_fail_en.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 90 KiB |
BIN
image/pos/pos_fail_th.png
Normal file
BIN
image/pos/pos_fail_th.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 84 KiB |
|
|
@ -9,20 +9,17 @@
|
|||
<EventOpen>
|
||||
Var Timeout = 0
|
||||
|
||||
Var DirImage = "ROOT/taobin_project/image/pos/"
|
||||
If show_eng = "true" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/user_take_cup_en/"
|
||||
Var show_btp = "ROOT/taobin_project/image/bn_thai_lang_press.png"
|
||||
Var show_btn = "ROOT/taobin_project/image/bn_thai_lang.png"
|
||||
|
||||
Var PosFailImg = DirImage + "pos_fail_en.png"
|
||||
Var CloseBtnImg = DirImage + "bn_close_en.png"
|
||||
Var ClosePressedImg = DirImage + "bp_close_en.png"
|
||||
Else
|
||||
Var DirImage = "ROOT/taobin_project/image/user_take_cup_th/"
|
||||
Var show_btp = "ROOT/taobin_project/image/bn_eng_lang_press.png"
|
||||
Var show_btn = "ROOT/taobin_project/image/bn_eng_lang.png"
|
||||
Var PosFailImg = DirImage + "pos_fail_th.png"
|
||||
Var CloseBtnImg = DirImage + "bn_close_th.png"
|
||||
Var ClosePressedImg = DirImage + "bp_close_th.png"
|
||||
EndIf
|
||||
|
||||
LED LedDoorDoor 5 255 255 255 255
|
||||
|
||||
;include=ROOT/taobin_project/inc/remove_cup_event_open.inc
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
|
|
@ -30,46 +27,26 @@
|
|||
Var MachineErrorDetailAll = MachineErrorDetail + " / "
|
||||
Var MachineErrorDetailAll = MachineErrorDetailAll + MachineErrorDetailEng
|
||||
|
||||
|
||||
;DEBUGVAR HaveCup
|
||||
;DEBUGVAR CupOnArm
|
||||
;DEBUGVAR DoorCupPosition
|
||||
;DEBUGVAR CupChecking
|
||||
;DEBUGVAR CupArmMove
|
||||
;DEBUGVAR buttonRemoveCup
|
||||
|
||||
; Add haveCup false for block display abnormal. Alternate between page_board.xml and this file.
|
||||
If HaveCup = "false" Then
|
||||
If MachineStage = "show-menu" Then
|
||||
Open "ROOT/taobin_project/xml/page_board.xml"
|
||||
|
||||
EndIf
|
||||
If Timeout > 30 Then
|
||||
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
|
||||
EndIf
|
||||
|
||||
If MachineStage = "close-maintenance" Then
|
||||
Open "ROOT/taobin_project/xml/page_show_error.xml"
|
||||
|
||||
EndIf
|
||||
|
||||
;include=ROOT/taobin_project/inc/remove_cup_step.inc
|
||||
|
||||
Refresh
|
||||
TimerReset
|
||||
|
||||
|
||||
</EventTimeout>
|
||||
|
||||
<Image>
|
||||
<X> 0 </X>
|
||||
<Y> 852 </Y>
|
||||
<Filename> Var(DirImage + "/img5.png") </Filename>
|
||||
<Y> 480 </Y>
|
||||
<Filename> PosFailImg </Filename>
|
||||
</Image>
|
||||
|
||||
<Button>
|
||||
<X> 212 </X>
|
||||
<Y> 1661 </Y>
|
||||
<Filename> Var( DirImage + "/bn_door_open.png" ) </Filename>
|
||||
<FilenamePress> Var( DirImage + "/bp_door_open.png" )</FilenamePress>
|
||||
<X> 398 </X>
|
||||
<Y> 1753 </Y>
|
||||
<Filename> CloseBtnImg </Filename>
|
||||
<FilenamePress> ClosePressedImg </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<State> buttonRemoveCup </State>
|
||||
|
|
@ -80,29 +57,6 @@
|
|||
|
||||
|
||||
|
||||
<Button>
|
||||
<X> 990 </X>
|
||||
<Y> 400 </Y>
|
||||
<State> show_eng_button_stage </State>
|
||||
<Filename> show_btn </Filename>
|
||||
<FilenamePress> show_btp </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
; eng
|
||||
If show_eng = "true" Then
|
||||
Var show_eng = "false"
|
||||
Else
|
||||
Var show_eng = "true"
|
||||
EndIf
|
||||
Open CurrentXMLFileName2
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<Text>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue