XML schema
- Last UpdatedFeb 17, 2025
- 1 minute read
The Peripheral Information XML helps you define the details of the peripheral device. The XML enables you to externalize peripheral device settings in order to directly configure the peripheral device for use with AVEVA Mobile Operator based on its search and input capabilities.
The XML is broadly structured into three parts:
-
Device information tags
-
Field configuration tags
-
Command tags
<DeviceInformation>
<CommandResponse>1</CommandResponse>
<StateCheck>1</StateCheck>
<StateCheckCommand>Triggerstate</StateCheckCommand>
<ModelCheckCommand>Heartbeat</ModelCheckCommand>
<AutoPairDeviceUsingPin>1</AutoPairDeviceUsingPin>
<SessionEstablishment TimeDelay="500">1</SessionEstablishment>
<Endianness>1</Endianness>
<CommunicationResource>Bluetooth</CommunicationResource>
<Capabilities>...</Capabilities>
<ConfigParameters>...</ConfigParameters>
<SessionEstablishmentCommands>...</SessionEstablishmentCommands>
<SessionClosingCommands>...</SessionClosingCommands>
<DataCommandFormat>...</DataCommandFormat>
<DataCommandFormat>...</DataCommandFormat>
</DeviceInformation>
The tags that are mandatory in the XML are marked as (Required ) in this document. For the complete XML, see Peripheral Information XML.