
B–61863E–1/06
8. STARTING AND HALTING
C PROGRAM TASKS
APPLICATION
PROGRAMMING GUIDE
421
8
STARTING AND HALTING C PROGRAM TASKS
(1) lANGUAGE ORIGIN setting
By pressing the soft key “SYSPRM”, the system parameter screen is
displayed.
[ RUN ][ EDIT ][ I/O ][ SYSPRM ][ ]
Using the MAP file, check the first address of the Link Control
Statement data (RC_CTLB_INIT). Set the physical address in the
LANGUAGE ORIGIN field.
NOTE
Symbol name RC_CTLB_INIT is defined by the Link Control
Statement creation tool.
PMC SYSTEM PARAMETER MONIT STOP
COUNTER DATA TYPE = BINARY/BCD
LADDER EXEC = 100% (1-150)
IGNORE DIVID CODE = NO/YES
LANGUAGE EXEC RATIO = 50% (0-99)
LANGUAGE ORIGIN = 845238H
(LANGUAGE AREA = 840000H, SIZE = 768KB)
MAX LADDER SIZE = 64KB (1-96)
[ BINARY ][ BCD ][ ][ ][ ]
(2) Task start up
By pressing the soft key “RUN”, the user tasks are started in the order
of highest task level first, to lowest task level last.
[ RUN ][ EDIT ][ I/O ][ SYSPRM ][ ]
The function last selected before the RUN soft key is pressed
determines whether the C program task is started from the beginning.
(a) The C program task is started from the beginning when the
function last selected before the RUN soft key is pressed is
Ladder edit, system parameter, reading of a sequence program of
I/O processing, or power-on.
(b) In the following case, the C program task is started from the step
immediately after the step in which it was halted: When an edit
function other than those described in (a) above is selected or
when the task is halted by pressing the STOP key.