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
|
DEBUGVAR $51-03-01-0035.Price
|
||||||
Var PromotionIDCurrentOrder = 0
|
Var PromotionIDCurrentOrder = 0
|
||||||
RootLayoutVisible 3 "show"
|
RootLayoutVisible 3 "show"
|
||||||
|
|
||||||
|
; reset-if-empty
|
||||||
|
DEBUGVAR buttonRemoveCup
|
||||||
|
|
||||||
|
If buttonRemoveCup = "Invisible" Then
|
||||||
|
|
||||||
|
Else
|
||||||
|
If buttonRemoveCup = "Enable" Then
|
||||||
|
|
||||||
|
Else
|
||||||
|
Var buttonRemoveCup = "Invisible"
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
</EventOpen>
|
</EventOpen>
|
||||||
<Timeout> 1000 </Timeout>
|
<Timeout> 1000 </Timeout>
|
||||||
<EventTimeout>
|
<EventTimeout>
|
||||||
|
|
@ -232,6 +245,8 @@
|
||||||
|
|
||||||
|
|
||||||
; zone cup on arm
|
; zone cup on arm
|
||||||
|
DEBUGVAR CheckCupStateDoorCupClose
|
||||||
|
DEBUGVAR CupOnArm
|
||||||
If CupOnArm = "true" Then
|
If CupOnArm = "true" Then
|
||||||
|
|
||||||
If CheckCupStateDoorCupClose = "" Then
|
If CheckCupStateDoorCupClose = "" Then
|
||||||
|
|
@ -246,6 +261,8 @@
|
||||||
Var buttonRemoveCup = "Invisible"
|
Var buttonRemoveCup = "Invisible"
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
DEBUGVAR MachineStage
|
||||||
|
DEBUGVAR buttonRemoveCup
|
||||||
|
|
||||||
|
|
||||||
Refresh
|
Refresh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue