27 lines
946 B
XML
27 lines
946 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
Document : FixedIo_model1.xml
|
|
Created on : June 19, 2006, 12:32 PM
|
|
Author : E324325
|
|
Description:
|
|
This xml document describes the Fixed IOs in the model specified by the suffix of the xml file name(e.g. Model1, Model2, etc.)
|
|
If any Fixed IO is added/removed or the terminal number has been changed, then a corresponding change has to be made in the
|
|
main xml file, i.e. lonHoneywellXL10NextGen_Model2.xml, under the wiring section
|
|
-->
|
|
|
|
<lonXL10NextGenFixedIo>
|
|
|
|
<FixedIo>
|
|
<On_Board_Pressure n="On_Board_Pressure" IoType="ModulatingInput" SensorType ="Pressure" Terminal1="31" Terminal2="-1"/>
|
|
<!-- <Thermistor_20Kntc n="Thermistor_20Kntc" IoType="ModulatingInput" SensorType ="Kntc20" Terminal1="41" Terminal2="-1"/> -->
|
|
</FixedIo>
|
|
|
|
|
|
<DontSensorCalibrate>
|
|
<Terminal n="Terminal" PinNo="41"/>
|
|
</DontSensorCalibrate>
|
|
|
|
</lonXL10NextGenFixedIo>
|
|
|