Fujitsu F2 MC-16 사용자 설명서

다운로드
페이지 354
99
CHAPTER 2  DEPENDENCE FUNCTIONS
2.2.7.2
Break by Sequencer
A program can suspend program execution when the sequencer terminates. This break 
is called a sequential break.
Break by Sequencer
A program can suspend program execution when the sequencer terminates. This break is called a sequential
break.
As shown in Figure 2.2-7, the delay count starts when the sequencer terminates, and after delay count ends,
either "break" or "not break but tracing only terminates" is selected as the next operation.
To make a break immediately after the sequencer terminates, set delay count to 0 and specify "Break after
delay count terminates". Use the SET DELAY command to set the delay count and the operation after the
delay count.
The default is delay count 0, and Break after delay count.
Figure 2.2-7  Operation when sequencer terminates
[Examples of Delay Count Setups]
- Break when sequencer terminates.
>SET DELAY/BREAK 0
- Break when 100-bus-cycle tracing done after sequencer terminates.
>SET DELAY/BREAK 100
- Terminate tracing, but do not break when sequencer terminates.
>SET DELAY/NOBREAK 0
- Terminate tracing, but do not break when 100-bus-cycle tracing done after sequencer terminates.
>SET DELAY/NOBREAK 100
Delay
counter
Sequencer
terminates
Count ends
Tracing terminates
Break (Sequential break)
Tracing terminates
Not break