Uninstall an OpenWay Riva water module

This scenario describes how to configure the MDI file when removing an OpenWay Riva Water Module. In this scenario, an existing endpoint is being removed from a service point and is not being replaced with a new endpoint.

In the XML file, the relationship between the endpoint and the meter is ended at the time set in the DeviceLinkRange element's End attribute. After the end date, readings and events from the OpenWay Riva Water Module will no longer be associated with this meter and service point.

In the field, the endpoint is uninstalled from the meter location.

Source of the MDI file

  • Customer work order system or FDM work orders
  • CIS
  • MDM
  • For Itron Analytics, the MDI file should always come from OpenWay Operations Center - Collection Manager.

Elements and attributes

For information about the use of special characters, see Special characters.

The following table shows the elements and attributes included in the XML sample.

  • Required = This element/attribute is required for this specific scenario. It may not be required in other scenarios.
  • Recommended = Itron recommends that you use this element/attribute in this particular scenario.
  • Optional = This element/attribute is optional for this scenario and is only required if you want a specific outcome described in the element/attribute definition. To see the element/attribute description, click on the element/attribute in the table or in the XML sample.
  • Blank = The application does not use this element and any value in it will be ignored.

Element

Attribute/child element

Collection Manager

Performance Manager

Itron Analytics

Operations Optimizer

SetServicePoint

 

 

Required

Required

Required

Required

ServicePointId

Required

Required

Required

Required

PrimaryCollectionSystem

 

 

Required

Required

SetMeter

 

 

Required: For Collection Manager, you must use one of the following SetMeter attributes: MeterId, MeterNumber, or MeterSerialNumber.It is not necessary to use more than one of these attributes. Whichever attribute you choose to use should be used consistently.

Required

Required

Required

MeterId

Required

Required

Required

Required

MeterNumber

Required

Required

Required

Required

MeterSerialNumber

Required

Required

Required

Required

SetChannel

 

 

Required

 

Required

Required

ChannelNumber

Required

 

Required. At least one channel must be configured for auto-channel creation. Set the ChannelNumber value to 1 when creating a dummy channel. For more information, see Auto-channel creation.

Required. At least one channel must be configured for auto-channel creation. Set the ChannelNumber value to 1 when creating a dummy channel. For more information, see Auto-channel creation.

SetDevice

 

 

Required

 

Required

Required

DeviceId

Required

Required

Required

Required

DeviceType

Required

Required

Required

Required

DeviceLinkRange

 

 

Required if the SetDevice element is included in the file.

Required if the SetDevice element is included in the file.

Required if the SetDevice element is included in the file.

Required if the SetDevice element is included in the file.

End

Required if the SetDevice element is included in the file.

Required if the SetDevice element is included in the file.

Required if the SetDevice element is included in the file.

Required if the SetDevice element is included in the file.

XML sample

<?xml version="1.0" encoding="utf-8"?> 
<MasterDataImport 
	xmlns:xsd = "http://www.w3.org/2001/XMLSchema" 
	xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance" 
	xmlns = "http://www.itron.com/masterdata/2013/03">
	<SetServicePoint
		ServicePointId="RivaWaterSP1"
		PrimaryCollectionSystem = "OpenWayRiva">
		<SetMeter
			MeterId="ItronWaterMeterID1"
			MeterNumber = "0BLJAD05402"
			MeterSerialNumber = "0BLJAD05402">			
			<SetChannel
				ChannelNumber="1">
				<SetDevice
					DeviceId="2.16.840.1.114416.17.120000001"
					DeviceType="27">
					<DeviceLinkRange
						End="2017-02-14T18:00:00Z"/>
				</SetDevice>
			</SetChannel>
		</SetMeter>
	</SetServicePoint>
</MasterDataImport>