﻿<?xml version = "1.0" encoding = "UTF-8" ?>
<!-- Copyright C) 2011-2020 Ake Hedman, Grodans Paradis AB -->
<!-- <akhe@grodansparadis.com> -->
<vscp>
<module>
	<name>Kelvin temperature sensor module</name>
 	<model>10KA</model>
	<version>46</version>
	<changed>2020-05-15</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>82770</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 -->
	<files>
	
	<firmware target="pic18f2580" 
	        path="https://github.com/grodansparadis/can4vscp_kelvin_ntc10k/releases/download/v1.2.7/Kelvin_ntc_pic18f2580_1_2_7_relocated.hex" 
		format="intelhex8"
		size="32000"
		date="2020-02-18"
		version_major="1"
		version_minor="2"
		version_subminor="7">
		<description lang="en" >
			Firmware version 1.2.7 for the Kelvin NTC10K module with a PIC18F2580.
		</description> 
	</firmware>
	
	<firmware target="pic18f26k80" 
	        path="https://github.com/grodansparadis/can4vscp_kelvin_ntc10k/releases/download/v1.2.7/Kelvin_ntc_pic18f26k80_1_2_7_relocated.hexx" 
		format="intelhex8"
		size="32000"
		date="2020-02-18"
		version_major="1"
		version_minor="2"
		version_subminor="7">
		<description lang="en" >
			Firmware version 1.2.7 for the Kelvin NTC10K module with a PIC18F26K80.
		</description> 
	</firmware>
	
	<firmware target="pic18f2580" 
	        path="http://www.grodansparadis.com/kelvin/firmware_kelvin_ntc10ka_1_2_0.hex" 
		format="intelhex8"
		size="32000"
		date="2015-02-18"
		version_major="1"
		version_minor="2"
		version_subminor="0">
		<description lang="en" >
			Firmware version 1.2.0 for the Kelvin NTC10K module.
		</description> 
	</firmware>
	
	</files>

	<!-- Full documentation for the device -->
	<manual path="http://www.grodansparadis.com/kelvin/kelvin_ntc10ka_manual_11.pdf" 	
		lang="en"
		format="pdf">
    	<description lang="en" >
			Full manual version 1.2.0 for the Kelvin NTC10K module.
		</description>
	</manual>
	
	<boot>
		<algorithm>1</algorithm>
		<blocksize>8</blocksize>
		<blockcount>4096</blockcount>
	</boot>
	
	<registers>        

		<reg page="0" offset="0" default="0" fgcolor="0x000000" bgcolor="0xfff3d4" >
			<name lang="en">Zone</name>
			<description lang="en">Zone this module belongs to</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="1" default="0" fgcolor="0x000000" bgcolor="0xfff3d4">
			<name lang="en">Subzone</name>
			<description lang="en">Subzone this module belongs to</description>
			<access>rw</access>
		</reg>
		
		
		<reg page="0" offset="2" default="1" bgcolor="0xCCFFCC" >
			<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 sending.\n 
			Bit 7: Continuous alarm events.\n 
			</description>
			<access>rw</access>
			<bit pos="0" width="2" default="0" >
				<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" default="1" bgcolor="0xCCFFCC">
			<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 1.\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 sending.\n 
			Bit 7: Continuous alarm events.\n 
			</description>
			<access>rw</access>
			<bit pos="0" width="2" default="0" >
				<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" default="1" bgcolor="0xCCFFCC">
			<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 2.\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 sending.\n 
			Bit 7: Continuous alarm events.\n 
			</description>
			<access>rw</access>
			<bit pos="0" width="2" default="0" >
				<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" default="1" bgcolor="0xCCFFCC">
			<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 3.\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 sending.\n 
			Bit 7: Continuous alarm events.\n 
			</description>
			<access>rw</access>
			<bit pos="0" width="2" default="0" >
				<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" default="1" bgcolor="0xCCFFCC">
			<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 4.\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 sending.\n  
			Bit 7: Continuous alarm events.\n 
			</description>
			<access>rw</access>
			<bit pos="0" width="2" default="0" >
				<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" default="1" bgcolor="0xCCFFCC">
			<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 5.\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 sending.\n 
			Bit 7: Continuous alarm events.\n 
			</description>
			<access>rw</access>
			<bit pos="0" width="2" default="0" >
				<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" default="0" bgcolor="0xE5FFCC">
			<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" default="0" bgcolor="0xE5FFCC">
			<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" default="0" bgcolor="0xE5FFCC">
			<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" default="0" bgcolor="0xE5FFCC">
			<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" default="0" bgcolor="0xE5FFCC">
			<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" default="0" bgcolor="0xE5FFCC">
			<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" default="0" bgcolor="0xE5FFCC">
			<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" default="0" bgcolor="0xE5FFCC">
			<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" default="0" bgcolor="0xE5FFCC">
			<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" default="0" bgcolor="0xE5FFCC">
			<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" default="0" bgcolor="0xE5FFCC">
			<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" default="0" bgcolor="0xE5FFCC">
			<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" default="30" bgcolor="0xB2F0FF">
			<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 turn 
				of report events for the sensor.
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="0" offset="21" default="0" bgcolor="0xB2F0FF">
			<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 turn 
				of report events for the sensor.
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="0" offset="22" default="0" bgcolor="0xB2F0FF">
			<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 turn 
				of report events for the sensor.
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="0" offset="23" default="0" bgcolor="0xB2F0FF">
			<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 turn 
				of report events for the sensor.
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="0" offset="24" default="0" bgcolor="0xB2F0FF">
			<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 turn 
				of report events for the sensor.
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="0" offset="25" default="0" bgcolor="0xB2F0FF">
			<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="38" default="0x0F" bgcolor="0xCCCCFF">
			<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" default="0x68" bgcolor="0xCCCCFF">
			<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" default="0x0D" bgcolor="0xCCCCFF">
			<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" default="0x7F" bgcolor="0xCCCCFF">
			<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" default="0x0D" bgcolor="0xCCCCFF">
			<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" default="0x7F" bgcolor="0xCCCCFF">
			<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" default="0x0D" bgcolor="0xCCCCFF">
			<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" default="0x7F" bgcolor="0xCCCCFF">
			<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" default="0x0D" bgcolor="0xCCCCFF">
			<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" default="0x7F" bgcolor="0xCCCCFF">
			<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" default="0x0D" bgcolor="0xCCCCFF">
			<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" default="0x7F" bgcolor="0xCCCCFF">
			<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" default="0x80" bgcolor="0xFFCCCC">
			<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 set point 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" default="0xff" bgcolor="0xFFCCCC">
			<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 set point for sensor 0. The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>	

		<reg page="0" offset="52" default="0x80" bgcolor="0xFFCCCC">
			<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 1. The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="53" default="0xff" bgcolor="0xFFCCCC">
			<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 set point for sensor 1. The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="54" default="0x80" bgcolor="0xFFCCCC">
			<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 set point for sensor 2. The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="55" default="0xff" bgcolor="0xFFCCCC">
			<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 set point for sensor 2. The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="56" default="0x80" bgcolor="0xFFCCCC">
			<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 set point for sensor 3. The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="57" default="0xff" bgcolor="0xFFCCCC">
			<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 set point for sensor 3. The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="58" default="0x80" bgcolor="0xFFCCCC">
			<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 set point for sensor 4. The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="59" default="0xff" bgcolor="0xFFCCCC">
			<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 set point for sensor 4. The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="60" default="0x80" bgcolor="0xFFCCCC">
			<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 set point for sensor 5. The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="61" default="0xff" bgcolor="0xFFCCCC">
			<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 set point for sensor 5. The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>		
		
		<reg page="0" offset="62" default="0x7f" bgcolor="0xFFE5CC">
			<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 set point for sensor 0. The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="63" default="0xff" bgcolor="0xFFE5CC">
			<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 set point for sensor 0. The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>	

		<reg page="0" offset="64" default="0x7f" bgcolor="0xFFE5CC">
			<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 set point for sensor 1. The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="65" default="0xff" bgcolor="0xFFE5CC">
			<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 set point for sensor 1. The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="66" default="0x7f" bgcolor="0xFFE5CC">
			<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 set point for sensor 2. The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="67" default="0xff" bgcolor="0xFFE5CC">
			<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 set point for sensor 2. The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="68" default="0x7f" bgcolor="0xFFE5CC">
			<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 set point for sensor 3. The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="69" default="0xff" bgcolor="0xFFE5CC">
			<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 set point for sensor 3. The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="70" default="0x7f" bgcolor="0xFFE5CC">
			<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 set point for sensor 4. The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="71" default="0xff" bgcolor="0xFFE5CC">
			<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 set point for sensor 4. The value is stored as a twos complement number as temperature * 100.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="72" default="0x7f" bgcolor="0xFFE5CC">
			<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 set point for sensor 5. The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>		

		<reg page="0" offset="73" default="0xff" bgcolor="0xFFE5CC">
			<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 set point for sensor 5. The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>	

		<reg page="0" offset="74" default="0" fgcolor="0x000000" bgcolor="0xfff3d4">
			<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" default="0" fgcolor="0x000000" bgcolor="0xfff3d4">
			<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" default="0" fgcolor="0x000000" bgcolor="0xfff3d4">
			<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" default="0" fgcolor="0x000000" bgcolor="0xfff3d4">
			<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" default="0" fgcolor="0x000000" bgcolor="0xfff3d4">
			<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" default="0" fgcolor="0x000000" bgcolor="0xfff3d4">
			<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" default="0" fgcolor="0x000000" bgcolor="0xfff3d4">
			<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" default="0" fgcolor="0x000000" bgcolor="0xfff3d4">
			<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" default="0" fgcolor="0x000000" bgcolor="0xfff3d4">
			<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" default="0" fgcolor="0x000000" bgcolor="0xfff3d4">
			<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" default="0" fgcolor="0x000000" bgcolor="0xfff3d4">
			<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" default="0"  fgcolor="0x000000" bgcolor="0xfff3d4">
			<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" default="0x7f" bgcolor="0xE5CCFF">
			<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" default="0xff" bgcolor="0xE5CCFF">
			<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" default="0x7f" bgcolor="0xE5CCFF">
			<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" default="0xff" bgcolor="0xE5CCFF">
			<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" default="0x7f" bgcolor="0xE5CCFF">
			<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" default="0xff" bgcolor="0xE5CCFF">
			<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" default="0x7f"  bgcolor="0xE5CCFF">
			<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" default="0xff" bgcolor="0xE5CCFF">
			<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" default="0x7f" bgcolor="0xE5CCFF">
			<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" default="0xff" bgcolor="0xE5CCFF">
			<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" default="0x7f" bgcolor="0xE5CCFF">
			<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" default="0xff" bgcolor="0xE5CCFF">
			<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" default="0x80" bgcolor="0xFFCCFF">
			<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" default="0" bgcolor="0xFFCCFF" >
			<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" default="0x80" bgcolor="0xFFCCFF">
			<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" default="0" bgcolor="0xFFCCFF">
			<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" default="0x80"  bgcolor="0xFFCCFF">
			<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" default="0" bgcolor="0xFFCCFF">
			<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" default="0x80" bgcolor="0xFFCCFF">
			<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" default="0" bgcolor="0xFFCCFF">
			<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" default="0x80" bgcolor="0xFFCCFF">
			<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" default="0" bgcolor="0xFFCCFF">
			<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" default="0x80" bgcolor="0xFFCCFF">
			<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" default="0" bgcolor="0xFFCCFF">
			<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" default="2" bgcolor="0xFFFFCC">
			<name lang="en">Hysteresis in degrees Celsius for sensor 0.</name>
			<description lang="en">
				Hysteresis for sensor 0. The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="111" default="2" bgcolor="0xFFFFCC">
			<name lang="en">Hysteresis for sensor 1.</name>
			<description lang="en">
				Hysteresis for sensor 1. The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="112" default="2" bgcolor="0xFFFFCC">
			<name lang="en">Hysteresis for sensor 2.</name>
			<description lang="en">
				Hysteresis for sensor 2. The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="113" default="2" bgcolor="0xFFFFCC">
			<name lang="en">Hysteresis sensor 3.</name>
			<description lang="en">
				Hysteresis for sensor 3. The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="114" default="2" bgcolor="0xFFFFCC">
			<name lang="en">Hysteresis for sensor 4.</name>
			<description lang="en">
				Hysteresis for sensor 4. The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="115" default="2" bgcolor="0xFFFFCC">
			<name lang="en">Hysteresis for sensor 5.</name>
			<description lang="en">
				Hysteresis for sensor 5. The value is stored as a twos complement number.
			</description>
			<access>rw</access>
		</reg>

		<reg page="0" offset="118" default="0xC3" bgcolor="0xFFE5CC">
			<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" default="0x50" bgcolor="0xFFE5CC">
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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"  default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0"  bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0"  bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xCCE5FF" >
			<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" default="0" bgcolor="0xE5FFCC" >
			<name lang="en">Raw A/D value for Sensor 0 (MSB)</name>
			<description lang="en">
				Raw A/D value for Sensor 0.
			</description>
			<access>r</access>
		</reg>
		
		<reg page="1" offset="73" default="0" bgcolor="0xE5FFCC">
			<name lang="en">Raw A/D value for Sensor 0 (LSB)</name>
			<description lang="en">
				Raw A/D value for Sensor 0.
			</description>
			<access>r</access>
		</reg>
		
		<reg page="1" offset="74" default="0" bgcolor="0xE5FFCC">
			<name lang="en">Raw A/D value for Sensor 1 (MSB)</name>
			<description lang="en">
				Raw A/D value for Sensor 1.
			</description>
			<access>r</access>
		</reg>
		
		<reg page="1" offset="75" default="0" bgcolor="0xE5FFCC">
			<name lang="en">Raw A/D value for Sensor 1 (LSB)</name>
			<description lang="en">
				Raw A/D value for Sensor 1.
			</description>
			<access>r</access>
		</reg>
		
		<reg page="1" offset="76" default="0" bgcolor="0xE5FFCC">
			<name lang="en">Raw A/D value for Sensor 2 (MSB)</name>
			<description lang="en">
				Raw A/D value for Sensor 2.
			</description>
			<access>r</access>
		</reg>
		
		<reg page="1" offset="77" default="0" bgcolor="0xE5FFCC">
			<name lang="en">Raw A/D value for Sensor 2 (LSB)</name>
			<description lang="en">
				Raw A/D value for Sensor 2.
			</description>
			<access>r</access>
		</reg>
		
		<reg page="1" offset="78" default="0" bgcolor="0xE5FFCC" >
			<name lang="en">Raw A/D value for Sensor 3 (MSB)</name>
			<description lang="en">
				Raw A/D value for Sensor 3.
			</description>
			<access>r</access>
		</reg>
		
		<reg page="1" offset="79" default="0" bgcolor="0xE5FFCC">
			<name lang="en">Raw A/D value for Sensor 3 (LSB)</name>
			<description lang="en">
				Raw A/D value for Sensor 3.
			</description>
			<access>r</access>
		</reg>
		
		<reg page="1" offset="80" default="0" bgcolor="0xE5FFCC">
			<name lang="en">Raw A/D value for Sensor 4 (MSB)</name>
			<description lang="en">
				Raw A/D value for Sensor 4.
			</description>
			<access>r</access>
		</reg>
		
		<reg page="1" offset="81" default="0" bgcolor="0xE5FFCC">
			<name lang="en">Raw A/D value for Sensor 4 (LSB)</name>
			<description lang="en">
				Raw A/D value for Sensor 4.
			</description>
			<access>r</access>
		</reg>
		
		<reg page="1" offset="82" default="0" bgcolor="0xE5FFCC">
			<name lang="en">Raw A/D value for Sensor 5 (MSB)</name>
			<description lang="en">
				Raw A/D value for Sensor 5.
			</description>
			<access>r</access>
		</reg>
		
		<reg page="1" offset="83" default="0" bgcolor="0xE5FFCC">
			<name lang="en">Raw A/D value for Sensor 5 (LSB)</name>
			<description lang="en">
				Raw A/D value for Sensor 5.
			</description>
			<access>r</access>
		</reg>
		
		<reg page="1" offset="84" default="0" bgcolor="0xCCFFCC">
			<name lang="en">Sensor calibration value for Sensor 0 (MSB)</name>
			<description lang="en">
				Set a 16-bit signed value here to adjust the temperature readings up or down. 
				The value should be the temperature adjustment expressed as temperature * 100.
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="85" default="0" bgcolor="0xCCFFCC">
			<name lang="en">Sensor calibration value for Sensor 0 (LSB)</name>
			<description lang="en">
				Set a 16-bit signed value here to adjust the temperature readings up or down. 
				The value should be the temperature adjustment expressed as temperature * 100.
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="86" default="0" bgcolor="0xCCFFCC">
			<name lang="en">Sensor calibration value for Sensor 1 (MSB)</name>
			<description lang="en">
				Set a 16-bit signed value here to adjust the temperature readings up or down. 
				The value should be the temperature adjustment expressed as temperature * 100.
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="87" default="0" bgcolor="0xCCFFCC">
			<name lang="en">Sensor calibration value for Sensor 1 (LSB)</name>
			<description lang="en">
				Set a 16-bit signed value here to adjust the temperature readings up or down. 
				The value should be the temperature adjustment expressed as temperature * 100.
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="88" default="0" bgcolor="0xCCFFCC" >
			<name lang="en">Sensor calibration value for Sensor 2 (MSB)</name>
			<description lang="en">
				Set a 16-bit signed value here to adjust the temperature readings up or down. 
				The value should be the temperature adjustment expressed as temperature * 100.
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="89" default="0" bgcolor="0xCCFFCC" >
			<name lang="en">Sensor calibration value for Sensor 2 (LSB)</name>
			<description lang="en">
				Set a 16-bit signed value here to adjust the temperature readings up or down. 
				The value should be the temperature adjustment expressed as temperature * 100.
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="90" default="0" bgcolor="0xCCFFCC" >
			<name lang="en">Sensor calibration value for Sensor 3 (MSB)</name>
			<description lang="en">
				Set a 16-bit signed value here to adjust the temperature readings up or down. 
				The value should be the temperature adjustment expressed as temperature * 100.
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="91" default="0" bgcolor="0xCCFFCC">
			<name lang="en">Sensor calibration value for Sensor 3 (LSB)</name>
			<description lang="en">
				Set a 16-bit signed value here to adjust the temperature readings up or down. 
				The value should be the temperature adjustment expressed as temperature * 100.
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="92" default="0" bgcolor="0xCCFFCC">
			<name lang="en">Sensor calibration value for Sensor 4 (MSB)</name>
			<description lang="en">
				Set a 16-bit signed value here to adjust the temperature readings up or down. 
				The value should be the temperature adjustment expressed as temperature * 100.
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="93" default="0" bgcolor="0xCCFFCC">
			<name lang="en">Sensor calibration value for Sensor 4 (LSB)</name>
			<description lang="en">
				Set a 16-bit signed value here to adjust the temperature readings up or down. 
				The value should be the temperature adjustment expressed as temperature * 100.
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="94" default="0" bgcolor="0xCCFFCC">
			<name lang="en">Sensor calibration value for Sensor 5 (MSB)</name>
			<description lang="en">
				Set a 16-bit signed value here to adjust the temperature readings up or down. 
				The value should be the temperature adjustment expressed as temperature * 100.
			</description>
			<access>rw</access>
		</reg>
		
		<reg page="1" offset="95" default="0" bgcolor="0xCCFFCC" >
			<name lang="en">Sensor calibration value for Sensor 5 (LSB)</name>
			<description lang="en">
				Set a 16-bit signed value here to adjust the temperature readings up or down. 
				The value should be the temperature adjustment expressed as temperature * 100.
			</description>
			<access>rw</access>
		</reg>
						
	</registers>
	
	
	
	
	<abstractions>

		<abstraction id="temp0" type="int16_t" 
							page = "0" offset = "8" bgcolor="0xFFFFCC">
			<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" bgcolor="0xFFFFCC">
			<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" bgcolor="0xFFFFCC">
			<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" bgcolor="0xFFFFCC">
			<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" bgcolor="0xFFFFCC">
			<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" bgcolor="0xFFFFCC">
			<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" bgcolor="0xE5FFCC">
			<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" bgcolor="0xE5FFCC">
			<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" bgcolor="0xE5FFCC">
			<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" bgcolor="0xE5FFCC">
			<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" bgcolor="0xE5FFCC">
			<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" bgcolor="0xE5FFCC">
			<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" bgcolor="0xCCFFE5">
			<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" bgcolor="0xCCFFE5">
			<name lang="en">Low alarm for sensor 1</name>
			<description lang="en">
				Low alarm set point for sensor 1.\n
			</description>
			<access>rw</access>
		</abstraction>

		<abstraction id="lowalarm2" type="int16_t" default="0" 
							page = "0" offset = "54" bgcolor="0xCCFFE5">
			<name lang="en">Low alarm for sensor 2</name>
			<description lang="en">
				Low alarm set point for sensor 2.\n
			</description>
			<access>rw</access>
		</abstraction>

		<abstraction id="lowalarm3" type="int16_t" default="0" 
							page = "0" offset = "56" bgcolor="0xCCFFE5">
			<name lang="en">Low alarm for sensor 3</name>
			<description lang="en">
				Low alarm set point for sensor 3.\n
			</description>
			<access>rw</access>
		</abstraction>

		<abstraction id="lowalarm4" type="int16_t"  default="0"
							page = "0" offset = "58" bgcolor="0xCCFFE5">
			<name lang="en">Low alarm for sensor 4</name>
			<description lang="en">
				Low alarm set point for sensor 4.\n
			</description>
			<access>rw</access>
		</abstraction>

		<abstraction id="lowalarm5" type="int16_t"  default="0"
							page = "0" offset = "60" bgcolor="0xCCFFE5">
			<name lang="en">Low alarm for sensor 5</name>
			<description lang="en">
				Low alarm set point for sensor 5.\n
			</description>
			<access>rw</access>
		</abstraction>	

		<abstraction id="highalarm0" type="int16_t"  default="0"
							page = "0" offset = "62" bgcolor="0xCCFFCC">
			<name lang="en">High alarm for sensor 0</name>
			<description lang="en">
				High alarm set point for sensor 0.\n
			</description>
			<access>rw</access>
		</abstraction>	

		<abstraction id="highalarm1" type="int16_t"  default="0"
							page = "0" offset = "64" bgcolor="0xCCFFCC">
			<name lang="en">High alarm for sensor 1</name>
			<description lang="en">
				High alarm set point for sensor 1.\n
			</description>
			<access>rw</access>
		</abstraction>
		
		<abstraction id="highalarm2" type="int16_t"  default="0"
							page = "0" offset = "66" bgcolor="0xCCFFCC">
			<name lang="en">High alarm for sensor 2</name>
			<description lang="en">
				High alarm set point for sensor 2.\n
			</description>
			<access>rw</access>
		</abstraction>		
		
		<abstraction id="highalarm3" type="int16_t"  default="0"
							page = "0" offset = "68" bgcolor="0xCCFFCC">
			<name lang="en">High alarm for sensor 3</name>
			<description lang="en">
				High alarm set point for sensor 3.\n
			</description>
			<access>rw</access>
		</abstraction>

		<abstraction id="highalarm4" type="int16_t"  default="0"
							page = "0" offset = "70" bgcolor="0xCCFFCC">
			<name lang="en">High alarm for sensor 4</name>
			<description lang="en">
				High alarm set point for sensor 4.\n
			</description>
			<access>rw</access>
		</abstraction>

		<abstraction id="highalarm5" type="int16_t"  default="0"
							page = "0" offset = "72" bgcolor="0xCCFFCC">
			<name lang="en">High alarm for sensor 5</name>
			<description lang="en">
				High alarm set point for sensor 5.\n
			</description>
			<access>rw</access>
		</abstraction>	

		<abstraction id="abslow0" type="int16_t"  default="0"
							page = "0" offset = "86" bgcolor="0xFFCCCC">
			<name lang="en">Absolute low temperature for sensor 0</name>
			<description lang="en">
				Absolute low temperature for sensor 0.\n
				This is the lowest 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" bgcolor="0xFFCCCC">
			<name lang="en">Absolute low temperature for sensor 1</name>
			<description lang="en">
				Absolute low temperature for sensor 1.\n
				This is the lowest 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" bgcolor="0xFFCCCC">
			<name lang="en">Absolute low temperature for sensor 2</name>
			<description lang="en">
				Absolute low temperature for sensor 2.\n
				This is the lowest 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" bgcolor="0xFFCCCC">
			<name lang="en">Absolute low temperature for sensor 3</name>
			<description lang="en">
				Absolute low temperature for sensor 3.\n
				This is the lowest 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" bgcolor="0xFFCCCC">
			<name lang="en">Absolute low temperature for sensor 4</name>
			<description lang="en">
				Absolute low temperature for sensor 4.\n
				This is the lowest 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" bgcolor="0xFFCCCC">
			<name lang="en">Absolute low temperature for sensor 5</name>
			<description lang="en">
				Absolute low temperature for sensor 5.\n
				This is the lowest 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" bgcolor="0xFFCCCC" >
			<name lang="en">Absolute high temperature for sensor 0</name>
			<description lang="en">
				Absolute high temperature 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" bgcolor="0xFFCCCC">
			<name lang="en">Absolute high temperature for sensor 1</name>
			<description lang="en">
				Absolute high temperature 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" bgcolor="0xFFCCCC">
			<name lang="en">Absolute high temperature for sensor 2</name>
			<description lang="en">
				Absolute high temperature 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" bgcolor="0xFFCCCC">
			<name lang="en">Absolute high temperature for sensor 3</name>
			<description lang="en">
				Absolute high temperature 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" bgcolor="0xFFCCCC">
			<name lang="en">Absolute high temperature for sensor 4</name>
			<description lang="en">
				Absolute high temperature 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" bgcolor="0xFFCCCC">
			<name lang="en">Absolute high temperature for sensor 5</name>
			<description lang="en">
				Absolute high temperature 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="calibration0" type="int16_t"  default="0"
							page = "1" offset = "84" bgcolor="0xCCE5FF">
			<name lang="en">Calibration value for sensors 0</name>
			<description lang="en">
				Calibration value for sensor 0. This value signed value is added to 
				the value read form the sensor before it is presented. The value entered 
				should be a temperature * 100.
			</description>
			<access>rw</access>
		</abstraction>

		<abstraction id="calibration1" type="int16_t"  default="0"
							page = "1" offset = "84" bgcolor="0xCCE5FF">
			<name lang="en">Calibration value for sensors 1</name>
			<description lang="en">
				Calibration value for sensor 1. This value signed value is added to 
				the value read form the sensor before it is presented. The value entered 
				should be a temperature * 100.
			</description>
			<access>rw</access>
		</abstraction>
		
		<abstraction id="calibration2" type="int16_t"  default="0"
							page = "1" offset = "84" bgcolor="0xCCE5FF">
			<name lang="en">Calibration value for sensors 2</name>
			<description lang="en">
				Calibration value for sensor 2. This value signed value is added to 
				the value read form the sensor before it is presented. The value entered 
				should be a temperature * 100.
			</description>
			<access>rw</access>
		</abstraction>
		
		<abstraction id="calibration3" type="int16_t"  default="0"
							page = "1" offset = "84" bgcolor="0xCCE5FF">
			<name lang="en">Calibration value for sensors 3</name>
			<description lang="en">
				Calibration value for sensor 3. This value signed value is added to 
				the value read form the sensor before it is presented. The value entered 
				should be a temperature * 100.
			</description>
			<access>rw</access>
		</abstraction>
		
		<abstraction id="calibration4" type="int16_t"  default="0"
							page = "1" offset = "84" bgcolor="0xCCE5FF">
			<name lang="en">Calibration value for sensors 4</name>
			<description lang="en">
				Calibration value for sensor 4. This value signed value is added to 
				the value read form the sensor before it is presented. The value entered 
				should be a temperature * 100.
			</description>
			<access>rw</access>
		</abstraction>
		
		<abstraction id="calibration5" type="int16_t"  default="0"
							page = "1" offset = "84" bgcolor="0xCCE5FF">
			<name lang="en">Calibration value for sensors 5</name>
			<description lang="en">
				Calibration value for sensor 5. This value signed value is added to 
				the value read form the sensor before it is presented. The value entered 
				should be a temperature * 100.
			</description>
			<access>rw</access>
		</abstraction>
		
        <!--
		<abstraction id="shCoeff0_a" type="float"  default="0"
							page = "1" offset = "0" bgcolor="0xCCCCFF">
			<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"  bgcolor="0xCCCCFF">
			<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"  bgcolor="0xCCCCFF">
			<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"  bgcolor="0xCCCCFF">
			<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"  bgcolor="0xCCCCFF">
			<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"  bgcolor="0xCCCCFF">
			<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"  bgcolor="0xCCCCFF">
			<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"  bgcolor="0xCCCCFF">
			<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"  bgcolor="0xCCCCFF">
			<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"  bgcolor="0xCCCCFF">
			<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"  bgcolor="0xCCCCFF">
			<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"  bgcolor="0xCCCCFF">
			<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"  bgcolor="0xCCCCFF" >
			<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"  bgcolor="0xCCCCFF">
			<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"  bgcolor="0xCCCCFF">
			<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"  bgcolor="0xCCCCFF">
			<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"  bgcolor="0xCCCCFF">
			<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"  bgcolor="0xCCCCFF">
			<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"  bgcolor="0xCCFFCC">
			<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"  bgcolor="0xCCFFCC">
			<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"  bgcolor="0xCCFFCC">
			<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"  bgcolor="0xCCFFCC">
			<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"  bgcolor="0xCCFFCC" >
			<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"   bgcolor="0xCCFFCC" >
			<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>	
