-

MEMORY_COPY

Type Function
Description Copies data from one runtime system data area (source data area) to another runtime system data area (destination data area).
Notes For this type of data management it is recommended to use the data types STRUCT and ARRAY. The function may only be useful for special data operations that are carried out performantly as copying is done synchronously with the task.
Parameters Inputs

SRC

SRC_OFF

DST

DST_OFF

CNT

Output

OUT
Error behavior Error behavior
Additional information EN/ENO behavior
Example Example in ST