Do drin fail3 and emergency stop

This commit is contained in:
wanlop run 2025-01-16 17:13:58 +07:00
parent ae09db0c29
commit 673fa13a8a
14 changed files with 378 additions and 876 deletions

View file

@ -1,5 +1,5 @@
SAVELOG "RoadShow.ev 176467 176152 175996 176256 Kid day Jan 10-11 "
SAVELOG "RoadShow.ev 201648 201667 201576 Jan 15-19 "
Var RoadShow = "false"
@ -11,28 +11,34 @@ DEBUGVAR SystemTimeHourInt
If SystemDateYearInt = 2025 Then
If SystemDateMonthInt = 1 Then
Var RoadShowBoxID = 0
If BoxID = 176467 Then
If BoxID = 201648 Then
Var RoadShowBoxID = 1
EndIf
If BoxID = 176152 Then
If BoxID = 201667 Then
Var RoadShowBoxID = 1
EndIf
If BoxID = 175996 Then
Var RoadShowBoxID = 1
EndIf
If BoxID = 176256 Then
If BoxID = 201576 Then
Var RoadShowBoxID = 1
EndIf
If RoadShowBoxID = 1 Then
If SystemDateDayInt = 10 Then
If SystemDateDayInt = 15 Then
Var RoadShow = "true"
EndIf
If SystemDateDayInt = 11 Then
If SystemDateDayInt = 16 Then
Var RoadShow = "true"
EndIf
If SystemDateDayInt = 17 Then
Var RoadShow = "true"
EndIf
If SystemDateDayInt = 18 Then
Var RoadShow = "true"
EndIf
If SystemDateDayInt = 19 Then
Var RoadShow = "true"
EndIf
EndIf