ADS Read Write

With ADS ReadWrite data will be written to an ADS device. Additionally, data can be read from the ADS device.

The data which can be read are addressed by the Index Group and the Index Offset

Request

ADS Read Write 1:

Data array

Size

Description

Index Group

4 bytes

Index Group, in which the data should be written.

Index Offset

4 bytes

Index Offset, in which the data should be written

Read Length

4 bytes

Length of data in bytes, which should be read.

Write Length

4 bytes

Length of data in bytes, which should be written

Data

n bytes

Data which are written in the ADS device.

Response

ADS Read Write 2:

Data array

Size

Description

Result

4 bytes

ADS error number

Length

4 bytes

Length of data which are supplied back.

Data

n bytes

Data which are supplied back.