Appendix C
Programming Console Operations
347
Operation/Description
Modes*
Key sequence
File Memory Write
Writes data from the Program
Memory or specified data areas to
the FM area. Data is written in blocks
of 128 words.
When transferring data from the
Program Memory, the data between
the specified start address and the
next END(01) instruction is moved to
the FM area. If the amount of data
exceeds the available memory in the
FM area, only the data that will fit into
the memory is transferred.
When transferring data from the DM
area, the number of blocks must be
specified.
P M
CLR
FUN
SHIFT
CONT
#
A
0
[Start block]
B
1
[Start UM address]
DM
WRITE
MONTR
[Start DM Wd]
WRITE
[No. of blocks]
WRITE
[Start block]
MONTR
SHIFT
*
CH
[Start Wd]
WRITE
LR
HR
SHIFT
HR
TIM
CNT
(AR)
Program Memory
Other data areas
DM area
File Memory Verify
Compares the data stored in the FM
area with data in the Program
Memory or specified data areas.
When comparing with data in the
Program Memory, reading starts at
the specified address and continues
to the first END(01). This is compared
with the data starting at the specified
start block in the FM area.
For comparison with the DM area, the
number of blocks to be compared
must be specified. Blocks consist of
128 words.
When comparing with data in one of
the data areas, reading begins at the
start word in the data area and
continues until the end of that
particular data area.
P M
C
2
CLR
FUN
SHIFT
CONT
#
[Start block]
B
1
[Start UM address]
DM
WRITE
MONTR
[Start DM Wd]
WRITE
[No. of blocks]
WRITE
[Start block]
MONTR
SHIFT
*
CH
[Start Wd]
WRITE
LR
HR
SHIFT
HR
TIM
CNT
(AR)
Program Memory
Other data areas
DM area
*Modes in which the given instruction is applicable: R = RUN, M = MONITOR, P = PROGRAM