Every module needs some configurations parameters.

These parameters are set in factory but they can be personalized in some specific applications.


These parameters are in a XML file on D:\ drive.

The file name is Config.XML.


Inside the file there is a node for every module. The nodes contains all the parameters settable.

Also the Main Module have a node.

The XP Main Module have this structure:


<XP>

   <LogLevel>[Integer]</LogLevel>

   <LogFolder>[String]</LogFolder>

   <LogDays>[Integer]</LogDays>

   <LogKBSize>[Integer]</LogKBSize>

   <ThermalMinutes>[Integer]</ThermalMinutes>

   <BarcodeEnabled>[Boolean]</BarcodeEnabled>

   <TruncateBarcode>[Boolean]</TruncateBarcode>

   <JobFolder>[String]</JobFolder>

   <DataFolder>[String]</DataFolder>

       

</XP>



Parameters:

Name

Description

Format

Default

LogLevel

System log level.

Integer

0

LogFolder

Folder in with the log file is created

String

D:\log

LogDays

Days before old log file are deleted

Integer

30

LogKBSize

Maximum size before the log file is compressed in a .gz file and a new one is created

Integer

10240

ThermalMinutes

Boot time the machine is in Warming Status

Integer

15

BarcodeEnabled

Enable the barcode reading

Boolean

False

TruncateBarcode

Truncate first and last chars from barcode reply

Boolean

False

JobFolder

Folder containing jobs files

String

D:\Jobs

DataFolder

Folder containing data files

String

D:\Data

Created with the Personal Edition of HelpNDoc: Write eBooks for the Kindle