This commit is contained in:
wanlop run 2024-08-26 13:21:03 +07:00
parent 937b700659
commit 5beeb12cc5
6 changed files with 2847 additions and 2804 deletions

Binary file not shown.

1
animation01/last-cmd Normal file
View file

@ -0,0 +1 @@
cp /mnt/sdcard/coffeevending/taobin_project/animation01/TaoBinShowCoffeeProcess.mp4 /mnt/sdcard/coffeevending/taobin_project/animation01/TaoBin2_draft02_art2.mp4;

View file

@ -1,19 +1,27 @@
DEBUGVAR ExhaustFanTime1Enable ;DEBUGVAR ExhaustFanTime1Enable
DEBUGVAR ExhaustFanTime1Hour ;DEBUGVAR ExhaustFanTime1Hour
DEBUGVAR ExhaustFanTime1Min ;DEBUGVAR ExhaustFanTime1Min
;
;DEBUGVAR ExhaustFanTime2Enable
;DEBUGVAR ExhaustFanTime2Hour
;DEBUGVAR ExhaustFanTime2Min
;
;DEBUGVAR ExhaustFanTime3Enable
;DEBUGVAR ExhaustFanTime3Hour
;DEBUGVAR ExhaustFanTime3Min
DEBUGVAR ExhaustFanTime2Enable DEBUGVAR ExhaustFanMode1
DEBUGVAR ExhaustFanTime2Hour DEBUGVAR ExhaustFanMode2
DEBUGVAR ExhaustFanTime2Min DEBUGVAR ExhaustFanMode3
DEBUGVAR ExhaustFanTime3Enable Var fan_mode_str = "set-fan-mode="
DEBUGVAR ExhaustFanTime3Hour
DEBUGVAR ExhaustFanTime3Min
If ExhaustFanTime1Enable = "true" Then If ExhaustFanTime1Enable = "true" Then
If ExhaustFanTime2Enable = "true" Then If ExhaustFanTime2Enable = "true" Then
TimeRange ExhaustFanTime1Hour ExhaustFanTime1Min ExhaustFanTime2Hour ExhaustFanTime2Min SystemTimeHourInt SystemTimeMinuteInt CurrentTime1ToTime2 TimeRange ExhaustFanTime1Hour ExhaustFanTime1Min ExhaustFanTime2Hour ExhaustFanTime2Min SystemTimeHourInt SystemTimeMinuteInt CurrentTime1ToTime2
Else
Var CurrentTime1ToTime2 = "true"
EndIf EndIf
EndIf EndIf
@ -22,6 +30,38 @@ DEBUGVAR PreviseTime1ToTime2
If PreviseTime1ToTime2 = CurrentTime1ToTime2 Then If PreviseTime1ToTime2 = CurrentTime1ToTime2 Then
Else Else
Var PreviseTime1ToTime2 = CurrentTime1ToTime2
;__CMD "CLI" "set-fan-mode=1" "-" "-" If CurrentTime1ToTime2 = "true" Then
Var fan_mode_str_final = fan_mode_str + ExhaustFanMode1
__CMD "CLI" fan_mode_str_final "-" "-"
EndIf
EndIf EndIf
If CurrentTime1ToTime2 = "false" Then
If ExhaustFanTime2Enable = "true" Then
If ExhaustFanTime3Enable = "true" Then
TimeRange ExhaustFanTime2Hour ExhaustFanTime2Min ExhaustFanTime3Hour ExhaustFanTime3Min SystemTimeHourInt SystemTimeMinuteInt CurrentTime2ToTime3
Else
Var CurrentTime2ToTime3 = "true"
EndIf
EndIf
DEBUGVAR CurrentTime2ToTime3
DEBUGVAR PreviseTime2ToTime3
If PreviseTime2ToTime3 = CurrentTime2ToTime3 Then
Else
Var PreviseTime2ToTime3 = CurrentTime2ToTime3
If CurrentTime2ToTime3 = "true" Then
Var fan_mode_str_final = fan_mode_str + ExhaustFanMode2
__CMD "CLI" fan_mode_str_final "-" "-"
EndIf
EndIf
EndIf

View file

@ -1076,7 +1076,7 @@
1300016 Brew time:sec เวลาชง: วินาที 1300016 Brew time:sec เวลาชง: วินาที
1300017 Test grind sizes ทดสอบขนาดบด 1300017 Test grind sizes ทดสอบขนาดบด
1300018 Coffee module type : ประเภทชุดกาแฟ : 1300018 Coffee module type : ประเภทชุดกาแฟ :
1300019 1. Select grind sizes 1. เลือกขนาดการบด 1300019 1. Select grind sizes 1. เลือกขนาดบด
1300020 More coarse หยาบขึ้น 1300020 More coarse หยาบขึ้น
1300021 More fine ละเอียดขึ้น 1300021 More fine ละเอียดขึ้น
1300022 2. Test grinding 2. ทดสอบการบด 1300022 2. Test grinding 2. ทดสอบการบด

Can't render this file because it has a wrong number of fields in line 21.

File diff suppressed because it is too large Load diff

View file

@ -19,6 +19,8 @@
Open "ROOT/taobin_project/xml/sold_cup_count.xml" Open "ROOT/taobin_project/xml/sold_cup_count.xml"
EndIf EndIf
EndIf EndIf
</EventOpen> </EventOpen>
<Timeout> 33000 </Timeout> <Timeout> 33000 </Timeout>