22.11.2.3 Copy Memory

Copies device memory in one operation. Data for the number of Addresses is copied to the copy destination Word Addresses beginning from the source data's first Word Address. The number of addresses that can be used is from 1 to 640.

memcpy (Copy destination address, Copy source address, Number of words)

Example expression:

memcpy ([w:[PLC1]D0200], [w:[PLC1]D0100], 10)

In the above example, data is copied from D0100 to D0109 to D0200 to D0209.