
9. C-PROGRAM MEMORY DISPLAY
AND DEBUG FUNCTION
B–61863E–1/06
APPLICATION
PROGRAMMING GUIDE
432
(c) ACCESS LENGTH
Set the effective range of a break point address.
0 : (BYTE) : Set for read/write access of a byte at a
specified address or for an execution
address.
1 : (WORD) : Set for read/write access of a word.
2 : (D.WORD) : Set for read/write access of a double word.
(d) PASS COUNT
Specify the number of passes that can occur until a break takes
place (1 to 65,535).
(e) TASK ID
Specify the task ID of a break. Effective when specifying a break
for common functions or common memory used by multiple
tasks.
(f) TASK STATUS
Specify the state of the task when a break occurs.
0 : (PASS): Task continues operation after a break.
1 : (STOP): User task stops operation after a break.
The ladder program does not stop running.
CAUTION
When STOP has been specified and the user wishes to
restart the program, use the RUN/STOP function on the
basic programmer’s menu screen. The program can be
restarted by first pressing the STOP key on this screen,
followed by pressing the RUN key. It is not possible to only
restart a task that has been stopped.
(g) BREAK AVAIL.
Specify whether each break point is on or off.
PMC DEBUG (PARAM) MONIT RUN
BREAK POINT NO.1
NO. DUMP ADR. TYPE LENGTH
(0:B/1:W/2:D) (32BYTE)
01 0113:00000010 0 10
02 0113:00000200 1 9
03 0113:00001000 2 8
04 0113:00002000 0 7
05 0123:00000000 1 6
06 0123:00000100 2 5
07 012B:00000200 0 4
08 012B:00000200 1 3
>
[ D.DUMP ][ BRK.NO ][ EXEC ][ INIT ][ ]
Fig.9.3.3 (b) Dump Data Setting Screen