9.30 snap
This commit is contained in:
parent
1b3f562514
commit
de8bcfc291
58 changed files with 10725 additions and 61 deletions
|
|
@ -3,27 +3,31 @@
|
|||
|
||||
DEBUGVAR LastTimeUseChannel10InMinute
|
||||
DEBUGVAR CurrentXMLFileName0
|
||||
SAVELOG "powder schedule version 1.02"
|
||||
SAVELOG "powder schedule version 1.04"
|
||||
|
||||
If SystemTimeHourInt = 22 Then
|
||||
If SystemTimeMinuteInt = 50 Then
|
||||
; idle
|
||||
; and time match
|
||||
|
||||
If PowderStatus = "" Then
|
||||
Var PowderStatus = "tricker"
|
||||
Var PowderTestStep = 1
|
||||
DEBUGVAR PowderPayPushLowScheduleTurnOn10
|
||||
|
||||
If PowderPayPushLowScheduleTurnOn10 = 1 Then
|
||||
If SystemTimeHourInt = 3 Then
|
||||
If SystemTimeMinuteInt = 30 Then
|
||||
; idle
|
||||
; and time match
|
||||
|
||||
If PowderStatus = "" Then
|
||||
Var PowderStatus = "tricker"
|
||||
Var PowderTestStep = 1
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If SystemTimeMinuteInt = 60 Then
|
||||
; idle
|
||||
; and time match
|
||||
|
||||
Var PowderStatus = ""
|
||||
Var PowderTestStep = 0
|
||||
SAVELOG "PowderScheduleForCh10 reset reset reset"
|
||||
If SystemTimeMinuteInt = 60 Then
|
||||
; idle
|
||||
; and time match
|
||||
|
||||
Var PowderStatus = ""
|
||||
Var PowderTestStep = 0
|
||||
SAVELOG "PowderScheduleForCh10 reset reset reset"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue