DVP-ES2/EX2/EC5/SS2/SA2/SX2/SE&TP Operation Manual - Programming
-210
Note 1: When the value in S+1 is less than 1, it means there is no data to be read/moved and no
action will be taken. When the value in S+1 is bigger than n, it means the data is full and no
action will be taken. “No action will be taken” means no error will be displayed nor will the index
value (S+1) have any change.
Note 2: M1000~M1999 cannot be used as M devices.
Example:
1. Set D100=K100 and D10=K70, and execute the instruction DTM will copy the states in
M100~107 to M70. After the execution of DTM is complete, add one to the value stored in
D101.
2. Execute the instruciton DTM to move the stae 1 in M107 to M70 and put 0 in M107 as
shown below:
M100 1
M101 0
M102 0
M103 1 M70
M104 1 1
M105 1
M106 0 0
M107 0
3. Execute the instruciton DTM for 8 times to have the results: M70=1 and the states in
M100~M107 are 0.