DO aus warning
This commit is contained in:
parent
5b32bd475a
commit
1bfcef66c9
8 changed files with 10718 additions and 133 deletions
|
|
@ -196,41 +196,13 @@
|
|||
<Function2>
|
||||
DEBUGVAR MachineStage
|
||||
DEBUGVAR stop_now
|
||||
Var DirImage = "ROOT/taobin_project/image/vending_error_en"
|
||||
Var DirImage = "ROOT/taobin_project/inter/aus/image/vending_error_en"
|
||||
If MachineStage = "mcu-upgrade" Then
|
||||
If LanguageShow = "THAI" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/vending_error"
|
||||
EndIf
|
||||
If LanguageShow = "ENG" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
If LanguageShow = "JAPAN" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
If LanguageShow = "CHINA" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
If LanguageShow = "MALAY" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
|
||||
If NeedUpgrade = "true" Then
|
||||
If LanguageShow = "THAI" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/vending_error"
|
||||
EndIf
|
||||
If LanguageShow = "ENG" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
If LanguageShow = "JAPAN" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
If LanguageShow = "CHINA" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
If LanguageShow = "MALAY" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
|
||||
DEBUGVAR MachineStage
|
||||
|
|
@ -238,40 +210,12 @@
|
|||
If MachineStage = "close-maintenance" Then
|
||||
DEBUGVAR stop_now
|
||||
If stop_now = "true" Then
|
||||
If LanguageShow = "THAI" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/vending_error"
|
||||
EndIf
|
||||
If LanguageShow = "ENG" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
If LanguageShow = "JAPAN" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
If LanguageShow = "CHINA" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
If LanguageShow = "MALAY" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
Else
|
||||
Var show_error_normal = "Enable"
|
||||
Var show_error_sp1 = "Invisible"
|
||||
|
||||
If LanguageShow = "THAI" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/close_th"
|
||||
EndIf
|
||||
If LanguageShow = "ENG" Then
|
||||
Var DirImage = CountryRootPath + "image/close_en"
|
||||
EndIf
|
||||
If LanguageShow = "JAPAN" Then
|
||||
Var DirImage = CountryRootPath + "image/close_en"
|
||||
EndIf
|
||||
If LanguageShow = "CHINA" Then
|
||||
Var DirImage = CountryRootPath + "image/close_en"
|
||||
EndIf
|
||||
If LanguageShow = "MALAY" Then
|
||||
Var DirImage = CountryRootPath + "image/close_en"
|
||||
EndIf
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -279,77 +223,23 @@
|
|||
|
||||
If MachineStage = "drink-failed" Then
|
||||
If stop_now = "true" Then
|
||||
If LanguageShow = "THAI" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/vending_error"
|
||||
EndIf
|
||||
If LanguageShow = "ENG" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
If LanguageShow = "JAPAN" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
If LanguageShow = "CHINA" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
If LanguageShow = "MALAY" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
Else
|
||||
Var show_error_normal = "Enable"
|
||||
Var show_error_sp1 = "Invisible"
|
||||
If LanguageShow = "THAI" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/close_th"
|
||||
EndIf
|
||||
If LanguageShow = "ENG" Then
|
||||
Var DirImage = CountryRootPath + "image/close_en"
|
||||
EndIf
|
||||
If LanguageShow = "JAPAN" Then
|
||||
Var DirImage = CountryRootPath + "image/close_en"
|
||||
EndIf
|
||||
If LanguageShow = "CHINA" Then
|
||||
Var DirImage = CountryRootPath + "image/close_en"
|
||||
EndIf
|
||||
If LanguageShow = "MALAY" Then
|
||||
Var DirImage = CountryRootPath + "image/close_en"
|
||||
EndIf
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If NETCORE_LOST_CNT > 0 Then
|
||||
If LanguageShow = "THAI" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/vending_error"
|
||||
EndIf
|
||||
If LanguageShow = "ENG" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
If LanguageShow = "JAPAN" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
If LanguageShow = "CHINA" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
If LanguageShow = "MALAY" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
|
||||
If NETCORE_EVENT_CNT_X >= 30 Then
|
||||
Var NETCORE_EVENT_CNT_X = 0
|
||||
If LanguageShow = "THAI" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/vending_error"
|
||||
EndIf
|
||||
If LanguageShow = "ENG" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
If LanguageShow = "JAPAN" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
If LanguageShow = "CHINA" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
If LanguageShow = "MALAY" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
|
||||
Var MaintenanceCard = 20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue