<?xml version="1.0" encoding="UTF-8"?>
<xidml Version="2.4.2">
	<Documentation>
		<CreatedBy>Joseph Bloggs</CreatedBy>
		<CreatedDate>2004-10-14</CreatedDate>
		<ShortDescription>Strain gage 8-channels</ShortDescription>
		<LongDescription> 
This example illustrates a parameter type, parameter definition and instrumentation associated with a 8 channel strain gage module.
The vendor names associated with the channels are ChannelIndex0 to  ChannelIndex7
The channels have a large selection of gain ranges but expect the relationship between volts and micro-strain (for the given excitation, gage-factor and topology) to be defined in an algorithm. The user wants a range of ±2000me, balanced so that the card should read between ±20 me after balancing.
The module is called MyStraingage and is assumed to be in slot 3 of chassis called MyDAU and is connected to sensors called MyGage1 to 8.
</LongDescription>
    <LastUpdated>2008-6-25</LastUpdated>
	</Documentation>
	<Parameters>
		<ParameterTypeSet>
			<ParameterType Name="My_MicroStrain">
				<!-- me = Ratio  x 10e-6
				DataFormat and DataSize default to OffsetBinary and 16-bits -->
				<BaseUnit>Meter</BaseUnit>
				<Scale>10e-6</Scale>
				<RangeMaximum>2000</RangeMaximum>
			</ParameterType>
		</ParameterTypeSet>
		<ParameterSet>
			<Parameter Name="MyStrain#1">
				<ParameterProperties>
					<ParameterTypeReference>My_MicroStrain</ParameterTypeReference>
					<BalanceSettings>
						<BalanceType>CurrentShunt</BalanceType>
						<Target>0</Target>
						<Tolerance>0</Tolerance>
					</BalanceSettings>
				</ParameterProperties>
				<Source>
					<Signal>
						<InstrumentReference> MyStraingage </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="MyStraingage">
							<Manufacturer>
								<Name>LVDTsRus</Name>
								<PartReference>Module-5000</PartReference>
								<SerialNumber> M1235</SerialNumber>
							</Manufacturer>
							<Settings>
								<Module-Analog-In-1.3>
									<Channel Name="Channel(0)">
										<Linearization>MyGageSensitivity#1</Linearization>
										<ExcitationAmplitude>10</ExcitationAmplitude>
										<FilterCutoff>0.25</FilterCutoff>
									</Channel>
									<Channel Name="Channel(1)">
										<Linearization>MyGageSensitivity#2</Linearization>
										<ExcitationAmplitude>10</ExcitationAmplitude>
										<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>

