<?xml version="1.0" encoding="UTF-8"?>
<Configuration>
	<DTMInformation>
		<FDT xmlns="x-schema:DTMInformationSchema.xml" xmlns:fdt="x-schema:FDTDataTypesSchema.xml">
			<DtmInfo>
				<FDTVersion major="1" minor="2"/>
				<fdt:VersionInformation name="STAHL HART over RS485 CommDTM" version="" vendor="R. STAHL Schaltgeräte GmbH" date="2012-01-23"/>
				<DtmDeviceTypes>
					<fdt:DtmDeviceType>
						<fdt:VersionInformation name="STAHL HART over RS485" version="" vendor="R. STAHL Schaltgeräte GmbH" date="2012-01-23"/>
						<fdt:SupportedLanguages>
							<!-- en -->
							<fdt:LanguageId languageId="9"/>
							<fdt:LanguageId languageId="7"/>
							<fdt:LanguageId languageId="1033"/>
							<fdt:LanguageId languageId="1031"/>
						</fdt:SupportedLanguages>
						<fdt:BusCategories>
							<fdt:BusCategory busCategory="9A6F1E24-D69A-4FF7-B5B9-0192B958D30D" busCategoryName="HART multiplexer">
								<fdt:CommunicationTypeEntry communicationType="supported"/>
							</fdt:BusCategory>
						</fdt:BusCategories>
						<fdt:DeviceIcon path="company.ico"/>
					</fdt:DtmDeviceType>
				</DtmDeviceTypes>
			</DtmInfo>
		</FDT>
	</DTMInformation>
	<!-- Use lower letters for the name -->
	<Images>
		<!-- Images shown in the user interface identification area -->
		<!-- Note: in the DTM we use the attribute deviceTypeId for the device image lookup -->
		<Image name="device" deviceTypeId="*" file="HART Protocol.bmp"/>
		<Image name="company" deviceTypeId="*" file="company.bmp"/>
		<Image name="icon" deviceTypeId="*" file="company.ico"/>
	</Images>
	<Properties>
		<!-- Sends send and received messages to the debugger port -->
		<Property name="EnableDebugTracing" value="0"/>
		<!-- 
    logLevel=0 => off
    logLevel=1 => LOG_LEVEL_ERROR
    logLevel=2 => LOG_LEVEL_WARNING
    logLevel=3 => LOG_LEVEL_INFO
    logLevel=4 => LOG_LEVEL_TRACE
    logLevel=5 => LOG_LEVEL_LIBRARY_TRACE
-->
		<Logger>
			<Property name="logLevel" value="0"/>
			<!-- Just the filename, no path. Path will be constructed during runtime -->
			<Property name="logFile" value="StahlCommDTM.log"/>
			<Property name="logTruncate" value="1"/>
			<Property name="maxSizeInBytes" value="10000000"/>
			<Property name="numberOfMaxLogFiles" value="3"/>
			<Property name="maxNumOfRequests" value="128"/>
		</Logger>
		<AboutUI>
			<Property name="copyrightText" value="Copyright(c) - R. STAHL Schaltgeräte GmbH"/>
		</AboutUI>
		<!-- The Non-Transmission Period is configurable. Range is [4ms-40ms], default 12 ms. -->
		<Property name="NonTransmissionPeriod" value="12"/>
		<!-- The multiplexer typically sends a response within 32 milli seconds. Range is [32ms ...1000ms] -->
		<Property name="ResponseMessageTimeout" value="80"/>
		<BaudRate>
			<Entries>
				<Entry BaudRateValue="9600" NlsUiString="NLS_Baud9600"/>
				<Entry BaudRateValue="19200" NlsUiString="NLS_Baud19200"/>
				<Entry BaudRateValue="38400" NlsUiString="NLS_Baud38400"/>
				<Entry BaudRateValue="57600" NlsUiString="NLS_Baud57600"/>
				<Entry BaudRateValue="115200" NlsUiString="NLS_Baud115200"/>
			</Entries>
		</BaudRate>
	</Properties>
</Configuration>
