22.11.2.8 Initialize Memory

Initializes all devices at once. Setting data for the number of Addresses is taken from the Set Word Address. The valid range for the number of addresses is from 1 to 640.

memset ([Write-To Address], Write Data, Words)

Example expression:

memset ([w:[PLC1]D0100], 0, 10)

In the above example, "0" is set for the addresses D0100 to D0109.