Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Mobile Operator

Notes

  • Last UpdatedFeb 24, 2021
  • 1 minute read

When "Read All Fields" is enabled for a Task group in Management Center and if multiple fields are to be read by the peripheral, the field names will be sent via the custom data as a part of the Read request. For example,

"CustomData": "{\"ConfigKey\": [\"EPC\",\"Asset_Name\", \"Asset_No\"]}"

After reading multiple fields, the data read for each field must be populated as a KeyValuePair with the field name as the Key and the data read as Value.

The collection of KeyValuePair must be set as data parameter in the SetParsedData method.

In case only one field must be read by the peripheral, the value read from the peripheral must be set as plain string as data parameter in the SetParsedData method.

For more details on the SetParsedData method, refer section IResponseBroker

Related Links
TitleResults for “How to create a CRG?”Also Available in