fix EventTimeout
This commit is contained in:
parent
dbcb792fb9
commit
0b06d1c63f
2 changed files with 121 additions and 95 deletions
|
|
@ -19,3 +19,29 @@
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
|
If NextPage = "-" Then
|
||||||
|
If Timeout > 60 Then
|
||||||
|
;include="ROOT/taobin_project/inc/return_condition.ev"
|
||||||
|
EndIf
|
||||||
|
Else
|
||||||
|
|
||||||
|
If CupOnArm = "true" Then
|
||||||
|
If Timeout > 9 Then
|
||||||
|
SAVELOG "COA9"
|
||||||
|
Var NextPageAlternate = NextPage
|
||||||
|
Var NextPage = "-"
|
||||||
|
Open NextPageAlternate
|
||||||
|
EndIf
|
||||||
|
Else
|
||||||
|
If Timeout > 30 Then
|
||||||
|
SAVELOG "COA30"
|
||||||
|
Var NextPageAlternate = NextPage
|
||||||
|
Var NextPage = "-"
|
||||||
|
Open NextPageAlternate
|
||||||
|
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
|
Var Timeout = Timeout + 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue