Add button

This commit is contained in:
kong 2021-11-15 15:48:46 +07:00
parent 44d5916a25
commit db96998de7
3 changed files with 37 additions and 7 deletions

View file

@ -25,4 +25,3 @@
12-03-02-0006
12-02-02-0004
12-05-02-0007
12-04-02-0002

Can't render this file because it has a wrong number of fields in line 2.

View file

@ -296,9 +296,14 @@
Var Timeout = Timeout + 1
If BREW_COUNT_DOWN_FROM_APP = "on" Then
Var CountDownBrewing = BREW_CNT
Else
If CountDownBrewing > 0 Then
Var CountDownBrewing = CountDownBrewing - 1
EndIf
Endif
If Simulation = "true" Then
If CountDownBrewing = 0 Then

View file

@ -158,7 +158,10 @@
<Timeout> 500 </Timeout>
<EventTimeout>
SAVELOG MachineStage
DEBUGVAR MachineStage
DEBUGVAR CupOnArm
DEBUGVAR buttonRemoveCup
DEBUGVAR CART_COUNT
If HaveCup = "false" Then
@ -183,7 +186,12 @@
EndIf
EndIf
Else
If CupOnArm = "true" Then
Var buttonRemoveCup = "Enable"
Else
Var buttonRemoveCup = "Invisible"
EndIf
EndIf
@ -193,6 +201,9 @@
Open "ROOT/taobin_project/xml/page_back_to_remove_cup.xml"
Else
Var buttonRemoveCup = "Enable"
Var Timeout2 = Timeout2 + 1
If Timeout2 > 15 Then
@ -215,6 +226,7 @@
Var Timeout = Timeout + 1
TimerReset
Refresh
</EventTimeout>
@ -253,7 +265,6 @@
;</Image>
<Button>
<X> 870 </X>
<Y> 1860 </Y>
@ -324,5 +335,20 @@
<Filename> next_pic </Filename>
</Image>
<Button>
<X> 757 </X>
<Y> 448 </Y>
<State> buttonRemoveCup </State>
;<Color> "0x00BDFF" </Color>
<Interval> 500 </Interval>
<Filename> "ROOT/taobin_project/image/main_page/bn_remove_cup.png" </Filename>
<Filename> "ROOT/taobin_project/image/main_page/bp_remove_cup.png" </Filename>
<EventClick>
Machine RemoveCup
Machine DoorLidOpen
</EventClick>
</Button>
</Popup>