do
This commit is contained in:
parent
937b700659
commit
5beeb12cc5
6 changed files with 2847 additions and 2804 deletions
BIN
animation01/TaoBinShowCoffeeProcess.mp4
Executable file
BIN
animation01/TaoBinShowCoffeeProcess.mp4
Executable file
Binary file not shown.
1
animation01/last-cmd
Normal file
1
animation01/last-cmd
Normal file
|
|
@ -0,0 +1 @@
|
|||
cp /mnt/sdcard/coffeevending/taobin_project/animation01/TaoBinShowCoffeeProcess.mp4 /mnt/sdcard/coffeevending/taobin_project/animation01/TaoBin2_draft02_art2.mp4;
|
||||
|
|
@ -1,19 +1,27 @@
|
|||
|
||||
DEBUGVAR ExhaustFanTime1Enable
|
||||
DEBUGVAR ExhaustFanTime1Hour
|
||||
DEBUGVAR ExhaustFanTime1Min
|
||||
;DEBUGVAR ExhaustFanTime1Enable
|
||||
;DEBUGVAR ExhaustFanTime1Hour
|
||||
;DEBUGVAR ExhaustFanTime1Min
|
||||
;
|
||||
;DEBUGVAR ExhaustFanTime2Enable
|
||||
;DEBUGVAR ExhaustFanTime2Hour
|
||||
;DEBUGVAR ExhaustFanTime2Min
|
||||
;
|
||||
;DEBUGVAR ExhaustFanTime3Enable
|
||||
;DEBUGVAR ExhaustFanTime3Hour
|
||||
;DEBUGVAR ExhaustFanTime3Min
|
||||
|
||||
DEBUGVAR ExhaustFanTime2Enable
|
||||
DEBUGVAR ExhaustFanTime2Hour
|
||||
DEBUGVAR ExhaustFanTime2Min
|
||||
DEBUGVAR ExhaustFanMode1
|
||||
DEBUGVAR ExhaustFanMode2
|
||||
DEBUGVAR ExhaustFanMode3
|
||||
|
||||
DEBUGVAR ExhaustFanTime3Enable
|
||||
DEBUGVAR ExhaustFanTime3Hour
|
||||
DEBUGVAR ExhaustFanTime3Min
|
||||
Var fan_mode_str = "set-fan-mode="
|
||||
|
||||
If ExhaustFanTime1Enable = "true" Then
|
||||
If ExhaustFanTime2Enable = "true" Then
|
||||
TimeRange ExhaustFanTime1Hour ExhaustFanTime1Min ExhaustFanTime2Hour ExhaustFanTime2Min SystemTimeHourInt SystemTimeMinuteInt CurrentTime1ToTime2
|
||||
Else
|
||||
Var CurrentTime1ToTime2 = "true"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -22,6 +30,38 @@ DEBUGVAR PreviseTime1ToTime2
|
|||
If PreviseTime1ToTime2 = CurrentTime1ToTime2 Then
|
||||
|
||||
Else
|
||||
|
||||
;__CMD "CLI" "set-fan-mode=1" "-" "-"
|
||||
Var PreviseTime1ToTime2 = CurrentTime1ToTime2
|
||||
If CurrentTime1ToTime2 = "true" Then
|
||||
Var fan_mode_str_final = fan_mode_str + ExhaustFanMode1
|
||||
__CMD "CLI" fan_mode_str_final "-" "-"
|
||||
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
|
||||
|
||||
|
|
|
|||
|
|
@ -1076,7 +1076,7 @@
|
|||
1300016 Brew time:sec เวลาชง: วินาที
|
||||
1300017 Test grind sizes ทดสอบขนาดบด
|
||||
1300018 Coffee module type : ประเภทชุดกาแฟ :
|
||||
1300019 1. Select grind sizes 1. เลือกขนาดการบด
|
||||
1300019 1. Select grind sizes 1. เลือกขนาดบด
|
||||
1300020 More coarse หยาบขึ้น
|
||||
1300021 More fine ละเอียดขึ้น
|
||||
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
|
|
@ -19,6 +19,8 @@
|
|||
Open "ROOT/taobin_project/xml/sold_cup_count.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
</EventOpen>
|
||||
|
||||
<Timeout> 33000 </Timeout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue