<?xml version="1.0"?>
<xidml Version="2.4.2">
	<Documentation>
		<CreatedBy>Joseph Bloggs</CreatedBy>
		<CreatedDate>2004-10-14</CreatedDate>
		<ShortDescription>LVDT 2-channels</ShortDescription>
		<LongDescription> 
This example illustrates a parameter type, parameter definition and instrumentation associated with a 2 channel LVDT module.
The vendor names associated with the channels are ChannelIndex0 and ChannelIndex0
The channels have a large selection of gain ranges but expect the distance per volt per volt sensitivity to be defined in an algorithm. The user wants a range of plus or minus one inch, balanced so that the card should read 0 inches after balancing.
The module is called MyLVDT and is assumed to be in slot 3 of chassis called MyDAU and is connected to sensors called MyLVDTSensor1 to 2.
</LongDescription>
    <LastUpdated>2008-6-25</LastUpdated>
	</Documentation>
	<Parameters>
		<ParameterTypeSet>
			<ParameterType Name="My_Inches">
				<!-- Meter = Inches  x 0.0254 
				DataFormat and DataSize default to OffsetBinary and 16-bits -->
				<BaseUnit>Meter</BaseUnit>
				<Scale>0.0254</Scale>
				<RangeMaximum>1</RangeMaximum>
			</ParameterType>
		</ParameterTypeSet>
		<ParameterSet>
			<Parameter Name="MyDistance#1">
				<ParameterProperties>
					<ParameterTypeReference>My_Inches</ParameterTypeReference>
					<BalanceSettings>
						<BalanceType>RangeAdjust</BalanceType>
						<Target>0</Target>
					</BalanceSettings>
				</ParameterProperties>
				<Source>
					<Signal>
						<InstrumentReference>MyLVDT</InstrumentReference>
						<VendorMap>ChannelIndex0</VendorMap>
					</Signal>
				</Source>
			</Parameter>
		</ParameterSet>
	</Parameters>
	<Instrumentation>
		<InstrumentSet>
			<X-DAU-1.1 Name="MyDAU">
				<InstrumentSet>
					<SubLocation Name="3">
						<X-Module-Analog-In-1.3 Name="MyTC">
							<Manufacturer>
								<Name> LVDTsRus </Name>
								<PartReference> Module-5000</PartReference>
								<SerialNumber> M1235</SerialNumber>
							</Manufacturer>
							<Location>MyDau</Location>
							<Settings>
								<Module-Analog-In-1.3>
									<Channel Name="Channel(0)">
										<Linearization>MyLVDTSensitivity#1</Linearization>
										<ExcitationAmplitude>2.5</ExcitationAmplitude>
										<ExcitationFrequency>5000</ExcitationFrequency>
										<FilterCutoff>0.25</FilterCutoff>
									</Channel>
									<Channel Name="Channel(1)">
										<Linearization>MyLVDTSensitivity#2</Linearization>
										<ExcitationAmplitude>2.5</ExcitationAmplitude>
										<ExcitationFrequency>5000</ExcitationFrequency>
										<FilterCutoff>0.5</FilterCutoff>
									</Channel>
								</Module-Analog-In-1.3>
							</Settings>
						</X-Module-Analog-In-1.3>
					</SubLocation>
				</InstrumentSet>
			</X-DAU-1.1>
		</InstrumentSet>
	</Instrumentation>
</xidml>

