Omron SYSMAC C200H-ASC02 Operation Manual page 82

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

Advertisement

Monitor Mode Commands
Source start
address
Source end
address
Source start
address
Source end
address
Compare Command
Register Command
72
Proper Data Movement
Destination
address
Source start
address
Source end
address
Improper Data Movement
Destination
In this example, the source start address is
address
smaller than the destination address and the
destination address is equal to or smaller
than the source end address. Consequently,
the data is not transferred correctly.
Purpose:
To compare two blocks of data
Format:
(start address 1)<(start address 2).(end address 2)
Remarks:
Compares the data stored from (start address 2) to (end address 2) to a
block of data of the same size beginning at (start address 1). If the contents
of the two address ranges differ, the corresponding address(es) where the
data is not the same is displayed with its contents.
Example:
Enter:
*C3000<4000.4007
Displayed:
4003-FF (03)
Enter:
*3000.3007
Displayed:
3000-00 01 02 03 04 05 06 07
Enter:
*4000.4007
Displayed:
4000-00 01 02 FF 04 05 06 07
Example Remarks:
In the above example, data stored in addresses 3000 to 3007 is compared
with data stored in addresses 4000 to 4007. In this example, the data stored
in address 3003 has been found to differ from the data stored in address
4003. Consequently, the data stored in address 4003 (FF) and the data
stored in address 3003 (03) are displayed.
Purpose:
To display or change the contents of a register.
Format:
R(register) = (data)
Destination
address
Section 5-3

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents