RemoveDistrict
The RemoveDistrict
element removes a district meter from an existing district it is associated using SetDistrict
. RemoveDistrict
only removes the SetServicePoint
configuration from the indicated DistrictId
, where IsDistrictMeter=”True”
under SetMeter
. This element must be called from within the SetMeter
element and only one instance should be called per instance of SetMeter
.
Diagram |
|
|
Properties |
|
|
Use |
Collection Manager |
Optional |
Performance Manager |
Optional |
|
Itron Analytics |
Optional |
|
ChoiceConnect Fixed Network |
Optional |
|
Attributes |
DistrictId. String. Required |
Note: This element is structured as shown in the following sample: <MasterDataImport> <SetServicePoint ServicePointId="DistrictMeter1" EquipmentType="Endpoint" CommodityType="Water" TimeZone="PacificUS" ServicePointStatus="Active" PremiseId="Location1" UtilityId="101" PrimaryCollectionSystem="FixedNetwork"> <SetMeter MeterId="DistrictMeter1" MeterNumber="DistrictMeter1"> <SetChannel ChannelNumber="1" HasIntervalData="True" PowerFlowDirection="Delivered" Unit="gal"> <SetDevice DeviceId="777777777" DeviceType="171" Active="False"> <DeviceLinkRange Start="BOT" End="EOT"/> <DecodeType DecodeType="163" Dials="7" Multiplier="1.0" Truncation="2"/> </SetDevice> <RegisterDisplayInfo LeftDigits="5" RightDigits="2" PaintedDigits="0" BlackDials="2"/> </SetChannel> <RemoveDistrict DistrictId="District1"/> <RemoveDistrict DistrictId="District3"/> <MeterLinkRange Start="BOT" End="EOT"/> </SetMeter> </SetServicePoint> </MasterDataImport> |