Omron SYSMAC C200H-ASC02 Operation Manual page 81

Ascii unit
Hide thumbs Also See for SYSMAC C200H-ASC02:
Table of Contents

Advertisement

Monitor Mode Commands
Move Command
4010-01 02 03 04 05 06 07 08
4018-12 34 56
• Displays all of the data from the base address to the specified address.
4. Enter:
*.3000
Displayed:
401B-78
• If the "period" address format is used and the entered address is lower than
the base address, the contents of the specified address will not be dis-
played. The contents of the base address will be displayed instead.
5. Enter:
*3000:9 8 7 6 5 4 3 2 1
*3000.3007
Displayed:
3000-09 08 07 06 05 04 03 21
• Pokes data in a series of addresses starting from the specified
address.
6. Enter:
*:11 22 33 44 55
*3000.3007
Displayed:
3000-11 22 33 44 55 04 03 21
• Pokes data in a series of addresses starting from the base address.
Purpose:
To transfer the data stored in a consecutive range of addresses
to another place in memory
Format:
M(destination start address)< (source start address). (source
end address)
Remarks:
This command will transfer a block of data starting from (source start ad-
dress) and ending at (source end address) to (destination start address).
Note that the source address range must not overlap the destination address
range; otherwise, the data will not be transferred correctly.
Example:
Enter:
*M3000<4000.4007
*4000.4007
Displayed:
4000-01 02 03 04 05 06 07 08
Enter:
*3000.3007
Displayed:
3000-01 02 03 04 05 06 07 08
Example Remarks:
In the above example, the contents of addresses 4000 to 4007 are trans-
ferred to an address range starting at address 3000.
The following diagram illustrates correct and incorrect usage of the Move
command.
Section 5-3
71

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents