fix EventTimeout
This commit is contained in:
parent
dbcb792fb9
commit
0b06d1c63f
2 changed files with 121 additions and 95 deletions
|
|
@ -1,16 +1,16 @@
|
|||
;include="ROOT/taobin_project/inter/tha/xml/multi/InstanceGetSetString.inc"
|
||||
|
||||
|
||||
|
||||
GetVisible inst_show_exclude_group
|
||||
|
||||
|
||||
If inst_show_exclude_group_counter = "" Then
|
||||
Var inst_show_exclude_group_counter = 15
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
If inst_show_exclude_group = 1 Then
|
||||
If inst_show_exclude_group_counter > 0 Then
|
||||
|
||||
|
||||
Var inst_show_exclude_group_counter = inst_show_exclude_group_counter - 1
|
||||
|
||||
If inst_show_exclude_group_counter = 0 Then
|
||||
|
|
@ -19,3 +19,29 @@
|
|||
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