﻿<?xml version = "1.0" encoding = "UTF-8" ?>
<!-- Copyright C) 2011-2014 Ake Hedman, Grodans Paradis AB -->
<!-- <akhe@grodansparadis.com> -->
<vscp>
<module>
	<name>Kelvin temperature sensor module</name>
 	<model>10KA</model>
	<version>1.0.8</version>
	<changed>2015-01-26</changed>
	<description lang="en">
		This module can report temperature from up to six temperature sensors. One sensor
		is located on board and five are external to the module.
	</description>
  	<infourl>http://www.grodansparadis.com/kelvinntc10k/kelvin_ntc10ka.html</infourl>
  	<buffersize>8</buffersize>
	<manufacturer>
		<name>Grodans Paradis AB</name>
		<address>
			<street>Brattbergavägen 17</street>
			<city>Los</city>
			<postcode>82050</postcode>
			<country>Sweden</country>
     	</address>
		<telephone>
			<number>+46 8 40011835 </number>
			<description lang="en" >Main Reception</description>
		</telephone>
		<email>
			<address>support@grodansparadis.com</address>
			<description>Support email</description>
		</email>
		<email>
			<address>sales@grodansparadis.com</address>
			<description>Sales inquires email</description>
		</email>
		<email>
			<address>info@grodansparadis.com</address>
			<description>General email</description>
		</email>	
        <web>
			<address>http://www.grodansparadis.com</address>
			<description>Main web site</description>
		</web>					
	</manufacturer>  
	
	<!-- Picture of device -->
	<picture path="http://www.grodansparadis.com/images/kelvinntc10ka1.jpg" 
		format="jpg"
		size="510129">
		<description lang="en" >
				Picture of Kelvin NTC10K module.
		</description>
	</picture>
	
	<!-- Firmware for the device -->
	<firmware path="http://www.auto.grodansparadis.com/kelvin/firmware_kelvin_ntc10ka_1_1_0.hex" 
		format="intelhex8"
		size="32000"
		date="2014-03-22"
		version_major="1"
		version_minor="1"
		version_subminor="0">
		<description lang="en" >
			Firmare version 1.1.0 for the Kelvin NTC10K module.
		</description> 
	</firmware>

	<!-- Full documentation for the device -->
	<manual path="http://www.auto.grodansparadis.com/kelvin/kelvin_ntc10ka_manual_11.pdf" 	
		lang="en"
		format="pdf">
    	<description lang="en" >
			Full manual version 1.1 for the Kelvin NTC10K module.
		</description>
	</manual>
	
	<boot>
		<algorithm>1</algorithm>
		<blocksize>8</blocksize>
		<blockcount>4096</blockcount>
	</boot>
	
	
	<registers>        

		<reg page="0" offset="0" >
			<name lang="en">Zone</name>
			<description lang="en">Zone this module belongs to</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="1" >
			<name lang="en">Subzone</name>
			<description lang="en">Subzone this module belongs to</description>
			<access>rw</access>
		</reg>
		
		
		<reg page="0" offset="2" >
			<name lang="en">Control register for sensor 0</name>
			<description lang="en">
			In the sensor control register you can set functionality for the
			measurements of temperature 0.\n 
			Bit 0: Unit for temperature presentation (0=Kelvin, 1=Celsius, 2=Fahrenheit).\n
			Bit 1: Unit for temperature presentation (0=Kelvin, 1=Celsius, 2=Fahrenheit).\n
			Bit 2: Reserved.\n 
			Bit 3: Enable low alarm if set to 1.\n 
			Bit 4: Enable high alarm if set to 1\n 
			Bit 5: Send TurnOn/TurnOff events instead of alarm events.\n 
			Bit 6: Invert TurnOn/TurnOff sendings.\n 
			Bit 7: Continous alarm events.\n 
			</description>
			<access>rw</access>
			<bit pos="0" width="2" default="false" >
				<name lang="en">Temperature unit</name>
				<description lang="en">
				The module can present the temperatures in different units. Default
				is degrees Celsius but you can select Kelvin or Fahrenheit instead.\n
				Set to 0 to set unit to Kelvin.\n
				Set to 1 to set unit to Celsius.\n
				Set to 2 to set unit to Fahrenheit.\n
				</description> 
				<valuelist>                   
					<item value = "0x00">                   
						<name lang="en">Kelvin</name>                     
						<description lang="en">Temperature is presented using Kelvin as unit,</description>                     
					</item> 
					<item value = "0x01">                   
						<name lang="en">Celsius</name>                     
						<description lang="en">Temperature is presented using Celsius as unit,</description>                     
					</item>
					<item value = "0x02">                   
						<name lang="en">Kelvin</name>                     
						<description lang="en">Temperature is presented using Fahrenheit as unit,</description>                     
					</item>					
				</valuelist>	
			</bit>
			<bit pos="2" default="false" >
				<name lang="en">Reserved</name>
				<description lang="en">This bit is reserved</description> 
        	</bit>
			<bit pos="3" default="false" >
				<name lang="en">Enable low alarm.</name>
				<description lang="en">
					Enable sending of low alarm events by setting this bit to one.
				</description> 
        	</bit>
			<bit pos="4" default="false" >
				<name lang="en">Enable high alarm.</name>
				<description lang="en">
					Enable sending of high alarm events by setting this bit to one.
				</description> 
        	</bit>
			<bit pos="5" default="false" >
				<name lang="en">Send TurnOn/TurnOff.</name>
				<description lang="en">
					Send TurnOn/TurnOff events instead of Alarm events by setting this
					bit to one. Bit 6 control when TurnOn/TurnOff events are sent.
				</description> 
        	</bit>
			<bit pos="6" default="false" >
				<name lang="en">Controls when TurnOn/TurnOff events will be sent (if activated).</name>
				<description lang="en">
				0 - TurnOn event is sent when low temperature is reached as set in low temperature 
				alarm register. TurnOff event is sent when high 
				temperature is reached as set in high temperature alarm register.\n	
				1 - TurnOff event is sent when low temperature is reached as set in low temperature 
				alarm register. TurnOn event is sent when high 
				temperature is reached as set in high temperature alarm register.\n
				The hysteresis value will effect TurnOn/TurnOff events The temperature must go 
				above or below the hysteresis value before a new event will be sent out. 
				</description> 
        	</bit>
			<bit pos="7" default="false" >
				<name lang="en">Continuous alarm events.</name>
				<description lang="en">
				If this bit is set Alarm events will be sent continuous with a one second interval 
				until the alarm register is read or the temperature goes to a non alarm state 
				(with hysteresis taken into account). TurnOn/TurnOff events will not be affected 
				by a cleared alarm register and will be sent until this bit is cleared or the 
				temperature goes to a non alarm state (with hysteresis taken into account.
				</description> 
        	</bit>
		</reg>
		
		
		<reg page="0" offset="3" >
			<name lang="en">Control register for sensor 1</name>
			<description lang="en">
			In the sensor control register you can set functionality for the
			measurements of temperature 0.\n 
			Bit 0: Unit for temperature presentation (0=Kelvin, 1=Celsius, 2=Fahrenheit).\n
			Bit 1: Unit for temperature presentation (0=Kelvin, 1=Celsius, 2=Fahrenheit).\n
			Bit 2: Reserved.\n 
			Bit 3: Enable low alarm if set to 1.\n 
			Bit 4: Enable high alarm if set to 1\n 
			Bit 5: Send TurnOn/TurnOff events instead of alarm events.\n 
			Bit 6: Invert TurnOn/TurnOff sendings.\n 
			Bit 7: Continous alarm events.\n 
			</description>
			<access>rw</access>
			<bit pos="0" width="2" default="false" >
				<name lang="en">Temperature unit</name>
				<description lang="en">
				The module can present the temperatures in different units. Default
				is degrees Celsius but you can select Kelvin or Fahrenheit instead.\n
				Set to 0 to set unit to Kelvin.\n
				Set to 1 to set unit to Celsius.\n
				Set to 2 to set unit to Fahrenheit.\n
				</description> 
				<valuelist>                   
					<item value = "0x00">                   
						<name lang="en">Kelvin</name>                     
						<description lang="en">Temperature is presented using Kelvin as unit,</description>                     
					</item> 
					<item value = "0x01">                   
						<name lang="en">Celsius</name>                     
						<description lang="en">Temperature is presented using Celsius as unit,</description>                     
					</item>
					<item value = "0x02">                   
						<name lang="en">Kelvin</name>                     
						<description lang="en">Temperature is presented using Fahrenheit as unit,</description>                     
					</item>					
				</valuelist>	
			</bit>
			<bit pos="2" default="false" >
				<name lang="en">Reserved</name>
				<description lang="en">This bit is reserved</description> 
        	</bit>
			<bit pos="3" default="false" >
				<name lang="en">Enable low alarm.</name>
				<description lang="en">
					Enable sending of low alarm events by setting this bit to one.
				</description> 
        	</bit>
			<bit pos="4" default="false" >
				<name lang="en">Enable high alarm.</name>
				<description lang="en">
					Enable sending of high alarm events by setting this bit to one.
				</description> 
        	</bit>
			<bit pos="5" default="false" >
				<name lang="en">Send TurnOn/TurnOff.</name>
				<description lang="en">
					Send TurnOn/TurnOff events instead of Alarm events by setting this
					bit to one. Bit 6 control when TurnOn/TurnOff events are sent.
				</description> 
        	</bit>
			<bit pos="6" default="false" >
				<name lang="en">Controls when TurnOn/TurnOff events will be sent (if activated).</name>
				<description lang="en">
				0 - TurnOn event is sent when low temperature is reached as set in low temperature 
				alarm register. TurnOff event is sent when high 
				temperature is reached as set in high temperature alarm register.\n	
				1 - TurnOff event is sent when low temperature is reached as set in low temperature 
				alarm register. TurnOn event is sent when high 
				temperature is reached as set in high temperature alarm register.\n
				The hysteresis value will effect TurnOn/TurnOff events The temperature must go 
				above or below the hysteresis value before a new event will be sent out. 
				</description> 
        	</bit>
			<bit pos="7" default="false" >
				<name lang="en">Continuous alarm events.</name>
				<description lang="en">
				If this bit is set Alarm events will be sent continuous with a one second interval 
				until the alarm register is read or the temperature goes to a non alarm state 
				(with hysteresis taken into account). TurnOn/TurnOff events will not be affected 
				by a cleared alarm register and will be sent until this bit is cleared or the 
				temperature goes to a non alarm state (with hysteresis taken into account.
				</description> 
        	</bit>
		</reg>
		
		<reg page="0" offset="4" >
			<name lang="en">Control register for sensor 2</name>
			<description lang="en">
			In the sensor control register you can set functionality for the
			measurements of temperature 0.\n 
			Bit 0: Unit for temperature presentation (0=Kelvin, 1=Celsius, 2=Fahrenheit).\n
			Bit 1: Unit for temperature presentation (0=Kelvin, 1=Celsius, 2=Fahrenheit).\n
			Bit 2: Reserved.\n 
			Bit 3: Enable low alarm if set to 1.\n 
			Bit 4: Enable high alarm if set to 1\n 
			Bit 5: Send TurnOn/TurnOff events instead of alarm events.\n 
			Bit 6: Invert TurnOn/TurnOff sendings.\n 
			Bit 7: Continous alarm events.\n 
			</description>
			<access>rw</access>
			<bit pos="0" width="2" default="false" >
				<name lang="en">Temperature unit</name>
				<description lang="en">
				The module can present the temperatures in different units. Default
				is degrees Celsius but you can select Kelvin or Fahrenheit instead.\n
				Set to 0 to set unit to Kelvin.\n
				Set to 1 to set unit to Celsius.\n
				Set to 2 to set unit to Fahrenheit.\n
				</description> 
				<valuelist>                   
					<item value = "0x00">                   
						<name lang="en">Kelvin</name>                     
						<description lang="en">Temperature is presented using Kelvin as unit,</description>                     
					</item> 
					<item value = "0x01">                   
						<name lang="en">Celsius</name>                     
						<description lang="en">Temperature is presented using Celsius as unit,</description>                     
					</item>
					<item value = "0x02">                   
						<name lang="en">Kelvin</name>                     
						<description lang="en">Temperature is presented using Fahrenheit as unit,</description>                     
					</item>					
				</valuelist>	
			</bit>
			<bit pos="2" default="false" >
				<name lang="en">Reserved</name>
				<description lang="en">This bit is reserved</description> 
        	</bit>
			<bit pos="3" default="false" >
				<name lang="en">Enable low alarm.</name>
				<description lang="en">
					Enable sending of low alarm events by setting this bit to one.
				</description> 
        	</bit>
			<bit pos="4" default="false" >
				<name lang="en">Enable high alarm.</name>
				<description lang="en">
					Enable sending of high alarm events by setting this bit to one.
				</description> 
        	</bit>
			<bit pos="5" default="false" >
				<name lang="en">Send TurnOn/TurnOff.</name>
				<description lang="en">
					Send TurnOn/TurnOff events instead of Alarm events by setting this
					bit to one. Bit 6 control when TurnOn/TurnOff events are sent.
				</description> 
        	</bit>
			<bit pos="6" default="false" >
				<name lang="en">Controls when TurnOn/TurnOff events will be sent (if activated).</name>
				<description lang="en">
				0 - TurnOn event is sent when low temperature is reached as set in low temperature 
				alarm register. TurnOff event is sent when high 
				temperature is reached as set in high temperature alarm register.\n	
				1 - TurnOff event is sent when low temperature is reached as set in low temperature 
				alarm register. TurnOn event is sent when high 
				temperature is reached as set in high temperature alarm register.\n
				The hysteresis value will effect TurnOn/TurnOff events The temperature must go 
				above or below the hysteresis value before a new event will be sent out. 
				</description> 
        	</bit>
			<bit pos="7" default="false" >
				<name lang="en">Continuous alarm events.</name>
				<description lang="en">
				If this bit is set Alarm events will be sent continuous with a one second interval 
				until the alarm register is read or the temperature goes to a non alarm state 
				(with hysteresis taken into account). TurnOn/TurnOff events will not be affected 
				by a cleared alarm register and will be sent until this bit is cleared or the 
				temperature goes to a non alarm state (with hysteresis taken into account.
				</description> 
        	</bit>
		</reg>
		
		
		
		
		<reg page="0" offset="5" >
			<name lang="en">Control register for sensor 3</name>
			<description lang="en">
			In the sensor control register you can set functionality for the
			measurements of temperature 0.\n 
			Bit 0: Unit for temperature presentation (0=Kelvin, 1=Celsius, 2=Fahrenheit).\n
			Bit 1: Unit for temperature presentation (0=Kelvin, 1=Celsius, 2=Fahrenheit).\n
			Bit 2: Reserved.\n 
			Bit 3: Enable low alarm if set to 1.\n 
			Bit 4: Enable high alarm if set to 1\n 
			Bit 5: Send TurnOn/TurnOff events instead of alarm events.\n 
			Bit 6: Invert TurnOn/TurnOff sendings.\n 
			Bit 7: Continous alarm events.\n 
			</description>
			<access>rw</access>
			<bit pos="0" width="2" default="false" >
				<name lang="en">Temperature unit</name>
				<description lang="en">
				The module can present the temperatures in different units. Default
				is degrees Celsius but you can select Kelvin or Fahrenheit instead.\n
				Set to 0 to set unit to Kelvin.\n
				Set to 1 to set unit to Celsius.\n
				Set to 2 to set unit to Fahrenheit.\n
				</description> 
				<valuelist>                   
					<item value = "0x00">                   
						<name lang="en">Kelvin</name>                     
						<description lang="en">Temperature is presented using Kelvin as unit,</description>                     
					</item> 
					<item value = "0x01">                   
						<name lang="en">Celsius</name>                     
						<description lang="en">Temperature is presented using Celsius as unit,</description>                     
					</item>
					<item value = "0x02">                   
						<name lang="en">Kelvin</name>                     
						<description lang="en">Temperature is presented using Fahrenheit as unit,</description>                     
					</item>					
				</valuelist>	
			</bit>
			<bit pos="2" default="false" >
				<name lang="en">Reserved</name>
				<description lang="en">This bit is reserved</description> 
        	</bit>
			<bit pos="3" default="false" >
				<name lang="en">Enable low alarm.</name>
				<description lang="en">
					Enable sending of low alarm events by setting this bit to one.
				</description> 
        	</bit>
			<bit pos="4" default="false" >
				<name lang="en">Enable high alarm.</name>
				<description lang="en">
					Enable sending of high alarm events by setting this bit to one.
				</description> 
        	</bit>
			<bit pos="5" default="false" >
				<name lang="en">Send TurnOn/TurnOff.</name>
				<description lang="en">
					Send TurnOn/TurnOff events instead of Alarm events by setting this
					bit to one. Bit 6 control when TurnOn/TurnOff events are sent.
				</description> 
        	</bit>
			<bit pos="6" default="false" >
				<name lang="en">Controls when TurnOn/TurnOff events will be sent (if activated).</name>
				<description lang="en">
				0 - TurnOn event is sent when low temperature is reached as set in low temperature 
				alarm register. TurnOff event is sent when high 
				temperature is reached as set in high temperature alarm register.\n	
				1 - TurnOff event is sent when low temperature is reached as set in low temperature 
				alarm register. TurnOn event is sent when high 
				temperature is reached as set in high temperature alarm register.\n
				The hysteresis value will effect TurnOn/TurnOff events The temperature must go 
				above or below the hysteresis value before a new event will be sent out. 
				</description> 
        	</bit>
			<bit pos="7" default="false" >
				<name lang="en">Continuous alarm events.</name>
				<description lang="en">
				If this bit is set Alarm events will be sent continuous with a one second interval 
				until the alarm register is read or the temperature goes to a non alarm state 
				(with hysteresis taken into account). TurnOn/TurnOff events will not be affected 
				by a cleared alarm register and will be sent until this bit is cleared or the 
				temperature goes to a non alarm state (with hysteresis taken into account.
				</description> 
        	</bit>
		</reg>
		
		
		
		
		<reg page="0" offset="6" >
			<name lang="en">Control register for sensor 4</name>
			<description lang="en">
			In the sensor control register you can set functionality for the
			measurements of temperature 0.\n 
			Bit 0: Unit for temperature presentation (0=Kelvin, 1=Celsius, 2=Fahrenheit).\n
			Bit 1: Unit for temperature presentation (0=Kelvin, 1=Celsius, 2=Fahrenheit).\n
			Bit 2: Reserved.\n 
			Bit 3: Enable low alarm if set to 1.\n 
			Bit 4: Enable high alarm if set to 1\n 
			Bit 5: Send TurnOn/TurnOff events instead of alarm events.\n 
			Bit 6: Invert TurnOn/TurnOff sendings.\n  
			Bit 7: Continous alarm events.\n 
			</description>
			<access>rw</access>
			<bit pos="0" width="2" default="false" >
				<name lang="en">Temperature unit</name>
				<description lang="en">
				The module can present the temperatures in different units. Default
				is degrees Celsius but you can select Kelvin or Fahrenheit instead.\n
				Set to 0 to set unit to Kelvin.\n
				Set to 1 to set unit to Celsius.\n
				Set to 2 to set unit to Fahrenheit.\n
				</description> 
				<valuelist>                   
					<item value = "0x00">                   
						<name lang="en">Kelvin</name>                     
						<description lang="en">Temperature is presented using Kelvin as unit,</description>                     
					</item> 
					<item value = "0x01">                   
						<name lang="en">Celsius</name>                     
						<description lang="en">Temperature is presented using Celsius as unit,</description>                     
					</item>
					<item value = "0x02">                   
						<name lang="en">Kelvin</name>                     
						<description lang="en">Temperature is presented using Fahrenheit as unit,</description>                     
					</item>					
				</valuelist>	
			</bit>
			<bit pos="2" default="false" >
				<name lang="en">Reserved</name>
				<description lang="en">This bit is reserved</description> 
        	</bit>
			<bit pos="3" default="false" >
				<name lang="en">Enable low alarm.</name>
				<description lang="en">
					Enable sending of low alarm events by setting this bit to one.
				</description> 
        	</bit>
			<bit pos="4" default="false" >
				<name lang="en">Enable high alarm.</name>
				<description lang="en">
					Enable sending of high alarm events by setting this bit to one.
				</description> 
        	</bit>
			<bit pos="5" default="false" >
				<name lang="en">Send TurnOn/TurnOff.</name>
				<description lang="en">
					Send TurnOn/TurnOff events instead of Alarm events by setting this
					bit to one. Bit 6 control when TurnOn/TurnOff events are sent.
				</description> 
        	</bit>
			<bit pos="6" default="false" >
				<name lang="en">Controls when TurnOn/TurnOff events will be sent (if activated).</name>
				<description lang="en">
				0 - TurnOn event is sent when low temperature is reached as set in low temperature 
				alarm register. TurnOff event is sent when high 
				temperature is reached as set in high temperature alarm register.\n	
				1 - TurnOff event is sent when low temperature is reached as set in low temperature 
				alarm register. TurnOn event is sent when high 
				temperature is reached as set in high temperature alarm register.\n
				The hysteresis value will effect TurnOn/TurnOff events The temperature must go 
				above or below the hysteresis value before a new event will be sent out. 
				</description> 
        	</bit>
			<bit pos="7" default="false" >
				<name lang="en">Continuous alarm events.</name>
				<description lang="en">
				If this bit is set Alarm events will be sent continuous with a one second interval 
				until the alarm register is read or the temperature goes to a non alarm state 
				(with hysteresis taken into account). TurnOn/TurnOff events will not be affected 
				by a cleared alarm register and will be sent until this bit is cleared or the 
				temperature goes to a non alarm state (with hysteresis taken into account.
				</description> 
        	</bit>
		</reg>
		
		
		
		
		<reg page="0" offset="7" >
			<name lang="en">Control register for sensor 5</name>
			<description lang="en">
			In the sensor control register you can set functionality for the
			measurements of temperature 0.\n 
			Bit 0: Unit for temperature presentation (0=Kelvin, 1=Celsius, 2=Fahrenheit).\n
			Bit 1: Unit for temperature presentation (0=Kelvin, 1=Celsius, 2=Fahrenheit).\n
			Bit 2: Reserved.\n 
			Bit 3: Enable low alarm if set to 1.\n 
			Bit 4: Enable high alarm if set to 1\n 
			Bit 5: Send TurnOn/TurnOff events instead of alarm events.\n 
			Bit 6: Invert TurnOn/TurnOff sendings.\n 
			Bit 7: Continous alarm events.\n 
			</description>
			<access>rw</access>
			<bit pos="0" width="2" default="false" >
				<name lang="en">Temperature unit</name>
				<description lang="en">
				The module can present the temperatures in different units. Default
				is degrees Celsius but you can select Kelvin or Fahrenheit instead.\n
				Set to 0 to set unit to Kelvin.\n
				Set to 1 to set unit to Celsius.\n
				Set to 2 to set unit to Fahrenheit.\n
				</description> 
				<valuelist>                   
					<item value = "0x00">                   
						<name lang="en">Kelvin</name>                     
						<description lang="en">Temperature is presented using Kelvin as unit,</description>                     
					</item> 
					<item value = "0x01">                   
						<name lang="en">Celsius</name>                     
						<description lang="en">Temperature is presented using Celsius as unit,</description>                     
					</item>
					<item value = "0x02">                   
						<name lang="en">Kelvin</name>                     
						<description lang="en">Temperature is presented using Fahrenheit as unit,</description>                     
					</item>					
				</valuelist>	
			</bit>
			<bit pos="2" default="false" >
				<name lang="en">Reserved</name>
				<description lang="en">This bit is reserved</description> 
        	</bit>
			<bit pos="3" default="false" >
				<name lang="en">Enable low alarm.</name>
				<description lang="en">
					Enable sending of low alarm events by setting this bit to one.
				</description> 
        	</bit>
			<bit pos="4" default="false" >
				<name lang="en">Enable high alarm.</name>
				<description lang="en">
					Enable sending of high alarm events by setting this bit to one.
				</description> 
        	</bit>
			<bit pos="5" default="false" >
				<name lang="en">Send TurnOn/TurnOff.</name>
				<description lang="en">
					Send TurnOn/TurnOff events instead of Alarm events by setting this
					bit to one. Bit 6 control when TurnOn/TurnOff events are sent.
				</description> 
        	</bit>
			<bit pos="6" default="false" >
				<name lang="en">Controls when TurnOn/TurnOff events will be sent (if activated).</name>
				<description lang="en">
				0 - TurnOn event is sent when low temperature is reached as set in low temperature 
				alarm register. TurnOff event is sent when high 
				temperature is reached as set in high temperature alarm register.\n	
				1 - TurnOff event is sent when low temperature is reached as set in low temperature 
				alarm register. TurnOn event is sent when high 
				temperature is reached as set in high temperature alarm register.\n
				The hysteresis value will effect TurnOn/TurnOff events The temperature must go 
				above or below the hysteresis value before a new event will be sent out. 
				</description> 
        	</bit>
			<bit pos="7" default="false" >
				<name lang="en">Continuous alarm events.</name>
				<description lang="en">
				If this bit is set Alarm events will be sent continuous with a one second interval 
				until the alarm register is read or the temperature goes to a non alarm state 
				(with hysteresis taken into account). TurnOn/TurnOff events will not be affected 
				by a cleared alarm register and will be sent until this bit is cleared or the 
				temperature goes to a non alarm state (with hysteresis taken into account.
				</description> 
        	</bit>
		</reg>
		
		
		<reg page="0" offset="8" >
			<name lang="en">Temperature sensor 0 MSB</name>
			<description lang="en">
				This register holds the most significant byte for the reading of the
				temperature for sensor 0 (on board sensor). The reading is always 
				stored in the Celsius unit and the read value should be divided by
				100	to get the real temperature in celsius.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>r</access>
		</reg>		

		<reg page="0" offset="9" >
			<name lang="en">Temperature sensor 0 LSB</name>
			<description lang="en">
				This register holds the least significant byte for the reading of the
				temperature for sensor 0 (on board sensor). The reading is always 
				stored in the Celsius unit and the read value should be divided by
				100	to get the real temperature in celsius.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>r</access>
		</reg>				
			
		<reg page="0" offset="10" >
			<name lang="en">Temperature sensor 1 MSB</name>
			<description lang="en">
				This register holds the most significant byte for the reading of the
				temperature for sensor 1. The reading is always 
				stored in the Celsius unit and the read value should be divided by
				100	to get the real temperature in celsius.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>r</access>
		</reg>		

		<reg page="0" offset="11" >
			<name lang="en">Temperature sensor 1 LSB</name>
			<description lang="en">
				This register holds the least significant byte for the reading of the
				temperature for sensor 1. The reading is always 
				stored in the Celsius unit and the read value should be divided by
				100	to get the real temperature in celsius.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>r</access>
		</reg>		
		
		<reg page="0" offset="12" >
			<name lang="en">Temperature sensor 2 MSB</name>
			<description lang="en">
				This register holds the most significant byte for the reading of the
				temperature for sensor 2. The reading is always 
				stored in the Celsius unit and the read value should be divided by
				100	to get the real temperature in celsius.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>r</access>
		</reg>		

		<reg page="0" offset="13" >
			<name lang="en">Temperature sensor 2 LSB</name>
			<description lang="en">
				This register holds the least significant byte for the reading of the
				temperature for sensor 2. The reading is always 
				stored in the Celsius unit and the read value should be divided by
				100	to get the real temperature in celsius.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>r</access>
		</reg>		
		
		<reg page="0" offset="14" >
			<name lang="en">Temperature sensor 3 MSB</name>
			<description lang="en">
				This register holds the most significant byte for the reading of the
				temperature for sensor 3. The reading is always 
				stored in the Celsius unit and the read value should be divided by
				100	to get the real temperature in celsius.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>r</access>
		</reg>		

		<reg page="0" offset="15" >
			<name lang="en">Temperature sensor 3 LSB</name>
			<description lang="en">
				This register holds the least significant byte for the reading of the
				temperature for sensor 3. The reading is always 
				stored in the Celsius unit and the read value should be divided by
				100	to get the real temperature in celsius.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>r</access>
		</reg>		
		
		<reg page="0" offset="16" >
			<name lang="en">Temperature sensor 4 MSB</name>
			<description lang="en">
				This register holds the most significant byte for the reading of the
				temperature for sensor 1. The reading is always 
				stored in the Celsius unit and the read value should be divided by
				100	to get the real temperature in celsius.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>r</access>
		</reg>		

		<reg page="0" offset="17" >
			<name lang="en">Temperature sensor 4 LSB</name>
			<description lang="en">
				This register holds the least significant byte for the reading of the
				temperature for sensor 1. The reading is always 
				stored in the Celsius unit and the read value should be divided by
				100	to get the real temperature in celsius.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>r</access>
		</reg>
		
		<reg page="0" offset="18" >
			<name lang="en">Temperature sensor 5 MSB</name>
			<description lang="en">
				This register holds the most significant byte for the reading of the
				temperature for sensor 5. The reading is always 
				stored in the Celsius unit and the read value should be divided by
				100	to get the real temperature in celsius.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>r</access>
		</reg>		

		<reg page="0" offset="19" >
			<name lang="en">Temperature sensor 5 LSB</name>
			<description lang="en">
				This register holds the least significant byte for the reading of the
				temperature for sensor 5. The reading is always 
				stored in the Celsius unit and the read value should be divided by
				100	to get the real temperature in celsius.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>r</access>
		</reg>
		
		<reg page="0" offset="20" >
			<name lang="en">Report interval for sensor 0</name>
			<description lang="en">
				This register holds the report interval expressed in
				seconds for sensor 0. Writing zero to this register turns
				of report events for the sensor.
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="0" offset="21" >
			<name lang="en">Report interval for sensor 1</name>
			<description lang="en">
				This register holds the report interval expressed in
				seconds for sensor 1. Writing zero to this register turns
				of report events for the sensor.
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="0" offset="22" >
			<name lang="en">Report interval for sensor 2</name>
			<description lang="en">
				This register holds the report interval expressed in
				seconds for sensor 2. Writing zero to this register turns
				of report events for the sensor.
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="0" offset="23" >
			<name lang="en">Report interval for sensor 3</name>
			<description lang="en">
				This register holds the report interval expressed in
				seconds for sensor 3. Writing zero to this register turns
				of report events for the sensor.
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="0" offset="24" >
			<name lang="en">Report interval for sensor 4</name>
			<description lang="en">
				This register holds the report interval expressed in
				seconds for sensor 4. Writing zero to this register turns
				of report events for the sensor.
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="0" offset="25" >
			<name lang="en">Report interval for sensor 5</name>
			<description lang="en">
				This register holds the report interval expressed in
				seconds for sensor 5. Writing zero to this register turns
				of report events for the sensor.
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="0" offset="26" >
			<name lang="en">Reserved</name>
			<description lang="en">
				This register is reserved for future use.
			</description>
			<access>r</access>
		</reg>
		
		<reg page="0" offset="27" >
			<name lang="en">Reserved</name>
			<description lang="en">
				This register is reserved for future use.
			</description>
			<access>r</access>
		</reg>		
		
		<reg page="0" offset="28" >
			<name lang="en">Reserved</name>
			<description lang="en">
				This register is reserved for future use.
			</description>
			<access>r</access>
		</reg>		
		
		<reg page="0" offset="29" >
			<name lang="en">Reserved</name>
			<description lang="en">
				This register is reserved for future use.
			</description>
			<access>r</access>
		</reg>		
		
		<reg page="0" offset="30" >
			<name lang="en">Reserved</name>
			<description lang="en">
				This register is reserved for future use.
			</description>
			<access>r</access>
		</reg>		
		
		<reg page="0" offset="31" >
			<name lang="en">Reserved</name>
			<description lang="en">
				This register is reserved for future use.
			</description>
			<access>r</access>
		</reg>		
		
		<reg page="0" offset="32" >
			<name lang="en">Reserved</name>
			<description lang="en">
				This register is reserved for future use.
			</description>
			<access>r</access>
		</reg>		
		
		<reg page="0" offset="33" >
			<name lang="en">Reserved</name>
			<description lang="en">
				This register is reserved for future use.
			</description>
			<access>r</access>
		</reg>		
		
		<reg page="0" offset="34" >
			<name lang="en">Reserved</name>
			<description lang="en">
				This register is reserved for future use.
			</description>
			<access>r</access>
		</reg>		
		
		<reg page="0" offset="35" >
			<name lang="en">Reserved</name>
			<description lang="en">
				This register is reserved for future use.
			</description>
			<access>r</access>
		</reg>		
		
		<reg page="0" offset="36" >
			<name lang="en">Reserved</name>
			<description lang="en">
				This register is reserved for future use.
			</description>
			<access>r</access>
		</reg>		
		
		<reg page="0" offset="37" >
			<name lang="en">Reserved</name>
			<description lang="en">
				This register is reserved for future use.
			</description>
			<access>r</access>
		</reg>		
		
		<reg page="0" offset="38" >
			<name lang="en">B constant for sensor 0 MSB</name>
			<description lang="en">
				This register holds the most significant byte of the NTC
				B constant for sensor 0.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="39" >
			<name lang="en">B constant for 0 LSB</name>
			<description lang="en">
				This register holds the least significant byte of the NTC
				B constant for sensor 0.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="40" >
			<name lang="en">B constant for sensor 1 MSB</name>
			<description lang="en">
				This register holds the most significant byte of the NTC
				B constant for sensor 1.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="41" >
			<name lang="en">B constant for 1 LSB</name>
			<description lang="en">
				This register holds the least significant byte of the NTC
				B constant for sensor 1.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="42" >
			<name lang="en">B constant for sensor 2 MSB</name>
			<description lang="en">
				This register holds the most significant byte of the NTC
				B constant for sensor 2.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="43" >
			<name lang="en">B constant for 2 LSB</name>
			<description lang="en">
				This register holds the least significant byte of the NTC
				B constant for sensor 2.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="44" >
			<name lang="en">B constant for sensor 3 MSB</name>
			<description lang="en">
				This register holds the most significant byte of the NTC
				B constant for sensor 3.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="45" >
			<name lang="en">B constant for 3 LSB</name>
			<description lang="en">
				This register holds the least significant byte of the NTC
				B constant for sensor 3.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="46" >
			<name lang="en">B constant for sensor 4 MSB</name>
			<description lang="en">
				This register holds the most significant byte of the NTC
				B constant for sensor 4.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="47" >
			<name lang="en">B constant for 4 LSB</name>
			<description lang="en">
				This register holds the least significant byte of the NTC
				B constant for sensor 4.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="48" >
			<name lang="en">B constant for sensor 5 MSB</name>
			<description lang="en">
				This register holds the most significant byte of the NTC
				B constant for sensor 5.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="49" >
			<name lang="en">B constant for 5 LSB</name>
			<description lang="en">
				This register holds the least significant byte of the NTC
				B constant for sensor 5.
			</description>
			<access>rw</access>
		</reg>	

		<reg page="0" offset="50" >
			<name lang="en">Low alarm set point for sensor 0 MSB</name>
			<description lang="en">
				This register holds the most significant byte of the low
				alarm setpoint for sensor 0.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="51" >
			<name lang="en">Low alarm set point for sensor 0 LSB</name>
			<description lang="en">
				This register holds the least significant byte of the low
				alarm setpoint for sensor 0.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>	

		<reg page="0" offset="52" >
			<name lang="en">Low alarm set point for sensor 1 MSB</name>
			<description lang="en">
				This register holds the most significant byte of the low
				alarm setpoint for sensor 0.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="53" >
			<name lang="en">Low alarm set point for sensor 1 LSB</name>
			<description lang="en">
				This register holds the least significant byte of the low
				alarm setpoint for sensor 0.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="54" >
			<name lang="en">Low alarm set point for sensor 2 MSB</name>
			<description lang="en">
				This register holds the most significant byte of the low
				alarm setpoint for sensor 0.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="55" >
			<name lang="en">Low alarm set point for sensor 2 LSB</name>
			<description lang="en">
				This register holds the least significant byte of the low
				alarm setpoint for sensor 0.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="56" >
			<name lang="en">Low alarm set point for sensor 3 MSB</name>
			<description lang="en">
				This register holds the most significant byte of the low
				alarm setpoint for sensor 0.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="57" >
			<name lang="en">Low alarm set point for sensor 3 LSB</name>
			<description lang="en">
				This register holds the least significant byte of the low
				alarm setpoint for sensor 0.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="58" >
			<name lang="en">Low alarm set point for sensor 4 MSB</name>
			<description lang="en">
				This register holds the most significant byte of the low
				alarm setpoint for sensor 0.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="59" >
			<name lang="en">Low alarm set point for sensor 4 LSB</name>
			<description lang="en">
				This register holds the least significant byte of the low
				alarm setpoint for sensor 0.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="60" >
			<name lang="en">Low alarm set point for sensor 5 MSB</name>
			<description lang="en">
				This register holds the most significant byte of the low
				alarm setpoint for sensor 0.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="61" >
			<name lang="en">Low alarm set point for sensor 5 LSB</name>
			<description lang="en">
				This register holds the least significant byte of the low
				alarm setpoint for sensor 0.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>		
		
		<reg page="0" offset="62" >
			<name lang="en">High alarm set point for sensor 0 MSB</name>
			<description lang="en">
				This register holds the most significant byte of the high
				alarm setpoint for sensor 0.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="63" >
			<name lang="en">High alarm set point for sensor 0 LSB</name>
			<description lang="en">
				This register holds the least significant byte of the high
				alarm setpoint for sensor 0.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>	

		<reg page="0" offset="64" >
			<name lang="en">High alarm set point for sensor 1 MSB</name>
			<description lang="en">
				This register holds the most significant byte of the high
				alarm setpoint for sensor 0.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="65" >
			<name lang="en">High alarm set point for sensor 1 LSB</name>
			<description lang="en">
				This register holds the least significant byte of the high
				alarm setpoint for sensor 0.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="66" >
			<name lang="en">High alarm set point for sensor 2 MSB</name>
			<description lang="en">
				This register holds the most significant byte of the high
				alarm setpoint for sensor 0.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="67" >
			<name lang="en">High alarm set point for sensor 2 LSB</name>
			<description lang="en">
				This register holds the least significant byte of the high
				alarm setpoint for sensor 0.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="68" >
			<name lang="en">High alarm set point for sensor 3 MSB</name>
			<description lang="en">
				This register holds the most significant byte of the high
				alarm setpoint for sensor 0.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="69" >
			<name lang="en">High alarm set point for sensor 3 LSB</name>
			<description lang="en">
				This register holds the least significant byte of the high
				alarm setpoint for sensor 0.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="70" >
			<name lang="en">High alarm set point for sensor 4 MSB</name>
			<description lang="en">
				This register holds the most significant byte of the high
				alarm setpoint for sensor 0.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="71" >
			<name lang="en">High alarm set point for sensor 4 LSB</name>
			<description lang="en">
				This register holds the least significant byte of the high
				alarm setpoint for sensor 0.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="72" >
			<name lang="en">High alarm set point for sensor 5 MSB</name>
			<description lang="en">
				This register holds the most significant byte of the high
				alarm setpoint for sensor 0.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="73" >
			<name lang="en">High alarm set point for sensor 5 LSB</name>
			<description lang="en">
				This register holds the least significant byte of the high
				alarm setpoint for sensor 0. 
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>	

		<reg page="0" offset="74" >
			<name lang="en">Zone for sensor 0</name>
			<description lang="en">
				This register holds the zone for sensor 0. The sensor
				zone is used for alarm events from the sensor.
			</description>
			<access>rw</access>
		</reg>	
		
		<reg page="0" offset="75" >
			<name lang="en">Subzone for sensor 0</name>
			<description lang="en">
				This register holds the subzone for sensor 0. The sensor
				subzone is used for alarm events from the sensor.
			</description>
			<access>rw</access>
		</reg>	

		<reg page="0" offset="76" >
			<name lang="en">Zone for sensor 1</name>
			<description lang="en">
				This register holds the zone for sensor 1. The sensor
				zone is used for alarm events from the sensor.
			</description>
			<access>rw</access>
		</reg>	
		
		<reg page="0" offset="77" >
			<name lang="en">Subzone for sensor 1</name>
			<description lang="en">
				This register holds the subzone for sensor 1. The sensor
				subzone is used for alarm events from the sensor.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="78" >
			<name lang="en">Zone for sensor 2</name>
			<description lang="en">
				This register holds the zone for sensor 2. The sensor
				zone is used for alarm events from the sensor.
			</description>
			<access>rw</access>
		</reg>	
		
		<reg page="0" offset="79" >
			<name lang="en">Subzone for sensor 2</name>
			<description lang="en">
				This register holds the subzone for sensor 2. The sensor
				subzone is used for alarm events from the sensor.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="80" >
			<name lang="en">Zone for sensor 3</name>
			<description lang="en">
				This register holds the zone for sensor 3. The sensor
				zone is used for alarm events from the sensor.
			</description>
			<access>rw</access>
		</reg>	
		
		<reg page="0" offset="81" >
			<name lang="en">Subzone for sensor 3</name>
			<description lang="en">
				This register holds the subzone for sensor 3. The sensor
				subzone is used for alarm events from the sensor.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="82" >
			<name lang="en">Zone for sensor 4</name>
			<description lang="en">
				This register holds the zone for sensor 4. The sensor
				zone is used for alarm events from the sensor.
			</description>
			<access>rw</access>
		</reg>	
		
		<reg page="0" offset="83" >
			<name lang="en">Subzone for sensor 4</name>
			<description lang="en">
				This register holds the subzone for sensor 4. The sensor
				subzone is used for alarm events from the sensor.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="84" >
			<name lang="en">Zone for sensor 5</name>
			<description lang="en">
				This register holds the zone for sensor 5. The sensor
				zone is used for alarm events from the sensor.
			</description>
			<access>rw</access>
		</reg>	
		
		<reg page="0" offset="85" >
			<name lang="en">Subzone for sensor 5</name>
			<description lang="en">
				This register holds the subzone for sensor 5. The sensor
				subzone is used for alarm events from the sensor.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="86" >
			<name lang="en">Sensor absolute low temperature for sensor 0 MSB</name>
			<description lang="en">
				Sensor absolute low temperature for sensor 0. Write any value to reset.
				A write will set the value of the msb/lsb pair to the highest possible temperature.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="87" >
			<name lang="en">Sensor absolute low temperature for sensor 0 LSB</name>
			<description lang="en">
				Sensor absolute low temperature for sensor 0. Write Write any value to reset.
				A write will set the value of the msb/lsb pair to the highest possible temperature.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>	

		<reg page="0" offset="88" >
			<name lang="en">Sensor absolute low temperature for sensor 1 MSB</name>
			<description lang="en">
				Sensor absolute low temperature for sensor 1. Write Write any value to reset.
				A write will set the value of the msb/lsb pair to the highest possible temperature.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="89" >
			<name lang="en">Sensor absolute low temperature for sensor 1 LSB</name>
			<description lang="en">
				Sensor absolute low temperature for sensor 1. Write Write any value to reset.
				A write will set the value of the msb/lsb pair to the highest possible temperature.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="90" >
			<name lang="en">Sensor absolute low temperature for sensor 2 MSB</name>
			<description lang="en">
				Sensor absolute low temperature for sensor 2. Write Write any value to reset.
				A write will set the value of the msb/lsb pair to the highest possible temperature.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="91" >
			<name lang="en">Sensor absolute low temperature for sensor 2 LSB</name>
			<description lang="en">
				Sensor absolute low temperature for sensor 2. Write Write any value to reset.
				A write will set the value of the msb/lsb pair to the highest possible temperature.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="92" >
			<name lang="en">Sensor absolute low temperature for sensor 3 MSB</name>
			<description lang="en">
				Sensor absolute low temperature for sensor 3. Write Write any value to reset.
				A write will set the value of the msb/lsb pair to the highest possible temperature.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="93" >
			<name lang="en">Sensor absolute low temperature for sensor 3 LSB</name>
			<description lang="en">
				Sensor absolute low temperature for for sensor 3. Write Write any value to reset.
				A write will set the value of the msb/lsb pair to the highest possible temperature.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="94" >
			<name lang="en">Sensor absolute low temperature for sensor 4 MSB</name>
			<description lang="en">
				Sensor absolute low temperature for sensor 4. Write Write any value to reset.
				A write will set the value of the msb/lsb pair to the highest possible temperature.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="95" >
			<name lang="en">Sensor absolute low temperature for sensor 4 LSB</name>
			<description lang="en">
				Sensor absolute low temperature for sensor 4. Write Write any value to reset.
				A write will set the value of the msb/lsb pair to the highest possible temperature.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="96" >
			<name lang="en">Sensor absolute low temperature for sensor 5 MSB</name>
			<description lang="en">
				Sensor absolute low temperature for sensor 5. Write Write any value to reset.
				A write will set the value of the msb/lsb pair to the highest possible temperature.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="97" >
			<name lang="en">Sensor absolute low temperature for sensor 5 LSB</name>
			<description lang="en">
				Sensor absolute low temperature for sensor 5. Write Write any value to reset.
				A write will set the value of the msb/lsb pair to the highest possible temperature.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>	


		<reg page="0" offset="98" >
			<name lang="en">Sensor absolute high temperature for sensor 0 MSB</name>
			<description lang="en">
				Sensor absolute high temperature for sensor 0. Write any value to reset.
				A write will set the value of the msb/lsb pair to the lowest possible temperature.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="99" >
			<name lang="en">Sensor absolute high temperature for sensor 0 LSB</name>
			<description lang="en">
				Sensor absolute high temperature for sensor 0. Write any value to reset.
				A write will set the value of the msb/lsb pair to the lowest possible temperature.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>	

		<reg page="0" offset="100" >
			<name lang="en">Sensor absolute high temperature for sensor 1 MSB</name>
			<description lang="en">
				Sensor absolute high temperature for sensor 1. Write any value to reset.
				A write will set the value of the msb/lsb pair to the lowest possible temperature.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="101" >
			<name lang="en">Sensor absolute high temperature for sensor 1 LSB</name>
			<description lang="en">
				Sensor absolute high temperature for sensor 1. Write any value to reset.
				A write will set the value of the msb/lsb pair to the lowest possible temperature.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="102" >
			<name lang="en">Sensor absolute high temperature for sensor 2 MSB</name>
			<description lang="en">
				Sensor absolute high temperature for sensor 2. Write any value to reset.
				A write will set the value of the msb/lsb pair to the lowest possible temperature.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="103" >
			<name lang="en">Sensor absolute high temperature for sensor 2 LSB</name>
			<description lang="en">
				Sensor absolute high temperature for sensor 2. Write any value to reset.
				A write will set the value of the msb/lsb pair to the lowest possible temperature.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="104" >
			<name lang="en">Sensor absolute high temperature for sensor 3 MSB</name>
			<description lang="en">
				Sensor absolute high temperature for sensor 3. Write any value to reset.
				A write will set the value of the msb/lsb pair to the lowest possible temperature.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="105" >
			<name lang="en">Sensor absolute high temperature for sensor 3 LSB</name>
			<description lang="en">
				Sensor absolute high temperature for for sensor 3. Write any value to reset.
				A write will set the value of the msb/lsb pair to the lowest possible temperature.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="106" >
			<name lang="en">Sensor absolute high temperature for sensor 4 MSB</name>
			<description lang="en">
				Sensor absolute high temperature for sensor 4. Write any value to reset.
				A write will set the value of the msb/lsb pair to the lowest possible temperature.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="107" >
			<name lang="en">Sensor absolute high temperature for sensor 4 LSB</name>
			<description lang="en">
				Sensor absolute high temperature for sensor 4. Write any value to reset.
				A write will set the value of the msb/lsb pair to the lowest possible temperature.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="108" >
			<name lang="en">Sensor absolute high temperature for sensor 5 MSB</name>
			<description lang="en">
				Sensor absolute high temperature for sensor 5. Write any value to reset.
				A write will set the value of the msb/lsb pair to the lowest possible temperature.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="109" >
			<name lang="en">Sensor absolute high temperature for sensor 5 LSB</name>
			<description lang="en">
				Sensor absolute high temperature for sensor 5. Write any value to reset.
				A write will set the value of the msb/lsb pair to the lowest possible temperature.
				The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>	

		<reg page="0" offset="110" >
			<name lang="en">Hysteresis in degrees Celsius for sensor 0.</name>
			<description lang="en">
				Hysteresis in degrees Celsius for sensor 0 (default is 5 degrees).
				The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="111" >
			<name lang="en">Hysteresis in degrees Celsius for sensor 1.</name>
			<description lang="en">
				Hysteresis in degrees Celsius for sensor 1 (default is 5 degrees).
				The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="112" >
			<name lang="en">Hysteresis in degrees Celsius for sensor 2.</name>
			<description lang="en">
				Hysteresis in degrees Celsius for sensor 2 (default is 5 degrees).
				The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="113" >
			<name lang="en">Hysteresis in degrees Celsius for sensor 3.</name>
			<description lang="en">
				Hysteresis in degrees Celsius for sensor 3 (default is 5 degrees).
				The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="114" >
			<name lang="en">Hysteresis in degrees Celsius for sensor 4.</name>
			<description lang="en">
				Hysteresis in degrees Celsius for sensor 4 (default is 5 degrees).
				The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="115" >
			<name lang="en">Hysteresis in degrees Celsius for sensor 5.</name>
			<description lang="en">
				Hysteresis in degrees Celsius for sensor 5 (default is 5 degrees).
				The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="116" index="0..11" >
			<name lang="en">Index into calibration values.</name>
			<description lang="en">
				Index into array of calibration values. The index can have a value 
				between 0-11 representing for odd values MSB of a calibration 
				value and for even values LSB of calibration value.
			</description>
			<access>rw</access>
			<valuelist>                   
				<item value = "0x00">                   
					<name lang="en">Calibration Sensor 0 MSB</name>                     
					<description lang="en">MSB of calibration value for sensor 0.</description>                     
				</item> 
				<item value = "0x01">                   
					<name lang="en">Calibration Sensor 0 LSB</name>                     
					<description lang="en">LSB of calibration value for sensor 0.</description>                     
				</item> 
				<item value = "0x02">                   
					<name lang="en">Calibration Sensor 1 MSB</name>                     
					<description lang="en">MSB of calibration value for sensor 1.</description>                     
				</item> 
				<item value = "0x03">                   
					<name lang="en">Calibration Sensor 1 LSB</name>                     
					<description lang="en">LSB of calibration value for sensor 1.</description>                     
				</item> 
				<item value = "0x04">                   
					<name lang="en">Calibration Sensor 2 MSB</name>                     
					<description lang="en">MSB of calibration value for sensor 2.</description>                     
				</item> 
				<item value = "0x05">                   
					<name lang="en">Calibration Sensor 2 LSB</name>                     
					<description lang="en">LSB of calibration value for sensor 2.</description>                     
				</item> 
				<item value = "0x06">                   
					<name lang="en">Calibration Sensor 3 MSB</name>                     
					<description lang="en">MSB of calibration value for sensor 3.</description>                     
				</item> 
				<item value = "0x07">                   
					<name lang="en">Calibration Sensor 3 LSB</name>                     
					<description lang="en">LSB of calibration value for sensor 3.</description>                     
				</item> 
				<item value = "0x08">                   
					<name lang="en">Calibration Sensor 4 MSB</name>                     
					<description lang="en">MSB of calibration value for sensor 4.</description>                     
				</item> 
				<item value = "0x09">                   
					<name lang="en">Calibration Sensor 4 LSB</name>                     
					<description lang="en">LSB of calibration value for sensor 4.</description>                     
				</item> 
				<item value = "0x0A">                   
					<name lang="en">Calibration Sensor 5 MSB</name>                     
					<description lang="en">MSB of calibration value for sensor 5.</description>                     
				</item> 
				<item value = "0x0B">                   
					<name lang="en">Calibration Sensor 5 LSB</name>                     
					<description lang="en">LSB of calibration value for sensor 5.</description>                     
				</item> 
			</valuelist>
		</reg>	
		
		<reg page="0" offset="117" >
			<name lang="en">Array of calibration values.</name>
			<description lang="en">
				Array of calibration values. A total of twelve values is stored
				in this array forming calibration values in two's complement form
				for each sensor. The calibration values is stored 
				Sensor 0 MSB, Sensor 0 LSB, Sensor 1 MSB, Sensor 1 LSB, 
				Sensor 2 MSB, Sensor 2 LSB, Sensor 3 MSB, Sensor 3 LSB, 
				Sensor 4 MSB, Sensor 4 LSB, Sensor 5 MSB, Sensor 5 LSB.
				MSB and LSB of the calibration values together form a two's complement 
				16-bit integer value as temperature * 100 that is added to the measured 
				temperature before it is reported.
			</description>
			<access>rw</access>
		</reg>		
		
		<reg page="0" offset="118" >
			<name lang="en">Voltage calibration value MSB.</name>
			<description lang="en">
				For precise measurements the actual voltage level in the NTC circuit may need to be
				measured and set. This is the MSB of the calibrated voltage level * 10000 
			</description>
			<access>rw</access>
		</reg>	
		
		<reg page="0" offset="119" >
			<name lang="en">Voltage calibration value LSB.</name>
			<description lang="en">
				For precise measurements the actual voltage level in the NTC circuit may need to be
				measured and set. This is the LSB of the calibrated voltage level * 10000 
			</description>
			<access>rw</access>
		</reg>
		
		
		<!-- Page 1 -->
		
		
		<reg page="1" offset="0" >
			<name lang="en">Steinhart–Hart equation a coefficient byte 0 (MSB), sensor 0</name>
			<description lang="en">
				Byte 0 (MSB) of Steinhart–Hart equation a coefficient for sensor 0
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="1" >
			<name lang="en">Steinhart–Hart equation a coefficient byte 1, sensor 0</name>
			<description lang="en">
				Byte 1 of Steinhart–Hart equation a coefficient for sensor 0
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="2" >
			<name lang="en">Steinhart–Hart equation a coefficient byte 2, sensor 0</name>
			<description lang="en">
				Byte 2 of Steinhart–Hart equation a coefficient for sensor 0
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="3" >
			<name lang="en">Steinhart–Hart equation a coefficient byte 3 (LSB), sensor 0</name>
			<description lang="en">
				Byte 3  (LSB)of Steinhart–Hart equation a coefficient for sensor 0
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="4" >
			<name lang="en">Steinhart–Hart equation b coefficient byte 0 (MSB), sensor 0</name>
			<description lang="en">
				Byte 0 (MSB) of Steinhart–Hart equation b coefficient for sensor 0
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="5" >
			<name lang="en">Steinhart–Hart equation b coefficient byte 1, sensor 0</name>
			<description lang="en">
				Byte 1 of Steinhart–Hart equation b coefficient for sensor 0
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="6" >
			<name lang="en">Steinhart–Hart equation b coefficient byte 2, sensor 0</name>
			<description lang="en">
				Byte 2 of Steinhart–Hart equation b coefficient for sensor 0
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="7" >
			<name lang="en">Steinhart–Hart equation b coefficient byte 3 (LSB), sensor 0</name>
			<description lang="en">
				Byte 3  (LSB)of Steinhart–Hart equation b coefficient for sensor 0
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="8" >
			<name lang="en">Steinhart–Hart equation c coefficient byte 0 (MSB), sensor 0</name>
			<description lang="en">
				Byte 0 (MSB) of Steinhart–Hart equation c coefficient for sensor 0
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="9" >
			<name lang="en">Steinhart–Hart equation c coefficient byte 1, sensor 0</name>
			<description lang="en">
				Byte 1 of Steinhart–Hart equation c coefficient for sensor 0
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="10" >
			<name lang="en">Steinhart–Hart equation c coefficient byte 2, sensor 0</name>
			<description lang="en">
				Byte 2 of Steinhart–Hart equation c coefficient for sensor 0
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="11" >
			<name lang="en">Steinhart–Hart equation c coefficient byte 3 (LSB), sensor 0</name>
			<description lang="en">
				Byte 3  (LSB)of Steinhart–Hart equation c coefficient for sensor 0
			</description>
			<access>rw</access>
		</reg>
		
		
		
		
		<reg page="1" offset="12" >
			<name lang="en">Steinhart–Hart equation a coefficient byte 0 (MSB), sensor 1</name>
			<description lang="en">
				Byte 0 (MSB) of Steinhart–Hart equation a coefficient for sensor 1
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="13" >
			<name lang="en">Steinhart–Hart equation a coefficient byte 1, sensor 1</name>
			<description lang="en">
				Byte 1 of Steinhart–Hart equation a coefficient for sensor 1
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="14" >
			<name lang="en">Steinhart–Hart equation a coefficient byte 2, sensor 1</name>
			<description lang="en">
				Byte 2 of Steinhart–Hart equation a coefficient for sensor 1
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="15" >
			<name lang="en">Steinhart–Hart equation a coefficient byte 3 (LSB), sensor 1</name>
			<description lang="en">
				Byte 3  (LSB)of Steinhart–Hart equation a coefficient for sensor 1
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="16" >
			<name lang="en">Steinhart–Hart equation b coefficient byte 0 (MSB), sensor 1</name>
			<description lang="en">
				Byte 0 (MSB) of Steinhart–Hart equation b coefficient for sensor 1
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="17" >
			<name lang="en">Steinhart–Hart equation b coefficient byte 1, sensor 1</name>
			<description lang="en">
				Byte 1 of Steinhart–Hart equation b coefficient for sensor 1
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="18" >
			<name lang="en">Steinhart–Hart equation b coefficient byte 2, sensor 1</name>
			<description lang="en">
				Byte 2 of Steinhart–Hart equation b coefficient for sensor 1
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="19" >
			<name lang="en">Steinhart–Hart equation b coefficient byte 3 (LSB), sensor 1</name>
			<description lang="en">
				Byte 3  (LSB)of Steinhart–Hart equation b coefficient for sensor 1
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="20" >
			<name lang="en">Steinhart–Hart equation c coefficient byte 0 (MSB), sensor 1</name>
			<description lang="en">
				Byte 0 (MSB) of Steinhart–Hart equation c coefficient for sensor 1
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="21" >
			<name lang="en">Steinhart–Hart equation c coefficient byte 1, sensor 1</name>
			<description lang="en">
				Byte 1 of Steinhart–Hart equation c coefficient for sensor 1
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="22" >
			<name lang="en">Steinhart–Hart equation c coefficient byte 2, sensor 1</name>
			<description lang="en">
				Byte 2 of Steinhart–Hart equation c coefficient for sensor 1
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="23" >
			<name lang="en">Steinhart–Hart equation c coefficient byte 3 (LSB), sensor 1</name>
			<description lang="en">
				Byte 3  (LSB)of Steinhart–Hart equation c coefficient for sensor 1
			</description>
			<access>rw</access>
		</reg>
		
		
		
		<reg page="1" offset="24" >
			<name lang="en">Steinhart–Hart equation a coefficient byte 0 (MSB), sensor 2</name>
			<description lang="en">
				Byte 0 (MSB) of Steinhart–Hart equation a coefficient for sensor 2
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="25" >
			<name lang="en">Steinhart–Hart equation a coefficient byte 1, sensor 2</name>
			<description lang="en">
				Byte 1 of Steinhart–Hart equation a coefficient for sensor 2
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="26" >
			<name lang="en">Steinhart–Hart equation a coefficient byte 2, sensor 2</name>
			<description lang="en">
				Byte 2 of Steinhart–Hart equation a coefficient for sensor 2
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="27" >
			<name lang="en">Steinhart–Hart equation a coefficient byte 3 (LSB), sensor 2</name>
			<description lang="en">
				Byte 3  (LSB)of Steinhart–Hart equation a coefficient for sensor 2
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="28" >
			<name lang="en">Steinhart–Hart equation b coefficient byte 0 (MSB), sensor 2</name>
			<description lang="en">
				Byte 0 (MSB) of Steinhart–Hart equation b coefficient for sensor 2
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="29" >
			<name lang="en">Steinhart–Hart equation b coefficient byte 1, sensor 2</name>
			<description lang="en">
				Byte 1 of Steinhart–Hart equation b coefficient for sensor 2
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="30" >
			<name lang="en">Steinhart–Hart equation b coefficient byte 2, sensor 2</name>
			<description lang="en">
				Byte 2 of Steinhart–Hart equation b coefficient for sensor 2
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="31" >
			<name lang="en">Steinhart–Hart equation b coefficient byte 3 (LSB), sensor 2</name>
			<description lang="en">
				Byte 3  (LSB)of Steinhart–Hart equation b coefficient for sensor 2
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="32" >
			<name lang="en">Steinhart–Hart equation c coefficient byte 0 (MSB), sensor 2</name>
			<description lang="en">
				Byte 0 (MSB) of Steinhart–Hart equation c coefficient for sensor 2
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="33" >
			<name lang="en">Steinhart–Hart equation c coefficient byte 1, sensor 2</name>
			<description lang="en">
				Byte 1 of Steinhart–Hart equation c coefficient for sensor 2
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="34" >
			<name lang="en">Steinhart–Hart equation c coefficient byte 2, sensor 2</name>
			<description lang="en">
				Byte 2 of Steinhart–Hart equation c coefficient for sensor 2
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="35" >
			<name lang="en">Steinhart–Hart equation c coefficient byte 3 (LSB), sensor 2</name>
			<description lang="en">
				Byte 3  (LSB)of Steinhart–Hart equation c coefficient for sensor 2
			</description>
			<access>rw</access>
		</reg>
		
		
		
		<reg page="1" offset="36" >
			<name lang="en">Steinhart–Hart equation a coefficient byte 0 (MSB), sensor 3</name>
			<description lang="en">
				Byte 0 (MSB) of Steinhart–Hart equation a coefficient for sensor 3
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="37" >
			<name lang="en">Steinhart–Hart equation a coefficient byte 1, sensor 3</name>
			<description lang="en">
				Byte 1 of Steinhart–Hart equation a coefficient for sensor 3
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="38" >
			<name lang="en">Steinhart–Hart equation a coefficient byte 2, sensor 3</name>
			<description lang="en">
				Byte 2 of Steinhart–Hart equation a coefficient for sensor 3
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="39" >
			<name lang="en">Steinhart–Hart equation a coefficient byte 3 (LSB), sensor 3</name>
			<description lang="en">
				Byte 3  (LSB)of Steinhart–Hart equation a coefficient for sensor 3
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="40" >
			<name lang="en">Steinhart–Hart equation b coefficient byte 0 (MSB), sensor 3</name>
			<description lang="en">
				Byte 0 (MSB) of Steinhart–Hart equation b coefficient for sensor 3
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="41" >
			<name lang="en">Steinhart–Hart equation b coefficient byte 1, sensor 3</name>
			<description lang="en">
				Byte 1 of Steinhart–Hart equation b coefficient for sensor 3
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="42" >
			<name lang="en">Steinhart–Hart equation b coefficient byte 2, sensor 3</name>
			<description lang="en">
				Byte 2 of Steinhart–Hart equation b coefficient for sensor 3
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="43" >
			<name lang="en">Steinhart–Hart equation b coefficient byte 3 (LSB), sensor 3</name>
			<description lang="en">
				Byte 3  (LSB)of Steinhart–Hart equation b coefficient for sensor 3
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="44" >
			<name lang="en">Steinhart–Hart equation c coefficient byte 0 (MSB), sensor 3</name>
			<description lang="en">
				Byte 0 (MSB) of Steinhart–Hart equation c coefficient for sensor 3
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="45" >
			<name lang="en">Steinhart–Hart equation c coefficient byte 1, sensor 3</name>
			<description lang="en">
				Byte 1 of Steinhart–Hart equation c coefficient for sensor 3
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="46" >
			<name lang="en">Steinhart–Hart equation c coefficient byte 2, sensor 3</name>
			<description lang="en">
				Byte 2 of Steinhart–Hart equation c coefficient for sensor 3
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="47" >
			<name lang="en">Steinhart–Hart equation c coefficient byte 3 (LSB), sensor 3</name>
			<description lang="en">
				Byte 3  (LSB)of Steinhart–Hart equation c coefficient for sensor 3
			</description>
			<access>rw</access>
		</reg>
		
		
		
		
		<reg page="1" offset="48" >
			<name lang="en">Steinhart–Hart equation a coefficient byte 0 (MSB), sensor 4</name>
			<description lang="en">
				Byte 0 (MSB) of Steinhart–Hart equation a coefficient for sensor 4
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="49" >
			<name lang="en">Steinhart–Hart equation a coefficient byte 1, sensor 4</name>
			<description lang="en">
				Byte 1 of Steinhart–Hart equation a coefficient for sensor 4
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="50" >
			<name lang="en">Steinhart–Hart equation a coefficient byte 2, sensor 4</name>
			<description lang="en">
				Byte 2 of Steinhart–Hart equation a coefficient for sensor 4
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="51" >
			<name lang="en">Steinhart–Hart equation a coefficient byte 3 (LSB), sensor 4</name>
			<description lang="en">
				Byte 3  (LSB)of Steinhart–Hart equation a coefficient for sensor 4
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="52" >
			<name lang="en">Steinhart–Hart equation b coefficient byte 0 (MSB), sensor 4</name>
			<description lang="en">
				Byte 0 (MSB) of Steinhart–Hart equation b coefficient for sensor 4
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="53" >
			<name lang="en">Steinhart–Hart equation b coefficient byte 1, sensor 4</name>
			<description lang="en">
				Byte 1 of Steinhart–Hart equation b coefficient for sensor 4
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="54" >
			<name lang="en">Steinhart–Hart equation b coefficient byte 2, sensor 4</name>
			<description lang="en">
				Byte 2 of Steinhart–Hart equation b coefficient for sensor 4
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="55" >
			<name lang="en">Steinhart–Hart equation b coefficient byte 3 (LSB), sensor 4</name>
			<description lang="en">
				Byte 3  (LSB)of Steinhart–Hart equation b coefficient for sensor 4
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="56" >
			<name lang="en">Steinhart–Hart equation c coefficient byte 0 (MSB), sensor 4</name>
			<description lang="en">
				Byte 0 (MSB) of Steinhart–Hart equation c coefficient for sensor 4
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="57" >
			<name lang="en">Steinhart–Hart equation c coefficient byte 1, sensor 4</name>
			<description lang="en">
				Byte 1 of Steinhart–Hart equation c coefficient for sensor 4
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="58" >
			<name lang="en">Steinhart–Hart equation c coefficient byte 2, sensor 4</name>
			<description lang="en">
				Byte 2 of Steinhart–Hart equation c coefficient for sensor 4
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="59" >
			<name lang="en">Steinhart–Hart equation c coefficient byte 3 (LSB), sensor 4</name>
			<description lang="en">
				Byte 3  (LSB)of Steinhart–Hart equation c coefficient for sensor 4
			</description>
			<access>rw</access>
		</reg>
		
		
		<reg page="1" offset="60" >
			<name lang="en">Steinhart–Hart equation a coefficient byte 0 (MSB), sensor 5</name>
			<description lang="en">
				Byte 0 (MSB) of Steinhart–Hart equation a coefficient for sensor 5
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="61" >
			<name lang="en">Steinhart–Hart equation a coefficient byte 1, sensor 5</name>
			<description lang="en">
				Byte 1 of Steinhart–Hart equation a coefficient for sensor 5
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="62" >
			<name lang="en">Steinhart–Hart equation a coefficient byte 2, sensor 5</name>
			<description lang="en">
				Byte 2 of Steinhart–Hart equation a coefficient for sensor 5
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="63" >
			<name lang="en">Steinhart–Hart equation a coefficient byte 3 (LSB), sensor 5</name>
			<description lang="en">
				Byte 3  (LSB)of Steinhart–Hart equation a coefficient for sensor 5
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="64" >
			<name lang="en">Steinhart–Hart equation b coefficient byte 0 (MSB), sensor 5</name>
			<description lang="en">
				Byte 0 (MSB) of Steinhart–Hart equation b coefficient for sensor 5
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="65" >
			<name lang="en">Steinhart–Hart equation b coefficient byte 1, sensor 5</name>
			<description lang="en">
				Byte 1 of Steinhart–Hart equation b coefficient for sensor 5
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="66" >
			<name lang="en">Steinhart–Hart equation b coefficient byte 2, sensor 5</name>
			<description lang="en">
				Byte 2 of Steinhart–Hart equation b coefficient for sensor 5
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="67" >
			<name lang="en">Steinhart–Hart equation b coefficient byte 3 (LSB), sensor 5</name>
			<description lang="en">
				Byte 3  (LSB)of Steinhart–Hart equation b coefficient for sensor 5
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="68" >
			<name lang="en">Steinhart–Hart equation c coefficient byte 0 (MSB), sensor 5</name>
			<description lang="en">
				Byte 0 (MSB) of Steinhart–Hart equation c coefficient for sensor 5
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="69" >
			<name lang="en">Steinhart–Hart equation c coefficient byte 1, sensor 5</name>
			<description lang="en">
				Byte 1 of Steinhart–Hart equation c coefficient for sensor 5
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="70" >
			<name lang="en">Steinhart–Hart equation c coefficient byte 2, sensor 5</name>
			<description lang="en">
				Byte 2 of Steinhart–Hart equation c coefficient for sensor 5
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="71" >
			<name lang="en">Steinhart–Hart equation c coefficient byte 3 (LSB), sensor 5</name>
			<description lang="en">
				Byte 3  (LSB)of Steinhart–Hart equation c coefficient for sensor 5
			</description>
			<access>rw</access>
		</reg>
		
		
		// Raw A/D values
		
		
		<reg page="1" offset="72" >
			<name lang="en">Raw A/D value for Sensor 0 (MSB)</name>
			<description lang="en">
				Raw A/D value for Sensor 0 (MSB).
			</description>
			<access>r</access>
		</reg>
		
		<reg page="1" offset="73" >
			<name lang="en">Raw A/D value for Sensor 0 (LSB)</name>
			<description lang="en">
				Raw A/D value for Sensor 0 (LSB).
			</description>
			<access>r</access>
		</reg>
		
		<reg page="1" offset="74" >
			<name lang="en">Raw A/D value for Sensor 1 (MSB)</name>
			<description lang="en">
				Raw A/D value for Sensor 1 (MSB).
			</description>
			<access>r</access>
		</reg>
		
		<reg page="1" offset="75" >
			<name lang="en">Raw A/D value for Sensor 1 (LSB)</name>
			<description lang="en">
				Raw A/D value for Sensor 1 (LSB).
			</description>
			<access>r</access>
		</reg>
		
		<reg page="1" offset="76" >
			<name lang="en">Raw A/D value for Sensor 2 (MSB)</name>
			<description lang="en">
				Raw A/D value for Sensor 0 (MSB).
			</description>
			<access>r</access>
		</reg>
		
		<reg page="1" offset="77" >
			<name lang="en">Raw A/D value for Sensor 2 (LSB)</name>
			<description lang="en">
				Raw A/D value for Sensor 0 (LSB).
			</description>
			<access>r</access>
		</reg>
		
		<reg page="1" offset="78" >
			<name lang="en">Raw A/D value for Sensor 3 (MSB)</name>
			<description lang="en">
				Raw A/D value for Sensor 0 (MSB).
			</description>
			<access>r</access>
		</reg>
		
		<reg page="1" offset="79" >
			<name lang="en">Raw A/D value for Sensor 3 (LSB)</name>
			<description lang="en">
				Raw A/D value for Sensor 0 (LSB).
			</description>
			<access>r</access>
		</reg>
		
		<reg page="1" offset="80" >
			<name lang="en">Raw A/D value for Sensor 4 (MSB)</name>
			<description lang="en">
				Raw A/D value for Sensor 4 (MSB).
			</description>
			<access>r</access>
		</reg>
		
		<reg page="1" offset="81" >
			<name lang="en">Raw A/D value for Sensor 4 (LSB)</name>
			<description lang="en">
				Raw A/D value for Sensor 4 (LSB).
			</description>
			<access>r</access>
		</reg>
		
		<reg page="1" offset="82" >
			<name lang="en">Raw A/D value for Sensor 5 (MSB)</name>
			<description lang="en">
				Raw A/D value for Sensor 5 (MSB).
			</description>
			<access>r</access>
		</reg>
		
		<reg page="1" offset="83" >
			<name lang="en">Raw A/D value for Sensor 5 (LSB)</name>
			<description lang="en">
				Raw A/D value for Sensor 5 (LSB).
			</description>
			<access>r</access>
		</reg>
						
	</registers>
	
	
	
	
	<abstractions>

		<abstraction id="temp0" type="int16_t" 
							page = "0" offset = "8" >
			<name lang="en">Temperature sensor 0</name>
			<description lang="en">
				Temperature for sensor 0 (on-board sensor).\n
				The read temperature is actual temperature * 100 and
				should be divided by 100 to get the actual temperature.
			</description>
			<access>r</access>
		</abstraction>

		<abstraction id="temp1" type="int16_t" 
							page = "0" offset = "10" >
			<name lang="en">Temperature sensor 1</name>
			<description lang="en">
				Temperature for sensor 1.\n
				The read temperature is actual temperature * 100 and
				should be divided by 100 to get the actual temperature.
			</description>
			<access>r</access>
		</abstraction>

		<abstraction id="temp2" type="int16_t" 
							page = "0" offset = "12" >
			<name lang="en">Temperature sensor 2</name>
			<description lang="en">
				Temperature for sensor 2.\n
				The read temperature is actual temperature * 100 and
				should be divided by 100 to get the actual temperature.
			</description>
			<access>r</access>
		</abstraction>

		<abstraction id="temp3" type="int16_t" 
							page = "0" offset = "14" >
			<name lang="en">Temperature sensor 3</name>
			<description lang="en">
				Temperature for sensor 3.\n
				The read temperature is actual temperature * 100 and
				should be divided by 100 to get the actual temperature.
			</description>
			<access>r</access>
		</abstraction>

		<abstraction id="temp4" type="int16_t" 
							page = "0" offset = "16" >
			<name lang="en">Temperature sensor 4</name>
			<description lang="en">
				Temperature for sensor 4.\n
				The read temperature is actual temperature * 100 and
				should be divided by 100 to get the actual temperature.
			</description>
			<access>r</access>
		</abstraction>

		<abstraction id="temp5" type="int16_t" 
							page = "0" offset = "18" >
			<name lang="en">Temperature sensor 5</name>
			<description lang="en">
				Temperature for sensor 5.\n
				The read temperature is actual temperature * 100 and
				should be divided by 100 to get the actual temperature.
			</description>
			<access>r</access>
		</abstraction>	

		<abstraction id="bconst0" type="int16_t" default="0"
							page = "0" offset = "38" >
			<name lang="en">B constant for sensor 0</name>
			<description lang="en">
				NTC Thermistor B constant for sensor 0.\n
			</description>
			<access>rw</access>
		</abstraction>
		
		<abstraction id="bconst1" type="int16_t"  default="0"
							page = "0" offset = "40" >
			<name lang="en">B constant for sensor 1</name>
			<description lang="en">
				NTC Thermistor B constant for sensor 1.\n
			</description>
			<access>rw</access>
		</abstraction>

		<abstraction id="bconst2" type="int16_t" default="0" 
							page = "0" offset = "42" >
			<name lang="en">B constant for sensor 2</name>
			<description lang="en">
				NTC Thermistor B constant for sensor 2.\n
			</description>
			<access>rw</access>
		</abstraction>

		<abstraction id="bconst3" type="int16_t"  default="0"
							page = "0" offset = "44" >
			<name lang="en">B constant for sensor 3</name>
			<description lang="en">
				NTC Thermistor B constant for sensor 3.\n
			</description>
			<access>rw</access>
		</abstraction>

		<abstraction id="bconst4" type="int16_t"  default="0"
							page = "0" offset = "46" >
			<name lang="en">B constant for sensor 4</name>
			<description lang="en">
				NTC Thermistor B constant for sensor 4.\n
			</description>
			<access>rw</access>
		</abstraction>

		<abstraction id="bconst5" type="int16_t"  default="0"
							page = "0" offset = "48" >
			<name lang="en">B constant for sensor 5</name>
			<description lang="en">
				NTC Thermistor B constant for sensor 5.\n
			</description>
			<access>rw</access>
		</abstraction>	

		<abstraction id="lowalarm0" type="int16_t" default="0" 
							page = "0" offset = "50" >
			<name lang="en">Low alarm for sensor 0</name>
			<description lang="en">
				Low alarm setpoint for sensor 0.\n
			</description>
			<access>rw</access>
		</abstraction>
		
		<abstraction id="lowalarm1" type="int16_t"  default="0"
							page = "0" offset = "52" >
			<name lang="en">Low alarm for sensor 1</name>
			<description lang="en">
				Low alarm setpoint for sensor 1.\n
			</description>
			<access>rw</access>
		</abstraction>

		<abstraction id="lowalarm2" type="int16_t" default="0" 
							page = "0" offset = "54" >
			<name lang="en">Low alarm for sensor 2</name>
			<description lang="en">
				Low alarm setpoint for sensor 2.\n
			</description>
			<access>rw</access>
		</abstraction>

		<abstraction id="lowalarm3" type="int16_t" default="0" 
							page = "0" offset = "56" >
			<name lang="en">Low alarm for sensor 3</name>
			<description lang="en">
				Low alarm setpoint for sensor 3.\n
			</description>
			<access>rw</access>
		</abstraction>

		<abstraction id="lowalarm4" type="int16_t"  default="0"
							page = "0" offset = "58" >
			<name lang="en">Low alarm for sensor 4</name>
			<description lang="en">
				Low alarm setpoint for sensor 4.\n
			</description>
			<access>rw</access>
		</abstraction>

		<abstraction id="lowalarm5" type="int16_t"  default="0"
							page = "0" offset = "60" >
			<name lang="en">Low alarm for sensor 5</name>
			<description lang="en">
				Low alarm setpoint for sensor 5.\n
			</description>
			<access>rw</access>
		</abstraction>	

		<abstraction id="highalarm0" type="int16_t"  default="0"
							page = "0" offset = "62" >
			<name lang="en">High alarm for sensor 0</name>
			<description lang="en">
				High alarm setpoint for sensor 0.\n
			</description>
			<access>rw</access>
		</abstraction>	

		<abstraction id="highalarm1" type="int16_t"  default="0"
							page = "0" offset = "64" >
			<name lang="en">High alarm for sensor 1</name>
			<description lang="en">
				High alarm setpoint for sensor 1.\n
			</description>
			<access>rw</access>
		</abstraction>
		
		<abstraction id="highalarm2" type="int16_t"  default="0"
							page = "0" offset = "66" >
			<name lang="en">High alarm for sensor 2</name>
			<description lang="en">
				High alarm setpoint for sensor 2.\n
			</description>
			<access>rw</access>
		</abstraction>		
		
		<abstraction id="highalarm3" type="int16_t"  default="0"
							page = "0" offset = "68" >
			<name lang="en">High alarm for sensor 3</name>
			<description lang="en">
				High alarm setpoint for sensor 3.\n
			</description>
			<access>rw</access>
		</abstraction>

		<abstraction id="highalarm4" type="int16_t"  default="0"
							page = "0" offset = "70" >
			<name lang="en">High alarm for sensor 4</name>
			<description lang="en">
				High alarm setpoint for sensor 4.\n
			</description>
			<access>rw</access>
		</abstraction>

		<abstraction id="highalarm5" type="int16_t"  default="0"
							page = "0" offset = "72" >
			<name lang="en">High alarm for sensor 5</name>
			<description lang="en">
				High alarm setpoint for sensor 5.\n
			</description>
			<access>rw</access>
		</abstraction>	

		<abstraction id="Abslow0" type="int16_t"  default="0"
							page = "0" offset = "86" >
			<name lang="en">Absolut high temperatur for sensor 0</name>
			<description lang="en">
				Absolut high temperatur for sensor 0.\n
				This is the highest temperature measured for this sensor.
				The value can be rested by writing any value to it.
			</description>
			<access>rw</access>
		</abstraction>	
		
		<abstraction id="Abslow1" type="int16_t"  default="0"
							page = "0" offset = "88" >
			<name lang="en">Absolut high temperatur for sensor 1</name>
			<description lang="en">
				Absolut high temperatur for sensor 1.\n
				This is the highest temperature measured for this sensor.
				The value can be rested by writing any value to it.
			</description>
			<access>rw</access>
		</abstraction>		

		<abstraction id="Abslow2" type="int16_t"  default="0"
							page = "0" offset = "90" >
			<name lang="en">Absolut high temperatur for sensor 2</name>
			<description lang="en">
				Absolut high temperatur for sensor 2.\n
				This is the highest temperature measured for this sensor.
				The value can be rested by writing any value to it.
			</description>
			<access>rw</access>
		</abstraction>

		<abstraction id="Abslow3" type="int16_t"  default="0"
							page = "0" offset = "92" >
			<name lang="en">Absolut high temperatur for sensor 3</name>
			<description lang="en">
				Absolut high temperatur for sensor 3.\n
				This is the highest temperature measured for this sensor.
				The value can be rested by writing any value to it.
			</description>
			<access>rw</access>
		</abstraction>

		<abstraction id="Abslow4" type="int16_t"  default="0"
							page = "0" offset = "94" >
			<name lang="en">Absolut high temperatur for sensor 4</name>
			<description lang="en">
				Absolut high temperatur for sensor 4.\n
				This is the highest temperature measured for this sensor.
				The value can be rested by writing any value to it.
			</description>
			<access>rw</access>
		</abstraction>

		<abstraction id="Abslow5" type="int16_t"  default="0"
							page = "0" offset = "96" >
			<name lang="en">Absolut high temperatur for sensor 5</name>
			<description lang="en">
				Absolut high temperatur for sensor 5.\n
				This is the highest temperature measured for this sensor.
				The value can be rested by writing any value to it.
			</description>
			<access>rw</access>
		</abstraction>
		
		<abstraction id="Abshigh0" type="int16_t" default="0" 
							page = "0" offset = "98" >
			<name lang="en">Absolut high temperatur for sensor 0</name>
			<description lang="en">
				Absolut high temperatur for sensor 0.\n
				This is the highest temperature measured for this sensor.
				The value can be rested by writing any value to it.
			</description>
			<access>rw</access>
		</abstraction>			

		<abstraction id="Abshigh1" type="int16_t" default="0" 
							page = "0" offset = "100" >
			<name lang="en">Absolut high temperatur for sensor 1</name>
			<description lang="en">
				Absolut high temperatur for sensor 1.\n
				This is the highest temperature measured for this sensor.
				The value can be rested by writing any value to it.
			</description>
			<access>rw</access>
		</abstraction>	

		<abstraction id="Abshigh2" type="int16_t"  default="0"
							page = "0" offset = "102" >
			<name lang="en">Absolut high temperatur for sensor 2</name>
			<description lang="en">
				Absolut high temperatur for sensor 2.\n
				This is the highest temperature measured for this sensor.
				The value can be rested by writing any value to it.
			</description>
			<access>rw</access>
		</abstraction>

		<abstraction id="Abshigh3" type="int16_t"  default="0"
							page = "0" offset = "104" >
			<name lang="en">Absolut high temperatur for sensor 3</name>
			<description lang="en">
				Absolut high temperatur for sensor 3.\n
				This is the highest temperature measured for this sensor.
				The value can be rested by writing any value to it.
			</description>
			<access>rw</access>
		</abstraction>

		<abstraction id="Abshigh4" type="int16_t"  default="0"
							page = "0" offset = "106" >
			<name lang="en">Absolut high temperatur for sensor 4</name>
			<description lang="en">
				Absolut high temperatur for sensor 4.\n
				This is the highest temperature measured for this sensor.
				The value can be rested by writing any value to it.
			</description>
			<access>rw</access>
		</abstraction>

		<abstraction id="Abshigh5" type="int16_t"  default="0"
							page = "0" offset = "108" >
			<name lang="en">Absolut high temperatur for sensor 5</name>
			<description lang="en">
				Absolut high temperatur for sensor 5.\n
				This is the highest temperature measured for this sensor.
				The value can be rested by writing any value to it.
			</description>
			<access>rw</access>
		</abstraction>	
		
		<abstraction id="Calibrations" type="index8_int16_t"  default="0"
							page = "0" offset = "116" size="6" >
			<name lang="en">Calibration values for sensors</name>
			<description lang="en">
				This array holds a calibration value for each sensor. This
				value is added to the value read form the sensor before it is
				presented. The value entered should be temperature * 100.
			</description>
			<access>rw</access>
		</abstraction>

		<abstraction id="CalibratedVoltage" type="uint32_t"  default="0"
							page = "0" offset = "118" >
			<name lang="en">Calibration voltage value</name>
			<description lang="en">
				For precise measurements the actual voltage level in the NTC circuit may need to be
				measured and set. Here the calibrated voltage level * 10000 is set. Default is 50000
				representing 5V.
			</description>
			<access>rw</access>
		</abstraction>
		
		<abstraction id="shCoeff0_a" type="float"  default="0"
							page = "1" offset = "0" >
			<name lang="en">Coefficient a for sensor 0</name>
			<description lang="en">
				Steinhart–Hart equation coefficient a for sensor 0
			</description>
			<access>rw</access>
		</abstraction>
		
		<abstraction id="shCoeff0_b" type="float"  default="0"
							page = "1" offset = "4" >
			<name lang="en">Coefficient b for sensor 0</name>
			<description lang="en">
				Steinhart–Hart equation coefficient b for sensor 0
			</description>
			<access>rw</access>
		</abstraction>
		
		<abstraction id="shCoeff0_c" type="float"  default="0"
							page = "1" offset = "8" >
			<name lang="en">Coefficient c for sensor 0</name>
			<description lang="en">
				Steinhart–Hart equation coefficient c for sensor 0
			</description>
			<access>rw</access>
		</abstraction>
		
		<abstraction id="shCoeff1_a" type="float"  default="0"
							page = "1" offset = "12" >
			<name lang="en">Coefficient a for sensor 1</name>
			<description lang="en">
				Steinhart–Hart equation coefficient a for sensor 1
			</description>
			<access>rw</access>
		</abstraction>
		
		<abstraction id="shCoeff1_b" type="float"  default="0"
							page = "1" offset = "16" >
			<name lang="en">Coefficient b for sensor 1</name>
			<description lang="en">
				Steinhart–Hart equation coefficient b for sensor 1
			</description>
			<access>rw</access>
		</abstraction>
		
		<abstraction id="shCoeff1_c" type="float"  default="0"
							page = "1" offset = "20" >
			<name lang="en">Coefficient c for sensor 1</name>
			<description lang="en">
				Steinhart–Hart equation coefficient c for sensor 1
			</description>
			<access>rw</access>
		</abstraction>
		
		<abstraction id="shCoeff2_a" type="float"  default="0"
							page = "1" offset = "24" >
			<name lang="en">Coefficient a for sensor 2</name>
			<description lang="en">
				Steinhart–Hart equation coefficient a for sensor 2
			</description>
			<access>rw</access>
		</abstraction>
		
		<abstraction id="shCoeff2_b" type="float"  default="0"
							page = "1" offset = "28" >
			<name lang="en">Coefficient b for sensor 2</name>
			<description lang="en">
				Steinhart–Hart equation coefficient b for sensor 2
			</description>
			<access>rw</access>
		</abstraction>
		
		<abstraction id="shCoeff2_c" type="float"  default="0"
							page = "1" offset = "32" >
			<name lang="en">Coefficient c for sensor 2</name>
			<description lang="en">
				Steinhart–Hart equation coefficient c for sensor 2
			</description>
			<access>rw</access>
		</abstraction>
		
		<abstraction id="shCoeff3_a" type="float"  default="0"
							page = "1" offset = "36" >
			<name lang="en">Coefficient a for sensor 3</name>
			<description lang="en">
				Steinhart–Hart equation coefficient a for sensor 3
			</description>
			<access>rw</access>
		</abstraction>
		
		<abstraction id="shCoeff3_b" type="float"  default="0"
							page = "1" offset = "40" >
			<name lang="en">Coefficient b for sensor 3</name>
			<description lang="en">
				Steinhart–Hart equation coefficient b for sensor 3
			</description>
			<access>rw</access>
		</abstraction>
		
		<abstraction id="shCoeff3_c" type="float"  default="0"
							page = "1" offset = "44" >
			<name lang="en">Coefficient c for sensor 3</name>
			<description lang="en">
				Steinhart–Hart equation coefficient c for sensor 3
			</description>
			<access>rw</access>
		</abstraction>
		
		<abstraction id="shCoeff4_a" type="float"  default="0"
							page = "1" offset = "48" >
			<name lang="en">Coefficient a for sensor 4</name>
			<description lang="en">
				Steinhart–Hart equation coefficient a for sensor 4
			</description>
			<access>rw</access>
		</abstraction>
		
		<abstraction id="shCoeff4_b" type="float"  default="0"
							page = "1" offset = "52" >
			<name lang="en">Coefficient b for sensor 4</name>
			<description lang="en">
				Steinhart–Hart equation coefficient b for sensor 4
			</description>
			<access>rw</access>
		</abstraction>
		
		<abstraction id="shCoeff4_c" type="float"  default="0"
							page = "1" offset = "56" >
			<name lang="en">Coefficient c for sensor 4</name>
			<description lang="en">
				Steinhart–Hart equation coefficient c for sensor 4
			</description>
			<access>rw</access>
		</abstraction>
		
		<abstraction id="shCoeff5_a" type="float"  default="0"
							page = "1" offset = "60" >
			<name lang="en">Coefficient a for sensor 5</name>
			<description lang="en">
				Steinhart–Hart equation coefficient a for sensor 5
			</description>
			<access>rw</access>
		</abstraction>
		
		<abstraction id="shCoeff5_b" type="float"  default="0"
							page = "1" offset = "64" >
			<name lang="en">Coefficient b for sensor 5</name>
			<description lang="en">
				Steinhart–Hart equation coefficient b for sensor 5
			</description>
			<access>rw</access>
		</abstraction>
		
		<abstraction id="shCoeff5_c" type="float"  default="0"
							page = "1" offset = "68" >
			<name lang="en">Coefficient c for sensor 5</name>
			<description lang="en">
				Steinhart–Hart equation coefficient c for sensor 5
			</description>
			<access>rw</access>
		</abstraction>
		
		<abstraction id="rawadc0" type="uint16_t" 
							page = "1" offset = "72" >
			<name lang="en">Raw ADC value for sensor 0</name>
			<description lang="en">
				Raw ADC value for sensor 0
			</description>
			<access>r</access>
		</abstraction>
		
		<abstraction id="rawadc1" type="uint16_t" 
							page = "1" offset = "74" >
			<name lang="en">Raw ADC value for sensor 1</name>
			<description lang="en">
				Raw ADC value for sensor 1
			</description>
			<access>r</access>
		</abstraction>
		
		<abstraction id="rawadc2" type="uint16_t" 
							page = "1" offset = "76" >
			<name lang="en">Raw ADC value for sensor 2</name>
			<description lang="en">
				Raw ADC value for sensor 2
			</description>
			<access>r</access>
		</abstraction>
		
		<abstraction id="rawadc3" type="uint16_t" 
							page = "1" offset = "78" >
			<name lang="en">Raw ADC value for sensor 3</name>
			<description lang="en">
				Raw ADC value for sensor 3
			</description>
			<access>r</access>
		</abstraction>
		
		<abstraction id="rawadc4" type="uint16_t" 
							page = "1" offset = "80" >
			<name lang="en">Raw ADC value for sensor 4</name>
			<description lang="en">
				Raw ADC value for sensor 4
			</description>
			<access>r</access>
		</abstraction>
		
		<abstraction id="rawadc5" type="uint16_t" 
							page = "1" offset = "82" >
			<name lang="en">Raw ADC value for sensor 5</name>
			<description lang="en">
				Raw ADC value for sensor 5
			</description>
			<access>r</access>
		</abstraction>
   	 
   </abstractions>
	
	
	

	<alarm>
   	<bit pos="7">
   		<name lang="en">Reserved</name>
      	<description lang="en">
      	 Reserved.
      	</description>
   	</bit>
   	<bit pos="6">
   		<name lang="en">Reserved</name>
      	<description lang="en">
      	 Reserved.
      	</description>
   	</bit>
	<bit pos="5">
   		<name lang="en">Reserved</name>
      	<description lang="en">
      	 Reserved.
      	</description>
   	</bit>
	<bit pos="4">
   		<name lang="en">Reserved</name>
      	<description lang="en">
      	 Reserved.
      	</description>
   	</bit>
	<bit pos="3">
   		<name lang="en">Reserved</name>
      	<description lang="en">
      	 Reserved.
      	</description>
   	</bit>
	<bit pos="2">
   		<name lang="en">Reserved</name>
      	<description lang="en">
      	 Reserved.
      	</description>
   	</bit>
	<bit pos="1">
   		<name lang="en">High alarm</name>
      	<description lang="en">
      	 One or more of the sensors havs detected a high alarm condition. Write
		 the register to reset the alarmflags.
      	</description>
   	</bit>
	<bit pos="0">
   		<name lang="en">Low alarm</name>
      	<description lang="en">
      	 One or more of the sensors havs detected a low alarm condition. Write
		 the register to reset the alarmflags.
      	</description>
   	</bit>
   	   	   	   	   	   	
	</alarm>
	
	
	<events>
	
		<event class="0x00A" type="0x06" direction="out" >
			<name lang="en">Temperature measurement Event</name> 					
			<description lang="en">
			A periodic temperature measurement is sent out using this event. 
			Can also be sent out after a CONTROL.SYNC event has been received
			by the module.
			</description> 	
			<priority>4</priority>
			<data offset="0" >						
   			<name lang="en">Format</name>
      		<description lang="en">
      		This is the format for the measurement. It will tell if the 
			measurement is in the Kelvin(0b00)/Celsius(0b01)/Fahrenheit unit(0b10) 
			(bit 3,4). That the measurement value is a normalized integer (bit 5,6,7 = 0b100)
			and from which sensor it is from (bits 0,1,2).
      		</description>      	
			</data>
			<data offset="1" >						
   			<name lang="en">Decimal point shift</name>
      		<description lang="en">
      		This byte tells how many steps left (for a positive number) or right 
			(for a negative number) the decimal point should be shifted to get the
			correct temperature.
      		</description>      	
			</data>
			<data offset="2" >
   			<name lang="en">Temperature MSB</name>
      		<description lang="en">
      		 This is the most significant byte of the temperature.
      		</description>      	
			</data>
			<data offset="3" >
   			<name lang="en">Temperature LSB</name>
      		<description lang="en">
      		 This is the least significant byte of the temperature.
      		</description>      	
			</data>
		</event>
		
		<event class="0x001" type="0x02" direction="out" >
			<name lang="en">Alarm Event</name> 					
			<description lang="en">
			One of the temperature sensors have gone below the low alarm point
			or above the high alarm point.
			</description> 	
			<priority>4</priority>
			<data offset="0" >						
   			<name lang="en">Index</name>
      		<description lang="en">
      		Index = 0 for sensor 0, 1 for sensor 1 ans so on.
      		</description>      	
			</data>
			<data offset="1" >						
   			<name lang="en">Zone</name>
      		<description lang="en">
      		This is the zone the sensor belongs to.
      		</description>      	
			</data>
			<data offset="2" >
   			<name lang="en">Subzone</name>
      		<description lang="en">
      		This is the subzone the sensor belongs to.
      		</description>      	
			</data>
		</event>	

		<event class="0x01E" type="0x05" direction="out" >
			<name lang="en">TurnOn Event</name> 					
			<description lang="en">
			One of the temperature sensors have gone below the low alarm point
			or above the high alarm point and it has been configured  to send
			TurnOn/TurnOff events instead of alarm events.
			</description> 	
			<priority>4</priority>
			<data offset="0" >						
   			<name lang="en">Index</name>
      		<description lang="en">
      		Index = 0 for sensor 0, 1 for sensor 1 ans so on.
      		</description>      	
			</data>
			<data offset="1" >						
   			<name lang="en">Zone</name>
      		<description lang="en">
      		This is the zone the sensor belongs to.
      		</description>      	
			</data>
			<data offset="2" >
   			<name lang="en">Subzone</name>
      		<description lang="en">
      		This is the subzone the sensor belongs to.
      		</description>      	
			</data>
		</event>

		<event class="0x01E" type="0x06" direction="out" >
			<name lang="en">TurnOff Event</name> 					
			<description lang="en">
			One of the temperature sensors have gone below the low alarm point
			or above the high alarm point and it has been configured  to send
			TurnOn/TurnOff events instead of alarm events.
			</description> 	
			<priority>4</priority>
			<data offset="0" >						
   			<name lang="en">Index</name>
      		<description lang="en">
      		Index = 0 for sensor 0, 1 for sensor 1 ans so on.
      		</description>      	
			</data>
			<data offset="1" >						
   			<name lang="en">Zone</name>
      		<description lang="en">
      		This is the zone the sensor belongs to.
      		</description>      	
			</data>
			<data offset="2" >
   			<name lang="en">Subzone</name>
      		<description lang="en">
      		This is the subzone the sensor belongs to.
      		</description>      	
			</data>
		</event>	

		<event class="0x01E" type="0x1A" direction="in" >
			<name lang="en">Sync Event</name> 					
			<description lang="en">
			The module send out temperature event(s) when a sync is
			received for the corresponding zone/subzone.
			</description> 	
			<priority>4</priority>
			<data offset="0" >						
   			<name lang="en">Index</name>
      		<description lang="en">
      		This has no meaning for the module.
      		</description>      	
			</data>
			<data offset="1" >						
   			<name lang="en">Zone</name>
      		<description lang="en">
      		This is the zone the sensor belongs to which should send
			out a temperature event.
      		</description>      	
			</data>
			<data offset="2" >
   			<name lang="en">Subzone</name>
      		<description lang="en">
      		This is the subzone the sensor belongs to which should send
			out a temperature even
			t.
      		</description>      	
			</data>
		</event>		
		
	</events>
	
</module>	
</vscp>	
