[AKD4629-A]
<KM101902>
2012/04
2-2. [Loop Setting]: Loop Dialog
Click [Loop Setting] button in the Tool tab to open the loop setting dialog as shown below.
Writing test can be executed.
[ OK ] Button : Starts the test.
[ Cancel ] Button : Closes the dialog and finishes the process.
[ Address ] Box : Data writing address in hexadecimal numbers.
[ Start Data ] Box : Start data in hexadecimal numbers.
[ End Data ] Box : End data in hexadecimal numbers.
[ Interval ] Box : Data write interval time.
[ Step ] Box : Data write step interval.
[ Mode Select ] Box : Mode select check box.
• Checked: Writes in step interval from the start data to the end data and turn back from the end data to
the start data.
[Example] Start Data = 00, End Data = 05, Step = 1
Data flow: 00
→
01
→
02
→
03
→
04
→
05
→
05
→
04
→
03
→
02
→
01
→
00
• Not Checked: Writes in step interval from the start data to the end data and finishes writing.
[Example] Start Data = 00, End Data = 05, Step = 1
Data flow: 00
→
01
→
02
→
03
→
04
→
05