Async ADS Write

Asynchronous writing of an ADS symbol described at the input via AMS Net Id, Port, Index Group and Index Offset. The read command is sent from Simulink® with a positive edge at the trigger port.

Async ADS Write 1:

Port description

Port Name

Data type

Description

Trigger

boolean

Block sends read command on positive edge.

NetId

uint8

AMS Net Id of the target system

Port

uint16

Port of the ADS device

IndexGroup

uint32

Index group

IndexOffset

uint32

Index offset

Data

configurable

See Input Datatype and Dimension in Block Parameter

Busy

boolean

TRUE from sending the request until receiving the response from the server

Error

int32

Error code

Block Parameter

Async ADS Write 2:

Parameter

Description

Input Data Type

TwinCAT primary data type, e.g. UINT, LINT, REAL, …

Input Data Dimensions

Dimension, e.g. 5, [2.3], …

Block sample time [s]

Sample Time of the block (Default -1 = Simulink Sample Time)

ADS timeout [ms]

Timeout for ADS call

Example

An example model can be built as follows:

Async ADS Write 3: