ConfigParameters
- Last UpdatedMay 21, 2020
- 1 minute read
The ConfigParameters tag contains the configurable settings associated with the peripheral.
<ConfigParameters>
<SearchEnabled>1</SearchEnabled>
<InputEnabled>1</InputEnabled>
<SearchField>EPC</SearchField>
<PeripheralData>
<PeripheralDevice>
<Parameters>
<Parameter>
<Key>fbd7e9e9-a9c8-428f-932f-651b4d6eea53</Key>
<Name>Timeout</Name>
<Value>5000</Value>
<Units>ms</Units>
<DataType>1</DataType>
</Parameter>
</PeripheralDevice>
</PeripheralData>
</ConfigParameters>
-
SearchEnabled: To configure the peripheral to perform the search operation, set the value as 1, else set it as 0.
-
InputEnabled: To configure the peripheral to perform input operation, set the value as 1, else set it as 0.
-
SearchField: To configure the peripheral search field
-
PeripheralData: To enable device specific configuration for peripherals.
-
Timeout: This is the time defined for establishing a connection with the peripheral service. Define the timeout in milliseconds (ms) till when the AVEVA Mobile Operator app waits to establish a successful connection channel with the peripheral service.
Note:
- The GUID for the Key is pre-defined and must not be changed.
- The Units and DataType tags must not be modified.
- The Value tag can be updated to change the timeout value. The value should not be less than 2000 ms.