Previous Topic

Next Topic

Book Contents

Book Index

Mapping Info

On this page there is information about the mapping information. The root element of the XML mapping is <mappings> and it is required. This element contains one or many child elements <mapping>. Every child element represent one mapping.

<mapping>

The <mapping> element is required and holds the description of the mapping between two device items – source device item and target device item. The <mapping> tag has required "uid" attribute that holds the unique identifier of the device item mapping. This element has the following child elements: <source-info>, <target-info>, <property-mappings>, <operation-mappings> and <defaults>. The <source-info> and <target-info> elements are required. The others are optional.

The following example describes mapping with UID "Actuator – StepperMotor"

<mappings>

  <mapping uid="Actuator - StepperMotor">

  ...

</mappings>

For detailed information about every child element refer to the corresponding pages: