Introducción

El software e-connect dispone de un fichero de configuración settings.xml que permite configurar de forma completa el comportamiento de nuestro e-connect.  Antes de nada vamos a ver los parámetros generales de configuración:

Configuración general



<configuration>
	<config type="SERIAL_NUMBER">{SERIAL NUMBER}</config>
	<config type="LOOP_SLEEP">100</config>
	<config type="INIT_SLEEP">1000</config>
	<config type="MAX_QUEUE">24000</config>
	<config type="MIN_SEC_TO_SEND">1</config>
	<config type="MIN_MILLISECONDS_CYCLE">0</config>
	<config type="MIN_MILLISECONDS_EMERGENCY">1000</config>
	<config type="FILE_LOG_ACTIVE">0</config>
	<config type="PRODUCTION_ACTIVE">0</config>
	<config type="SYSTEM_DATABLOCK_ACTIVE">1</config>
	<config type="LOG_LEVEL">3</config> <!--LogError, LogWarning, LogInfo, LogDebug-->
</configuration>