( 20 / 52 )
(2) How to Use Custom Command RESET_10
When using the M30100T-RPD-E, it is necessary to execute custom command RESET_10 whenever
starting up the M3T-PD30. Incorporate custom command RESET_10 into the M3T-PD30 in line with
the procedure given below. Once you incorporate it, it is not necessary to incorporate it again.
How to incorporate RESET_10 into the M3T-PD30
1. Copying files
Copy reset_10.p (the program file of custom command RESET_10) to the directory in which the
execution file (pd30.exe) of the M3T-PD30 is stored.
2. Specifying the pass where the custom program is stored
Open the M3T-PD30's script window, and execute the script command given below.
MacroPATH absolute directory where reset_10.p has been copied
The MacroPATH command is a script command used to register an argument-specifying command
in the M3T-PD30.
3. Registering custom command RESET_10
Open the M3T-PD30's script window, and execute the script command given below.
MACRO RESET_10
The macro command is used to register an argument-specifying command in the M3T-PD30. This
allows you to register custom command RESET_10 in the M3T-PD30. Henceforth it turns possible
to execute custom command RESET_10 from the command input area within the script window in
a manner similar to using a script command. For the input format etc., see "Specifications of custom
command RESET_10" below.
Once you register a custom command, you do not need to register it again until you delete its
registration by use of either delmacro or delmacroall.
4. Assigning a script file for startup
Copy ini_reset_10.scr (a sample of script file for startup) in a suitable directory.
Then, open the M3T-PD30's Init dialog box and assign ini_reset_10.scr to the Init File: area within
the Init dialog box.
The Init File: area within the Init dialog box is used for assigning a script file to be executed at the
time of starting up the M3T-PD30. Effecting this assignment causes custom command RESET_10
described in the script file to be automatically executed the next time the M3T-PD30 is started up
and afterward.
If you have already assigned another script file to the Init File: area within the Init dialog box, put
the same description line as the content of the ini_reset_10.scr file at the beginning of the script file.
5. Restarting the M3T-PD30
After carrying out steps 1 through 4, restart the M3T-PD30.
Specifications of custom command RESET_10
Input format: RESET_10
Functions: Initial settings of the M30100T-RPD-E, setting the Work Area Start Address of the M3T-
PD30 at 8000h, and execution of a reset.
Examples of command execution:
(Example 1) > RESET_10 <Enter>
Work Area Start Address : 8000H
RESET_10 (Ver.2) is done!!
>
In cases, such as a typing mistake of a command, errors of communications with the emulator and so
on, an error message corresponding to the error is displayed.
<Enter> means to hit the enter key on your keyboard.
Komentarze do niniejszej Instrukcji