From 49237d528c0a2b4aa77a93797a6288bd3dbe20ce Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Sat, 4 Jun 2022 17:52:32 +0200 Subject: [PATCH] initialized ini-files --- szeged/1/2/etc/atb/ATBQT.ini | 110 +++++++++++++++++++++++++++ szeged/1/2/etc/atb/ISMASMgr.ini | 6 ++ szeged/1/2/etc/atb/SystemControl.ini | 5 ++ szeged/1/2/etc/atb/sysconfig.ini | 3 + 4 files changed, 124 insertions(+) create mode 100644 szeged/1/2/etc/atb/ATBQT.ini diff --git a/szeged/1/2/etc/atb/ATBQT.ini b/szeged/1/2/etc/atb/ATBQT.ini new file mode 100644 index 0000000..eda5496 --- /dev/null +++ b/szeged/1/2/etc/atb/ATBQT.ini @@ -0,0 +1,110 @@ +[COMMON] +com_port_name=/dev/ttyS1 +com_baud_rate=9600 +lang1=de_DE +lang2=en_GB +lang3=fr_FR +lang4=tr_TR +#lang3=fr_FR +#lang4=ja_JP +defaultLanguage=1 +#useLanguage=[128+][64+][32+][16] +useLanguage=224 +usePayment=192 + +textfile=/opt/app/ATBQT/text/HMI_Texte.xml +logfile=/var/log/atbqt.log + +alternativeLogoFile=/opt/app/ATBQT/logo/logo_betterPark.png + +feature_Log=off +feature_TouchFeedback=off +feature_SystemSuspend=off +feature_StartButton=on +feature_selfOOO=off +feature_DBusDisplayControl=on +feature_DBusSuspendControl=off +feature_ShowParkingTime=off + +touch_feedback_gpio=121 +touch_feedback_on_value=1 +touch_feedback_off_value=0 + +#ooo_mode={useDisk|otherMachine} +ooo_mode=otherMachine +sellTimeout_time=120 + +LicencePlateExampleString=HOAB123 + +showInfoButton=false +showHelpButton=false + + +[PLUGINS] +CalculatePricePlugin=ATB_Soap_CalculatePricePlugin +SimulationPlugin=TouchSimulationPlugin +CCPlugin=TCP_ZVT_CCPlugin + + +[TCP_ZVT_CCPlugin] +CurrencyCode=EUR +debug=1 +IP=192.168.5.242 +Port=22000 +SSL=0 +ZVT=DE +sleep=1 +printIntermediateStatus=1 +Password=277296 +preAuthReservation=2500 + + +[ATB_Soap_CalculatePricePlugin] +#useRFID=yes +#useBarcode=yes + +useDebug=true +ignoreSslErrors=true + +protocol=https +host=atb-api.nexobility.de +port=443 +service= + +areaId=1 +deviceId=1 +Password=12335 +UserName=user + +useSystemSetting=1 + +fallbackThreshold=1 +connectionTimeout=7 + +maxOfflineTransactions=1000 + + +[SCREENCONFIG] +sc_31="1,1,0" +sc_33="1,0,1" +sc_3F="1,0,0" +sc_40="1,1,1" +sc_41="1,0,0" +sc_35="0,0,0" +sc_51="1,0,1" +sc_52="1,0,0" +sc_55="1,0,0" +sc_82="1,0,0" + +[ERRORCODE_MAPPING] +VOUCHER:PROCESS=0xFA30 +VOUCHER:SOAP=0xFA31 +VOUCHER:TYPE=FA32 +VOUCHER:SERVICE=FA33 +VOUCHER:VALIDITY=FA34 +120103004=FA35 + + + + + diff --git a/szeged/1/2/etc/atb/ISMASMgr.ini b/szeged/1/2/etc/atb/ISMASMgr.ini index e69de29..faa1ff5 100644 --- a/szeged/1/2/etc/atb/ISMASMgr.ini +++ b/szeged/1/2/etc/atb/ISMASMgr.ini @@ -0,0 +1,6 @@ +{ + "xxx" : "yyyy", + "xxx" : "yyyy", + "xxx" : "yyyy", + "xxx" : "yyyy" +} diff --git a/szeged/1/2/etc/atb/SystemControl.ini b/szeged/1/2/etc/atb/SystemControl.ini index e69de29..f6d5d83 100644 --- a/szeged/1/2/etc/atb/SystemControl.ini +++ b/szeged/1/2/etc/atb/SystemControl.ini @@ -0,0 +1,5 @@ +{ + "wwwww" : "zzzzzz", + "wwwww" : "zzzzzz", + "wwwww" : "zzzzzz" +} diff --git a/szeged/1/2/etc/atb/sysconfig.ini b/szeged/1/2/etc/atb/sysconfig.ini index e69de29..0a0883f 100644 --- a/szeged/1/2/etc/atb/sysconfig.ini +++ b/szeged/1/2/etc/atb/sysconfig.ini @@ -0,0 +1,3 @@ +{ + "aaaaaa" : "bbbbb" +}