Configuration
Configuration

Configuration

The Battery Health Manager configuration file stores all the warning and replacement messages that display in the app. The configuration file also contains default values for battery configuration.
The configuration file is read each time the application starts. After making changes to this file, you can restart the tablet or the app. To restart the app, go to the system tray and select
Battery Health Monitor
>
Exit
, and then
Start
>
Battery Health Monitor
.
The configuration file is located on the device at
C:\ProgramData\Zebra Technologies\BatteryManager\AppSetting_ConfigInfo.ini
.
Detailed comments inside the file describe each of the default values.
Because device temperature and workload affect battery SOH, systems running in extreme temperatures or heavy device workloads may require different default thresholds.

Sample Configuration File

The following sample shows default configuration settings. The configuration file is read each time the application starts.
******************** AppSetting_ConfigInfo.ini ********************* [BatteryManager] // Set integer value for Battery State of health warning. // The default threshold shall be 85% and Max value can't be greater // than 90%. SOH_Warning_Threshold=85 // Set integer value for Battery State of health end-of-life. // This value can't be less than 75% and Max value can't be greater // than SOH Warning Threshold value. EOL_Threshold=75 // Set message{Max 255 characters} to show event warning notifications // when the battery has reached/or is below the SOH Warning threshold. SOH_Warning_Msg=The Currently installed battery is nearing it's end of life, you may experience decreased run time. // Set message{Max 255 characters} to show event end of life // notifications when the battery has reached/or is below the EOL threshold. EOL_Warning_Msg=The Currently installed battery is past it's end of life, please replace the battery. // Set Value to show Battery State of health notification event // Acceptable values are "OnBootUP" And Time of the day in 24Hr. // Example { Notification_Event=OnBootUP Or Notification_Event="14:00" } Notification_Event=OnBootUP // If UI_Notification value is enabled then only user will be able to // see battery SOH warning Pop Up message as per notification_event setting. // (default value is enabled). And Acceptable values are {Enabled,Disabled}. UI_Notification=Enabled // Set value to Enabled/Disabled to write debug log // If this option is enabled, then you can see application logs in // ZebraBatteryDebug.txt which in created in C drive. // Path of file is : "C:\ZebraBatteryDebug.txt" Debug_Option=Enabled // Supported Languages{ English=en,French=fr,Japanese=ja,German=de and // Spanish=es}.English shall be the default language. // Ex. if you want to change application language from English to Spanish, // then change below value to es .. {language = es} language=en ******************************************************************** ********************************************************************