Compare commits
46 Commits
Author | SHA1 | Date | |
---|---|---|---|
701f639b0f | |||
979fc6d66c | |||
a5cd854f36 | |||
571d0af7cc | |||
4a56ba8c3e | |||
1b859be0d4 | |||
d15b7d8f83 | |||
c43764b2b0 | |||
25462147b0 | |||
689ae2964f | |||
60fccdc917 | |||
5285eb5c05 | |||
6ca423b293 | |||
dd2d554d01 | |||
0f06e63826 | |||
dabd44197d | |||
80093de987 | |||
8e5de08bd0 | |||
295dc4badc | |||
93de81b036 | |||
b9a65a865e | |||
6f051a6cbc | |||
11e0374581 | |||
307503e402 | |||
82e21f98f6 | |||
b90be66e36 | |||
f5297f8fcf | |||
5976a30ea3 | |||
943c62a25a | |||
56852fc116 | |||
2702a71343 | |||
95c2500bdb | |||
b09f81692c | |||
bbd31a5f2e | |||
dc4c53ae4a | |||
a21945ae8c | |||
405394f08c | |||
384efce14b | |||
0f7ddce50a | |||
916facb9f7 | |||
c7a2b326fe | |||
d3adea9018 | |||
d01525264c | |||
f8b00f5fb8 | |||
1cd03956cf | |||
4c2b34a0bd |
@ -1,7 +1,115 @@
|
|||||||
|
[COMMON]
|
||||||
|
com_port_name=/dev/ttyS1
|
||||||
|
com_baud_rate=9600
|
||||||
|
lang1=lt_LT
|
||||||
|
lang2=en_GB
|
||||||
|
lang3=de_DE
|
||||||
|
lang4=ru_RU
|
||||||
|
lang5=
|
||||||
|
|
||||||
|
defaultLanguage=1
|
||||||
|
CharacterSet="ISO 8859-13"
|
||||||
|
|
||||||
|
showInfoButton=false
|
||||||
|
showHelpButton=false
|
||||||
|
|
||||||
|
#useLanguage=[128+][64+][32+][16]
|
||||||
|
useLanguage=240
|
||||||
|
#usePayment=[128+][64+][32+][16]
|
||||||
|
usePayment=96
|
||||||
|
#useVehicle=[128+][64+][32+][16+][8]
|
||||||
|
useVehicle=192
|
||||||
|
#useProduct=[128+][64+][32+][16+][8]
|
||||||
|
useProduct=192
|
||||||
|
|
||||||
|
textfile=/opt/app/ATBAPP/text/HMI_Texte.xml
|
||||||
|
logfile=/var/log/atbqt.log
|
||||||
|
alternativeLogoFile=/opt/app/ATBAPP/logo/logo_klaipeda2.png
|
||||||
|
|
||||||
|
feature_Log=off
|
||||||
|
feature_TouchFeedback=off
|
||||||
|
feature_StartButton=on
|
||||||
|
feature_selfOOO=off
|
||||||
|
feature_ShowParkingTime=off
|
||||||
|
|
||||||
|
suspend_methode=sysfs
|
||||||
|
suspend_program=
|
||||||
|
suspend_time=8
|
||||||
|
|
||||||
|
touch_feedback_gpio=121
|
||||||
|
touch_feedback_on_value=1
|
||||||
|
touch_feedback_off_value=0
|
||||||
|
|
||||||
|
#ooo_mode={useDisk|otherMachine}
|
||||||
|
ooo_mode=otherMachine
|
||||||
|
sellTimeout_time=60
|
||||||
|
|
||||||
|
showInfoButton=false
|
||||||
|
showHelpButton=false
|
||||||
|
|
||||||
|
useAppStates=1
|
||||||
|
statefile=/opt/app/ATBAPP/states/APP_States.xml
|
||||||
|
|
||||||
|
[SCREENCONFIG]
|
||||||
|
sc_31="1,1,0"
|
||||||
|
sc_33="1,0,1"
|
||||||
|
sc_3F="1,0,0"
|
||||||
|
sc_40="1,0,1"
|
||||||
|
sc_41="1,0,0"
|
||||||
|
sc_35="0,0,0"
|
||||||
|
sc_51="1,0,1"
|
||||||
|
sc_52="1,0,0"
|
||||||
|
sc_53="1,0,0"
|
||||||
|
|
||||||
|
|
||||||
|
[PLUGINS]
|
||||||
|
CCPlugin=AsyncPOS_CCPlugin
|
||||||
|
CalculatePricePlugin=MOBILISIS_CalculatePricePlugin
|
||||||
|
DeviceControllerPlugin=ATBDeviceControllerPlugin
|
||||||
|
|
||||||
|
|
||||||
|
[IngenicoISelf_CCPlugin]
|
||||||
|
debug=1
|
||||||
|
PortName=/dev/ttymxc0
|
||||||
|
ZVT=DE
|
||||||
|
sleep=1
|
||||||
|
sleepExtended=1
|
||||||
|
Currency=HUF
|
||||||
|
|
||||||
|
|
||||||
|
[TCP_CONTROL]
|
||||||
|
enable=1
|
||||||
|
|
||||||
|
|
||||||
|
[PAYMENT]
|
||||||
|
currencySymbol=€
|
||||||
|
currencyISOCode=EUR
|
||||||
|
cashVariant=CoinsAndNotes
|
||||||
|
paymentPointInTime=poa
|
||||||
|
useDecimal=yes
|
||||||
|
|
||||||
|
|
||||||
|
[MOBILISIS_CalculatePricePlugin]
|
||||||
|
useDebug=1
|
||||||
|
tariffFileName=/etc/psa_tariff/tariff01.json
|
||||||
|
|
||||||
[ATBDeviceControllerPlugin]
|
[ATBDeviceControllerPlugin]
|
||||||
printerEncoding=Windows-1257
|
|
||||||
printerLocale=lt_LT
|
|
||||||
serialPort=ttymxc2
|
serialPort=ttymxc2
|
||||||
|
printerEncoding="Windows-1257"
|
||||||
|
printerLocale="lt_LT"
|
||||||
|
|
||||||
|
[TCP_ZVT_CCPlugin]
|
||||||
|
CurrencyCode=EUR
|
||||||
|
debug=1
|
||||||
|
IP=192.168.6.242
|
||||||
|
Port=22000
|
||||||
|
SSL=0
|
||||||
|
ZVT=DE
|
||||||
|
sleep=1
|
||||||
|
printIntermediateStatus=1
|
||||||
|
Password=277296
|
||||||
|
NumberOfChars=37
|
||||||
|
dcHours="0"
|
||||||
|
|
||||||
[AsyncPOS_CCPlugin]
|
[AsyncPOS_CCPlugin]
|
||||||
APAK=8AC304380E0E476BA2558B75DB9E2516
|
APAK=8AC304380E0E476BA2558B75DB9E2516
|
||||||
@ -15,101 +123,3 @@ parity=0
|
|||||||
sleep=0
|
sleep=0
|
||||||
stopBits=1
|
stopBits=1
|
||||||
terminalPowerOnOffHours="06:00:00,22:00:00"
|
terminalPowerOnOffHours="06:00:00,22:00:00"
|
||||||
|
|
||||||
[COMMON]
|
|
||||||
%23ooo_mode={useDisk|otherMachine}
|
|
||||||
%23useLanguage=[128+][64+][32+][16]
|
|
||||||
%23usePayment=[128+][64+][32+][16]
|
|
||||||
%23useProduct=[128+][64+][32+][16+][8]
|
|
||||||
%23useVehicle=[128+][64+][32+][16+][8]
|
|
||||||
CharacterSet=ISO 8859-13
|
|
||||||
alternativeLogoFile=/opt/app/ATBAPP/logo/logo_Palanga.png
|
|
||||||
com_baud_rate=9600
|
|
||||||
com_port_name=/dev/ttyS1
|
|
||||||
defaultLanguage=1
|
|
||||||
feature_DBusDisplayControl=on
|
|
||||||
feature_DBusDisplayDimLow=off
|
|
||||||
feature_DBusSuspendControl=off
|
|
||||||
feature_Log=off
|
|
||||||
feature_ShowParkingTime=off
|
|
||||||
feature_StartButton=on
|
|
||||||
feature_TouchFeedback=off
|
|
||||||
feature_selfOOO=off
|
|
||||||
lang1=lt_LT
|
|
||||||
lang2=en_GB
|
|
||||||
lang3=de_DE
|
|
||||||
lang4=ru_RU
|
|
||||||
lang5=
|
|
||||||
logfile=/var/log/atbqt.log
|
|
||||||
ooo_alternativeLocation=
|
|
||||||
ooo_mode=otherMachine
|
|
||||||
ooo_serviceEmail=
|
|
||||||
ooo_serviceNumber=
|
|
||||||
sellTimeout_time=60
|
|
||||||
showHelpButton=false
|
|
||||||
showInfoButton=false
|
|
||||||
statefile=/etc/atbapp/states/APP_States.xml
|
|
||||||
suspend_methode=sysfs
|
|
||||||
suspend_program=
|
|
||||||
suspend_time=8
|
|
||||||
textfile=/etc/atbapp/text/HMI_Texte.xml
|
|
||||||
touch_feedback_gpio=121
|
|
||||||
touch_feedback_off_value=0
|
|
||||||
touch_feedback_on_value=1
|
|
||||||
useAppStates=1
|
|
||||||
useLanguage=240
|
|
||||||
usePayment=96
|
|
||||||
useProduct=192
|
|
||||||
useVehicle=192
|
|
||||||
|
|
||||||
[IngenicoISelf_CCPlugin]
|
|
||||||
Currency=HUF
|
|
||||||
PortName=/dev/ttymxc0
|
|
||||||
ZVT=DE
|
|
||||||
debug=1
|
|
||||||
sleep=1
|
|
||||||
sleepExtended=1
|
|
||||||
|
|
||||||
[MOBILISIS_CalculatePricePlugin]
|
|
||||||
tariffFileName=/etc/psa_tariff/tariff01.json
|
|
||||||
useDebug=1
|
|
||||||
|
|
||||||
[PAYMENT]
|
|
||||||
cashVariant=CoinsAndNotes
|
|
||||||
currencyISOCode=EUR
|
|
||||||
currencySymbol=€
|
|
||||||
paymentPointInTime=poa
|
|
||||||
useDecimal=yes
|
|
||||||
useHonestPayment=on
|
|
||||||
|
|
||||||
[PLUGINS]
|
|
||||||
CCPlugin=AsyncPOS_CCPlugin
|
|
||||||
CalculatePricePlugin=MOBILISIS_CalculatePricePlugin
|
|
||||||
DeviceControllerPlugin=ATBDeviceControllerPlugin
|
|
||||||
|
|
||||||
[SCREENCONFIG]
|
|
||||||
sc_31="1,1,0"
|
|
||||||
sc_33="1,0,1"
|
|
||||||
sc_35="0,0,0"
|
|
||||||
sc_3F="1,0,0"
|
|
||||||
sc_40="1,0,1"
|
|
||||||
sc_41="1,0,0"
|
|
||||||
sc_51="1,0,1"
|
|
||||||
sc_52="1,0,0"
|
|
||||||
sc_53="1,0,0"
|
|
||||||
|
|
||||||
[TCP_CONTROL]
|
|
||||||
enable=1
|
|
||||||
|
|
||||||
[TCP_ZVT_CCPlugin]
|
|
||||||
CurrencyCode=EUR
|
|
||||||
IP=192.168.6.242
|
|
||||||
NumberOfChars=37
|
|
||||||
Password=277296
|
|
||||||
Port=22000
|
|
||||||
SSL=0
|
|
||||||
ZVT=DE
|
|
||||||
dcHours=0
|
|
||||||
debug=1
|
|
||||||
printIntermediateStatus=1
|
|
||||||
sleep=1
|
|
||||||
|
8
etc/psa_config/DC2C_print03.json
Normal file → Executable file
8
etc/psa_config/DC2C_print03.json
Normal file → Executable file
@ -2,14 +2,8 @@
|
|||||||
"title":"DC2C_pri03",
|
"title":"DC2C_pri03",
|
||||||
"Project":"Klaipeda",
|
"Project":"Klaipeda",
|
||||||
"Version":"1.1.3-2024-08-08",
|
"Version":"1.1.3-2024-08-08",
|
||||||
"styl":"font 24",
|
|
||||||
"styl":"csiz 08",
|
|
||||||
"styl":"size 00",
|
"styl":"size 00",
|
||||||
"styl":"align c",
|
"text":"Sumokėta:",
|
||||||
"feed":"margin02",
|
|
||||||
"feed":"rim02",
|
|
||||||
"styl":"size 00",
|
|
||||||
"text":"Sumokėta grynais:",
|
|
||||||
"vari":"Dynamic02",
|
"vari":"Dynamic02",
|
||||||
"styl":"size 21",
|
"styl":"size 21",
|
||||||
"text":"Raudonoji zona",
|
"text":"Raudonoji zona",
|
||||||
|
40
etc/psa_config/DC2C_print03_red.json
Executable file
40
etc/psa_config/DC2C_print03_red.json
Executable file
@ -0,0 +1,40 @@
|
|||||||
|
{
|
||||||
|
"title":"DC2C_pri03",
|
||||||
|
"Project":"Klaipeda",
|
||||||
|
"Version":"1.1.3-2024-08-08",
|
||||||
|
"styl":"font 24",
|
||||||
|
"styl":"csiz 08",
|
||||||
|
"styl":"size 00",
|
||||||
|
"styl":"align c",
|
||||||
|
"feed":"margin02",
|
||||||
|
"feed":"rim02",
|
||||||
|
"styl":"size 00",
|
||||||
|
"text":"Sumokėta grynais:",
|
||||||
|
"vari":"Dynamic02",
|
||||||
|
"styl":"size 21",
|
||||||
|
"text":"Raudonoji zona",
|
||||||
|
"feed":"nl",
|
||||||
|
"styl":"size 10",
|
||||||
|
"text":"tarifas 1,50Eur/h",
|
||||||
|
"feed":"nl",
|
||||||
|
"styl":"size 00",
|
||||||
|
"feed":"nl",
|
||||||
|
"text":"Bilieto nr.:",
|
||||||
|
"vari":"Dynamic08",
|
||||||
|
"feed":"nl",
|
||||||
|
"text":"Automato nr.:",
|
||||||
|
"vari":"manu",
|
||||||
|
"feed":"nl"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
39
etc/psa_config/DC2C_print03_yellow.json
Executable file
39
etc/psa_config/DC2C_print03_yellow.json
Executable file
@ -0,0 +1,39 @@
|
|||||||
|
{
|
||||||
|
"title":"DC2C_pri03",
|
||||||
|
"Project":"Klaipeda",
|
||||||
|
"Version":"1.1.3-2024-08-08",
|
||||||
|
"styl":"font 24",
|
||||||
|
"styl":"csiz 08",
|
||||||
|
"styl":"size 00",
|
||||||
|
"styl":"align c",
|
||||||
|
"feed":"margin02",
|
||||||
|
"feed":"rim02",
|
||||||
|
"text":"Sumokėta grynais:",
|
||||||
|
"vari":"Dynamic02",
|
||||||
|
"styl":"size 21",
|
||||||
|
"text":"Geltonoji zona",
|
||||||
|
"feed":"nl",
|
||||||
|
"styl":"size 10",
|
||||||
|
"text":"tarifas 60 ct/h",
|
||||||
|
"feed":"nl",
|
||||||
|
"styl":"size 00",
|
||||||
|
"feed":"nl",
|
||||||
|
"text":"Bilieto nr.:",
|
||||||
|
"vari":"Dynamic08",
|
||||||
|
"feed":"nl",
|
||||||
|
"text":"Automato nr.:",
|
||||||
|
"vari":"manu",
|
||||||
|
"feed":"nl"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
7
etc/psa_config/DC2C_print07.json
Normal file → Executable file
7
etc/psa_config/DC2C_print07.json
Normal file → Executable file
@ -2,13 +2,8 @@
|
|||||||
"title":"DC2C_pri07",
|
"title":"DC2C_pri07",
|
||||||
"Project":"Klaipeda",
|
"Project":"Klaipeda",
|
||||||
"Version":"1.1.3-2024-08-08",
|
"Version":"1.1.3-2024-08-08",
|
||||||
"styl":"font 24",
|
|
||||||
"styl":"csiz 08",
|
|
||||||
"styl":"size 00",
|
"styl":"size 00",
|
||||||
"styl":"align c",
|
"text":"Sumokėta:",
|
||||||
"feed":"margin02",
|
|
||||||
"feed":"rim02",
|
|
||||||
"text":"Sumokėta kortele:",
|
|
||||||
"vari":"Dynamic02",
|
"vari":"Dynamic02",
|
||||||
"styl":"size 21",
|
"styl":"size 21",
|
||||||
"text":"Raudonoji zona",
|
"text":"Raudonoji zona",
|
||||||
|
39
etc/psa_config/DC2C_print07_red.json
Executable file
39
etc/psa_config/DC2C_print07_red.json
Executable file
@ -0,0 +1,39 @@
|
|||||||
|
{
|
||||||
|
"title":"DC2C_pri07",
|
||||||
|
"Project":"Klaipeda",
|
||||||
|
"Version":"1.1.3-2024-08-08",
|
||||||
|
"styl":"font 24",
|
||||||
|
"styl":"csiz 08",
|
||||||
|
"styl":"size 00",
|
||||||
|
"styl":"align c",
|
||||||
|
"feed":"margin02",
|
||||||
|
"feed":"rim02",
|
||||||
|
"text":"Sumokėta kortele:",
|
||||||
|
"vari":"Dynamic02",
|
||||||
|
"styl":"size 21",
|
||||||
|
"text":"Raudonoji zona",
|
||||||
|
"feed":"nl",
|
||||||
|
"styl":"size 10",
|
||||||
|
"text":"tarifas 1,50Eur/h",
|
||||||
|
"feed":"nl",
|
||||||
|
"styl":"size 00",
|
||||||
|
"feed":"nl",
|
||||||
|
"text":"Bilieto nr.:",
|
||||||
|
"vari":"Dynamic08",
|
||||||
|
"feed":"nl",
|
||||||
|
"text":"Automato nr.:",
|
||||||
|
"vari":"manu",
|
||||||
|
"feed":"nl"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
39
etc/psa_config/DC2C_print07_yellow.json
Executable file
39
etc/psa_config/DC2C_print07_yellow.json
Executable file
@ -0,0 +1,39 @@
|
|||||||
|
{
|
||||||
|
"title":"DC2C_pri07",
|
||||||
|
"Project":"Klaipeda",
|
||||||
|
"Version":"1.1.3-2024-08-08",
|
||||||
|
"styl":"font 24",
|
||||||
|
"styl":"csiz 08",
|
||||||
|
"styl":"align c",
|
||||||
|
"feed":"margin02",
|
||||||
|
"feed":"rim02",
|
||||||
|
"styl":"size 00",
|
||||||
|
"text":"Sumokėta kortele:",
|
||||||
|
"vari":"Dynamic02",
|
||||||
|
"styl":"size 21",
|
||||||
|
"text":"Geltonoji zona",
|
||||||
|
"feed":"nl",
|
||||||
|
"styl":"size 10",
|
||||||
|
"text":"tarifas 60 ct/h",
|
||||||
|
"feed":"nl",
|
||||||
|
"styl":"size 00",
|
||||||
|
"feed":"nl",
|
||||||
|
"text":"Bilieto nr.:",
|
||||||
|
"vari":"Dynamic08",
|
||||||
|
"feed":"nl",
|
||||||
|
"text":"Automato nr.:",
|
||||||
|
"vari":"manu",
|
||||||
|
"feed":"nl"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -16,7 +16,7 @@ opkg --cache /var/cache/opkg --download-only upgrade atbqt
|
|||||||
opkg --cache /var/cache/opkg --download-only upgrade ptu5-systemcontroller
|
opkg --cache /var/cache/opkg --download-only upgrade ptu5-systemcontroller
|
||||||
opkg --cache /var/cache/opkg --download-only install ptu-package-versions
|
opkg --cache /var/cache/opkg --download-only install ptu-package-versions
|
||||||
opkg --cache /var/cache/opkg --download-only install wbdw
|
opkg --cache /var/cache/opkg --download-only install wbdw
|
||||||
opkg --cache /var/cache/opkg --download-only upgrade ptu5-sysconfig
|
opkg --cach /var/cache/opkg --download-only upgrade ptu5-sysconfig
|
||||||
#
|
#
|
||||||
opkg --cache /var/cache/opkg upgrade atb-plugin-calculateprice-mobilisis
|
opkg --cache /var/cache/opkg upgrade atb-plugin-calculateprice-mobilisis
|
||||||
opkg --cache /var/cache/opkg upgrade libmobilisis-calc
|
opkg --cache /var/cache/opkg upgrade libmobilisis-calc
|
||||||
|
Loading…
Reference in New Issue
Block a user