INTER: add check if empty buttonRemoveCup, init it.
This commit is contained in:
parent
d00b7702cd
commit
9133b6e076
1 changed files with 17 additions and 0 deletions
|
|
@ -210,6 +210,19 @@
|
|||
DEBUGVAR $51-03-01-0035.Price
|
||||
Var PromotionIDCurrentOrder = 0
|
||||
RootLayoutVisible 3 "show"
|
||||
|
||||
; reset-if-empty
|
||||
DEBUGVAR buttonRemoveCup
|
||||
|
||||
If buttonRemoveCup = "Invisible" Then
|
||||
|
||||
Else
|
||||
If buttonRemoveCup = "Enable" Then
|
||||
|
||||
Else
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
EndIf
|
||||
EndIf
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
|
|
@ -232,6 +245,8 @@
|
|||
|
||||
|
||||
; zone cup on arm
|
||||
DEBUGVAR CheckCupStateDoorCupClose
|
||||
DEBUGVAR CupOnArm
|
||||
If CupOnArm = "true" Then
|
||||
|
||||
If CheckCupStateDoorCupClose = "" Then
|
||||
|
|
@ -246,6 +261,8 @@
|
|||
Var buttonRemoveCup = "Invisible"
|
||||
EndIf
|
||||
EndIf
|
||||
DEBUGVAR MachineStage
|
||||
DEBUGVAR buttonRemoveCup
|
||||
|
||||
|
||||
Refresh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue