Please read this part first ....................................................................................................................................................... 7
1. Preparation needed to start using EFP-RC2 ............... 8
1.1 Check content in a package and accessories ..............................................................................8
1.3 Name of each part of the product .......................................................................................................9
1.4 How to connect .............................................................................................................................................. 11
1.5 How to install CF card ............................................................................................................................... 12
2. Procedure for using EFP-RC2 ............................................ 14
2.1 Install control software .............................................................................................................................. 15
2.2 Creation of user program ( HEX / MOT ) and script file ( PBT ) ................................ 15
2.3 Convert user program ( HEX / MOT ) to data file ( Hxw ) .............................................. 16
2.4 Download data file and script file to EFP-RC2 ....................................................................... 17
2.5 Connect the Target system and EFP-RC2 ................................................................................. 18
2.6 Execute ( write ) the script file.............................................................................................................. 18
5. Function explanation ................................................................. 77
5.1 Menu explanation .......................................................................................................................................... 77
Switch display language of menu ...................................................................................................... 77
Change menu name .................................................................................................................................... 78
Change link destination ............................................................................................................................. 79
Copy menu file ................................................................................................................................................. 80
EFP-RC2 Instruction Manual 4th Edition
( 3 /143 )
Menu display and Initialization of link destination .................................................................. 80
5.2 Display information description............................................................................................................ 81
Firmware version and CF card free space indication ......................................................... 81
CF card ID display .......................................................................................................................................... 81
5.11 Secure function of EFP-RC2 ............................................................................................................. 102
5.11.1 How to set / cancel secure function on EFP-RC2 ................................................. 104
5.11.2 How to set / cancel secure function in RC-Downloader ................................... 109
5.11.3 Operation after secure function setting .......................................................................... 113
5.11.4 Security move function ............................................................................................................... 115
5.12 ON / OFF setting of buzzer sound................................................................................................ 117
5.12.1 How to set using EFP-RC2 ...................................................................................................... 117
5.12.2 How to set using RC-Downloader ...................................................................................... 119
5.13 Change file name ........................................................................................................................................ 120
5.14 How to create the folder ....................................................................................................................... 121
EFP-RC2 Instruction Manual 4th Edition
( 4 /143 )
5.15 How to erase the file ................................................................................................................................ 122
Target MCU setting ( M16C/62, 80 Group )
ID setting
Erase target MCU data
Blank check
Writing adjustment program
Verify check
Adjustment of the target board etc. until key input
ID setting
Erase target MCU data
Blank check
Writing shipping program
Verify check
Confirm target board operation for 5 seconds
end
Target MCU setting ( M16C/62, 80 Group )
ID setting
Erase target MCU data
Writing demonstration program 1
Run Demonstration program 1 for 1 minute
ID setting
Erase target MCU data
Writing demonstration program 2
Run Demonstration program 2 for 1 minute
end
・As this command may cause safety problems depending on the circuit configuration of
the target circuit board, please fully consider this point and use it at your own risk.
We can not take responsibility even if any damage caused by use occurs. Also, it does not
guarantee MCU operation at reset release.
・If you are using SECURITY LEVEL 2, please note that even if you press the B key while
waiting for a key input, the script will not be canceled.
Usage example of wait command:
A reference example of PBT file using wait command is shown below.
Reference example for shipment inspection
Reference example for demonstration
EFP-RC2 Instruction Manual 4th Edition
( 71 /143 )
Script contents
Command description
t=37
s=6
e,,1
b,00000,0ffff
p,data.hxw,00000,0ffff,1
v,data.hxw,00000,0ffff
L,3,0,0,4
L,3,0,0,4,V
Set MCU type
Communication baud rate setting (500 kbps).
When this setting is not done, it is set to
115200 bps.
Erase all areas (lockbit invalid)
Blank check
Writing the program (lockbit invalid)
Verify check
Write-protected setting with security setting
command
Confirm security contents with security verify
command.
An error occurs if it does not match the
contents of the security setting command.
4. Sample script
Here is a reference example of a script file (extension .pbt) necessary for writing in
EFP-RC2.
For details of each command, please see "3. Command Description".
● In case of RL78 / G13 (R5F100LE)
After setting the communication baud rate, when erase, blank, program, verify, and setting
security for all areas, the script is as follows.
EFP-RC2 Instruction Manual 4th Edition
( 72 /143 )
Script contents
Command description
t=38
s=3
M,3200,1,1
i,0,450102030405060708090A0B0C0D0E0F,1
e,,1
e,FF7FFFFF,1
b,FFF80000,FFFFFFFF
b,FF7FC000,FF7FFFFF
b,2
p,User_Program.hxw,FFF80000,FFFFFFFF,1
p,Data_Program.hxw,00100000,00101FFF,1
p,Boot_Program.hxw,FF7FC000,FF7FFFFF,1
v,User_Program.hxw,FFF80000,FFFFFFFF
v,Boot_Program.hxw,FF7FC000,FF7FFFFF
H,2,8,000FED0B
Set MCU type
38 : Select RX ( little endian )
Communication baud rate setting
(500 kbps).
Mode entry command
ID collation
Erase user area all
Block erase (User boot area)
Blank check
Blank check of data area is valid
for all area blank check command
only
Program to user area
Program to data area
Program to user boot area
Verify the user area
Verify the user boot area
Since the verify check is not
possible for the data area, confirm
with the checksum.
● In case of RX210 (R5F52108)
After setting the communication baud rate, when erase, blank, program, and verify for all
areas, the script is as follows.
EFP-RC2 Instruction Manual 4th Edition
( 73 /143 )
Script contents
Command description
t=40
s=3
M,1600,6,2
i,0,FFFFFFFFFFFFFFFF0001020304050607,1
e,,1
e,FF7FFFFF,1
b,1,00000000,0013FFFF
b,2
b,3,00000000,00007FFF
p,User_Program.hxw,1,00000000,0013FFFF,1
p,Data_Program.hxw,2,80100000,80107FFF,1
p,Boot_Program.hxw,3,00000000,00007FFF,1
v,User_Program.hxw,1,00000000,0013FFFF
v,Boot_Program.hxw,3,00000000,00007FFF
H,2,32,003FD1E3
Set MCU type , 40 : Select SH
Communication baud rate setting
(500 kbps).
Mode entry command
ID collation
The ID code is fixed at 16 bytes.
When the ID code is less than 16
bytes, the upper side is FF.
Erase user area all
Block erase (User boot area)
Blank check ( User area )
Blank check ( Data area )
Blank check ( User boot area )
Program to user area
Program to data area
Program to user boot area
Verify the user area
Verify the user boot area
Since the verify check is not
possible for the data area, confirm
with the checksum.
● In case of SH7250 (R5F72531)
After setting the communication baud rate, when erase, blank, program, and verify for all
areas, the script is as follows.
EFP-RC2 Instruction Manual 4th Edition
( 74 /143 )
Script contents
Command description
t=34
s=3
i,ffdf,SUISEIS,0
e,,0
b,4000,13fff
p,data.hxw,4000,13fff,0
v,data.hxw,4000,13fff
Set MCU type
Communication baud rate setting (57600 bps).
When this setting is not done, it is set to
19200 bps.
Cancel ID protect
Erase all areas (lockbit valid)
Blank check
Writing the program (lockbit valid)
Verify check
● In case of R8C/Tiny (R5F212B)
After setting the communication baud rate, when erase, blank, program, and verify for all
areas, the script is as follows.
EFP-RC2 Instruction Manual 4th Edition
( 75 /143 )
Script contents
Command description
t=02
i,fffdf,SUISEIS,0
e,,1
b,c0000,fffff
p,data.hxw,c0000,fffff,1
v,data.hxw,c0000,fffff
r,read_data.hxw,c0000,fffff
k,cffff
k,dffff
k,effff
k,f7fff
k,f9fff
k,fbfff
k,fdfff
k,fefff
k,fffff
Set MCU type
Cancel ID protect
( Example of protect code : "SUISEIS" )
Erase all areas (lockbit invalid)
Blank check
Writing the program (lockbit invalid)
Verify check
Read written data
Enable the lock bit of each block.
● In case of M16C/62P (M30624FGP)
When erase, blank, program, verify, read, and lock bit setting are performed for all areas,
the script is as follows.
EFP-RC2 Instruction Manual 4th Edition
( 76 /143 )
Display
Link destination
Remarks
1:FILES
CF ROOT
Used for file operation.
(uppermost route of CF card)
2:PROGRAM
DOWNLOAD
Folder for writing
3:MCU SET
MCU_TYPE
Folder for writing
4:USER
USER
Subfolder for writing
5:FIRM UPDATE
FIRMWARE
Save firmware version update data
English display
Japanese display
1:FILES
1:ファイル ソウサ
2:PROGRAM
2:プログラム
3:MCU SET
3:MCU セッテイ
4:USER
4:ユーザー
5:FIRM UPDATE
5:ファーム アップデイト
5. Function explanation
5.1 Menu explanation
At the time of EFP-RC2 start, the upper two rows of the following five items are displayed
on the LCD, and the display items can be switched with ↑ key and ↓ key. Move the cursor
to each item and press the → key to move to the respective link destination.
For the directory structure of the CF card, refer to "7.2 Directory structure" (P.134).
Table 5.1 Display menu screen ( default )
* Since the data downloaded to the FIRMWARE folder is protected, it can not be deleted on
this machine.
Switch display language of menu
You can switch between English display and Japanese display alternately by holding down
↑ key and pressing A, B and S key at the same time on the menu screen.
EFP-RC2 Instruction Manual 4th Edition
( 77 /143 )
MENU02← [READ]
WHICH FILE TO READ?
MENU02← [READ]
A=CANSEL S=READ
Alternate display
Change menu name
It is possible to change the display name of the menu item.
< Operation procedure >
Step1 Press the B key while holding down ↑ key on the menu screen to switch to menu
file selection mode.
Step2 Select MENU 02 to 99 with ↑and ↓ key and press S key to set as specified file
and return to menu screen. Since MENU 01 saves the initial state, it can not be
edited.
Step3 Pressing the B key while pressing the ↑ key again displays [MEMORY FILE
CREATED] and returns to the menu screen.
Step4 When you press the B key while holding the ↑ key again, the ← mark is
displayed on the right side of the menu file.
When MENU 02 is selected, it is displayed as follows.
Step5 Pressing the ← key in the above state shifts to the menu name edit mode.
→ and ← key use to select the character you want to change and use ↑ and ↓
key to change the character.
Alphabetic letters are A key and it is possible to convert case.
Place the cursor on the rightmost blank and press the ↑ or ↓ key to add letters.
Pressing the A key erases the last letter.
Step6 When you press the S key, it decides name change and moves on to editing the
next item. Pressing the B key cancels the editing and moves to the next item.
When all the items are changed, the edit mode is exited and the change contents
are displayed on the menu screen.
Note:
・You can not edit the item number of the menu name and ": (colon)".
・The number of characters that can be used for the menu name is 1 to 18 characters.
・When replacing the CF card, the setting of the menu file returns to the initial state (MENU
01). Please set the menu file again.
EFP-RC2 Instruction Manual 4th Edition
( 78 /143 )
Menu item
Link destination
Modifiable
1:FILES
CF ROOT
Can not change
2:PROGRAM
DOWNLOAD
Changeable
3:MCU SET
MCU_TYPE
Changeable
4:USER
USER
Changeable
5:FIRM UPDATE
FIRMWARE
Can not change
2:PROGRAM
LINK THIS MENU?
2:PROGRAM
U/D=SEL B=NO S=YES
Alternate display
Change link destination
It is possible to freely change the folder to open directly from the menu.
The only changeable menu is the link destination of items 2 to 4.
To change the link destination, it is necessary to set it to a menu file other than MENU01 in
advance.
Table 5.2 Changeable link destination
< Operation procedure >
Step1 Open the menu item "1: FILES", move the cursor to the desired folder displayed
within "<" and ">", press the ↑ key while holding down the B key to switch to the
link destination change mode To do.
Step2 As [LINK TO MENU?] Is displayed, press the S key to specify the selected folder
as the link destination. To cancel, press the B key.
Step3 The menu items linked to the upper line of the LCD are displayed as shown
below.
Step4 Select the menu item to link with ↑ or ↓ key, and press the S key to change the
link destination. To cancel, press the B key.
Note:
・The link to "CF ROOT" of menu item 1 can not be changed.
・When replacing the CF card, the setting of the menu file returns to the initial state (MENU
01). Please set the menu file again.
EFP-RC2 Instruction Manual 4th Edition
( 79 /143 )
MENU03 [WRITE]
WHICH FILE TO WRITE?
Copy menu file
Copy the contents of the currently used menu file to another menu file.
< Operation procedure >
Step1 Press the B key while holding down ↑ key on the menu screen to enter menu file
selection mode.
Step2 Select the copy destination menu file and press the → key to switch from [READ]
to [WRITE] as shown below.
Step3 Pressing the S key in the above state copies the menu file.
Menu display and Initialization of link destination
The changed menu name and link destination are returned to the initial state.
< Operation procedure >
Step1 Press the B key while holding down ↑ key on the menu screen to enter menu file
selection mode.
Step2 Select MENU01 with the ↑ or ↓ key and press the S key to return to the menu
screen and initialization is completed.
EFP-RC2 Instruction Manual 4th Edition
( 80 /143 )
EFPRC2 Ver.1.xx.xx
xxxxxxxxxx BYTE FREE
xxxxxxxxxxxxxxxxxxxx
xxxxxxxxxx BYTE FREE
USB PID:xxxx xxsct
CRC:xxxx 201x/xx/xx
← Firmware version
← CF card free space indication
← CF card ID
← CF card free space indication
← USB-PID
← CRC sum value of the firmware and creation date
5.2 Display information description
Information on the EFP-RC2 and various files is displayed.
Firmware version and CF card free space indication
Pressing the ← key while the menu screen is displayed displays the firmware version of
EFP-RC2 in the upper row of the LCD, and the free space of the CF card in the lower row.
CF card ID display
When the ↓ key is pressed while the firmware version and free space of the CF card are
displayed, the CF card ID is displayed in the upper row of the LCD and the free space of the
CF card is displayed in the lower row.
USB-PID display
When the ↓ key is pressed on the CF card ID and CF card free space display screen,
USB-PID is displayed at the upper row of the LCD, CRC sum value of the firmware and
creation date are displayed at the lower row.
EFP-RC2 Instruction Manual 4th Edition
( 81 /143 )
Total count:
xx Count
PBT EXECUTED: xx
ERR.OCCURRED: xx
201x/xx/xx 00:00:00
xxKbyte a-----
← Cumulative execution count of PBT
← PBT execution count
← Error occur count
← Creation date
← Data size
Display of cumulative execution count of PBT
When the ↓ key is pressed on the display screen of USB-PID, CRC sum value and creation
date of firmware, the cumulative execution count of PBT is displayed.
Counter display
When the S key is pressed on the screen displayed the firmware version and the free space
of the CF card, the PBT execution count is displayed in the upper row and the error
occurrence count is displayed in the lower row.
In the above state, pressing the A key shifts to the counter clear mode ( P.90 ), and
pressing the ↓ key shifts to the preset mode ( P.88 ). Press the B key to return to the
menu screen.
Property display function
With the file or folder selected, pressing the B key displays the creation date and time and
the size, and continues to display as long as you press the B key.
Release the B key to return to the file or folder display screen.
EFP-RC2 Instruction Manual 4th Edition
( 82 /143 )
xxxxxx.HXW
SUM CHECK OR EDIT?
xxxxxx.HXW
A=EDIT B=CAN. S=SUM
Alternate display
Display checksum of Hxw file
If you press the S key while Hxw file is selected, it will be in checksum display and edit
selection mode. If you press S key again, the checksum will be displayed.
Pressing the A key transitions to the Hxw edit mode, and pressing the B key cancels it.
Dump display
If you press the S key with something other than the following files selected, dump display
will start.
Press the B key to cancel.
< Excluded files >
PBT file, Hxw file, MOT file, HEX file
EFP-RC2 Instruction Manual 4th Edition
( 83 /143 )
Sample
Ready to Start...
← Name of the PBT file to be executed
5.3 One touch write
When you turn on the power, you can determine the execution script automatically, and
you can execute the script with just one touch.
When executing the script with this function, it automatically creates a trace file
( RESULT.TXT ).
< Operation procedure >
Step1 Set [ Auto Execute = on ] in automatic execution of PBT file at power on ( P.97 )
in option function setting.
Step2 Download one pair of PBT file and HXW file to be used on the CF ROOT.
( Select FILES on the menu screen and save to the root moved with → key. )
Step3 If Step1 and Step2 are already set up, the following screen will be displayed
when turning on the power supply.
Step4 Pressing the S key on the above screen starts executing the displayed PBT file.
Pressing the B key or the ← key will cancel and the menu screen will be displayed.
Step5 After the script is finished, the execution result is displayed. Since the screen of
Step3 is displayed again with any key input, it is possible to execute the script
continuously.
Note:
・This function requires that a pair of PBT file and HXW file is stored on the CF ROOT.
Even if [ Auto Execute = on ] is set, if the file is insufficient, a normal menu screen will be
displayed.
・The created trace file is automatically overwritten every time.
EFP-RC2 Instruction Manual 4th Edition
( 84 /143 )
[■■■■ ]
Converting Now!
← Execution is completed when progress bar reaches the
right end.
5.4 Hxw file conversion function
It is possible to convert from Motorola S format and Intel HEX format to Hxw file by
operation of EFP-RC2.
< Operation procedure >
Step1 Select the file of Motorola S format or Intel HEX format downloaded to
EFP-RC2.
Step2 When you press the S key, the following display is displayed and creation of the
Hxw file is started.
Step3 After completion, an Hxw file with the same name as the original file is created in
the same folder.
Note:
・If an Hxw file with the same name already exists, this function will be canceled, so please
execute it after deleting the Hxw file with the same name.
・When using an MCU in which the data flash area, program area, and boot area are
arranged separately, program data for each area must be created. If you convert from
one data you can not convert correctly with over capacity.
EFP-RC2 Instruction Manual 4th Edition
( 85 /143 )
Set Adrs: 000000
Set Data: 00
← Start address of Hxw file
← The data of the displayed address
5.5 Edit Hxw file
It is possible to edit the Hxw file by operating the EFP-RC2.
< Operation procedure >
Step1 Move the folder from FILES and select the Hxw file to edit.
Step2 When you press the S key, a selection screen for checksum display and Hxw file
edit is displayed.
Step3 When you press the A key, the following display is displayed and you can edit the
Hxw file.
Step4 Use the ← and → key to manipulate the digit position of the address, and
change the address value with ↑ and ↓ key. The displayed data follows the
changed address.
Step5 After setting the address, pressing the A key moves the cursor to the data side
and you can change the data. Like the address, change the data digit position
with ← and → key, and change the data with ↑ and ↓ key.
To return the cursor to the address side, press the A key again.
Step6 Press the S key to display the next address. If the cursor is at the least significant
digit of the address, the previous address is displayed each time the ↑ key is
pressed.
Step7 When you press the B key, recalculate the CRC, write it to the CF card, and finish
editing the Hxw file.
Note:
・Since you will directly change the data of the Hxw file, please be careful when using it.
・The data is changed when the value is changed with the ↑ or ↓ key. There is no
cancellation function, so please manually restore the original data.
・It can not be edited if the folder is being moved using a link other than FILES.
EFP-RC2 Instruction Manual 4th Edition
( 86 /143 )
RL78_EBPV.PBT
[TRACE START]
1:<t=37>
RL78 Group
T COMMAND OK!
2:<s=6>
Set 500Kbps!
3:<e,,1>
MCU ERASING NOW!
E COMMAND OK!
TIME = 1.129sec.
4:<b,0000,FFFF>
BLANK CHECKING NOW!
B COMMAND OK!
TIME = 1.135sec.
5:<p,RL78_sample.hxw,0000,FFFF,1>
DATA PROGRAMING NOW!
P COMMAND OK!
TIME = 3.147sec.
6:<v,RL78_sample.hxw,0000,FFFF>
DATA VERIFING NOW!
V COMMAND OK!
TIME = 3.084sec.
[TRACE END]
;Execution file name
;Start tracing
;Command executed
;Processing content
;Success or failure of execution
;Command executed
;Processing content
;Command executed
;Processing content
;Success or failure of execution
;Processing time
;Command executed
;Processing content
;Success or failure of execution
;Processing time
;Command executed
;Processing content
;Success or failure of execution
;Processing time
;Command executed
;Processing content
;Success or failure of execution
;Processing time
;End tracing
5.6 Quick trace
Create the command execution result og the PBT file to be executed as a trace file.
< Operation procedure >
Step1 Select the PBT file to be executed and hold down the → key and press the S
key.
Step2 Since execution confirmation screen is displayed, press S key to start execution.
Step3 After the script is finished, RPT_xxx.TXT is created in the same folder.
( xxx is a three-digit number )
The trace file when running RL78/G13 is shown below.
Sample trace file
EFP-RC2 Instruction Manual 4th Edition
( 87 /143 )
COUNTER-MODE CHANGE?
S=CHANGE B=CANSEL
Set PBT COUNT:00000
U/D=chg. B=CAN S=SET
← PBT execution count setting value
5.7 Counter preset function
Set the execution count of PBT, and decrement the counter by 1 each time PBT is
executed. When the counter reaches 0, each counter value blinks for confirmation and an
alarm sound is generated.
< Operation procedure >
Step1 Press the ← key on the menu screen, and shift to the firmware version display
screen.
Step2 Press the S key, and shift to the execution times counter display screen.
Step3 When the ↓ key is pressed, the following counter mode change screen is
displayed. Press S key to shift to the setting screen of PBT execution count. If you
press the B key, it will be canceled and you will return to the counter display
screen.
Step4 On the setting screen below, it is possible to set the execution count of PBT from
0 to 59999.
Use the ← and → keys to select the digit to be changed, press the ↑ and ↓ keys
to change the value, then press the S key to set the number of times to execute.
If you press the B key, it will be canceled and you will return to the counter display
screen.
When it is set to 0, it operates with the normal integration counter.
When it is set to 1 or more, it operates in preset mode.
EFP-RC2 Instruction Manual 4th Edition
( 88 /143 )
PBT REMAINS : xx
ERR.OCCURRED: xx
← Remaining PBT execution count
← Number of error occurrences
Step5 After setting to the preset mode, the counter display screen switches to the
display of the number of remaining execution and the number of error
occurrences as shown below.
Note:
・When set to preset mode, the counter clear function is invalid.
・After the counter value of PBT becomes 0, it needs to set again the execution count.
EFP-RC2 Instruction Manual 4th Edition
( 89 /143 )
COUNTER CLEAR?
S=CLEAR B=CANSEL
5.8 Counter clear function
Initialize accumulated PBT execution counter. ( It returns to 0. )
< Operation procedure >
Step1 Press the ← key on the menu screen to shift to the firmware version display
screen.
Step2 Press the S key to move to the execution counter display screen.
Step3 Press the A key to display the following counter clear screen.
Step4 When S key is pressed, PBT execution count and error count are initialized. If you
press the B key, it will be canceled and you will return to the counter display
screen.
Note:
・When the counter preset function is used, the counter can not be initialized.
EFP-RC2 Instruction Manual 4th Edition
( 90 /143 )
xxxxxx.PBT
EXECUTE THIS FILE?
xxxxxx.PBT
A=MEMORY B=NO S=YES
MEMORY01
WHICH SET MEMORIES?
MEMORY01
U/D=SEL. B=CAN S=SET
User memory files
Memory
channel
Alternate display
Alternate display
5.9 How to use user memory file
By storing the PBT file in the memory channel in the user memory file, it is possible to
execute the PBT file immediately without searching the file or moving the folder.
There are 99 user memory files ( USER01 - 99 ), and memory channels can be saved up
to 30 ( MEMORY01 - 30 ), respectively.
Multiple users can use individual user memory files by switching user memory files.
< Operation procedure >
(1)Save to memory channel
Step1 Select the PBT file to be stored and press the S key, the following screen will be
displayed, press the A key.
Step2 Use the ↑ and ↓ keys to select the memory channel, and use the S key to decide
to save the PBT file. Press the B key to cancel.
Note:
・A file with ← on the right side of the file name indicates that data is saved.
If you save another data in a file marked with ←, the data will be overwritten.
・Once you overwrite the stored PBT file with download etc., the memory will be deleted.
EFP-RC2 Instruction Manual 4th Edition
( 91 /143 )
MEMORY01
xxxxxx
A=DELETE B=CAN S=SET
xxxxxx
MEMORY01
DELETE THIS MEMORY?
MEMORY01
B=CANSEL / S=YES
← PBT file name
Alternate display
Alternate display
(2)Execution of memory
Step1 Pressing the S key on the menu screen will display the saved memory channel
number and PBT file name as shown below.
Step2 Use the ↑ and ↓ keys to select the memory channel and press the S key to start
script execution.
Step3 After the script is finished, the execution result is displayed. Since you return to
the memory file selection screen of Step1 with one of the key inputs, you can
execute it continuously. Press the B key to return to the menu screen.
(3)Erase memory
Step1 In the menu screen press S key to move to the memory file selection screen.
Step2 Select the memory file to erase with ↑ and ↓ keys and press the A key.
Step3 The following erase confirmation screen will be displayed, so when you press the
S key, the memory file will be erased. Press the B key to return to the menu
screen.
Note:
・If you are loading a user file with no data, pressing the S key is also invalid.
EFP-RC2 Instruction Manual 4th Edition
( 92 /143 )
USER01← [READ]
FILE READ? DELETE?
USER02 [READ]
WHICH FILE TO READ?
USER01← [WRITE]
WHICH FILE TO WRITE?
(4)Switch user memory file
Step1 When you press the B key on the menu screen, the user memory file being used
is dislplayed. ( Initial setting is USER01 )
Step2 Select the user memory file to switch with ↑ and ↓ keys and press the S key to
decision.
A file with ← on the right of the file name indicates that there is saved data of
the PBT file.
When there is saved data When there is no saved data
(5)Copy user memory file
Step1 In the menu screen press Bkey to shift to the user memory file selection screen.
Step2 If there is saved data in the user memory file, pressing → key will switch from
[READ] to [WRITE] as shown below. ( If there is no data, the → key is invalid. )
Step3 Use the ↑ and ↓ keys to select the copy destination user memory file and
press the S key to copy the stored contents.
Note:
・If you replace the CF card, the settings will be canceled so you need to set it again.
・When using memory execution, do not set the MCU type with EFP-RC2. Please set with
T command in PBT file.
EFP-RC2 Instruction Manual 4th Edition
( 93 /143 )
Setting items
(1) Forced reset of EFP-RC2 main unit
(2) Time to recover at the end of command
(3) Display time between commands
(4) Startup time of EFP-RC2
(5) Automatic execution of PBT file at power on
(6) Sum check of executable file at power on
(7) Automatic sun check at Hxw download
(8) Hxw file match
(9) ID code output of trace file
(10) Measure download time
← If (5) is off, skip the item.
5.10 Option function setting
You can set optional functions by pressing the ↑ key and S key on the menu screen.
Every time you press the S key, the items to be set change in the following order. Please
press the S key up to the item you want to set.
If you change the setting other than the forced reset of item 1, you will be stored in the
EFP-RC2 main unit by pressing the S key.
Pressing the B key will exit the setting mode and return to the menu screen.
If there is no key input for 10 seconds for each item, exit setting mode and return to the
menu screen.
Even if you turn off the power, this setting will be saved.
EFP-RC2 Instruction Manual 4th Edition
( 94 /143 )
GO TO RESET?
A=RESET S=CANSEL
Remain time = 60sec.
Set Remain time?
Remain time = 60sec.
U/D=SEL. B=CAN S=SET
Alternate display
(1) Forced reset of EFP-RC2 main unit
It is possible to reset and restart the EFP-RC2 main unit.
Step1 When entering the setting, the LCD flashes with the following display.
Step2 Pressing the A key restarts the EFP-RC2 after reset. If automatic execution is
permitted, it will wait for execution.
Step3 Press the S key to move to the next setting. Also, even if 5 seconds elapse
without pressing anything, it will shift to the next setting.
(2) Time to recover at the end of command
It is possible to change the time to return to the original screen after PBT execution.
Normally, the return time is set to 60 seconds, and the execution result of the final
command is displayed during this time.
Step1 When the setting is started, it is displayed on the LCD as follows. ( initial state )
Step2 It is possible to set from 0 to 60 seconds with the ↑ and ↓ keys. If it is set to 0
second, the execution result is displayed until any key input is made.
Step3 Press the S key to complete the setting and move to the next setting. Pressing
the B key cancels the setting and returns to the menu screen.
EFP-RC2 Instruction Manual 4th Edition
( 95 /143 )
Interval time=Normal
Set interval time?
Interval time=Normal
U/D=SEL. B=CAN S=SET
Power on = Normal
Power-on time set?
Power on = Normal
U/D=SEL. B=CAN S=SET
Alternate display
Alternate display
(3) Display time between commands
It is possible to shorten the execution time by omitting the execution result display time of
each command.
Step1 When the setting is started, it is displayed on the LCD as follows. ( initial state )
Step2 It is possible to set it to "Normal", "Short", "Non" with the ↑ and ↓ keys.
Normal:Display execution result for 1 second
Short:No execution result display, only sound effects occurred
Non:No execution result display, no sound effects
Step3 Press the S key to complete the setting and move to the next setting. Pressing
the B key cancels the setting and returns to the menu screen.
(4) Startup time of EFP-RC2
It is possible to shorten the time to start up by omitting display of the free space of the CF
card and display of the MCU type setting of the main unit when the power of this machine is
turned on.
Step1 When the setting is started, it is displayed on the LCD as follows. ( initial state )
Step2 It is possible to set it to "Normal", "Short" with the ↑ and ↓ keys.
Normal:Displayed CF card free space etc. at startup
Short:Omit display of CF card free space etc. at startup
Step3 Press the S key to complete the setting and move to the next setting. Pressing
the B key cancels the setting and returns to the menu screen.
EFP-RC2 Instruction Manual 4th Edition
( 96 /143 )
Auto Execute = off
Start-up Mode?
Auto Execute = off
U/D=SEL. B=CAN S=SET
Root Check = on
Root CRC Check?
Root Check = on
U/D=SEL. B=CAN S=SET
Alternate display
Alternate display
(5) Automatic execution of PBT file at power on
It is possible to automatically execute the PBT file on CF route at power on.
Step1 When the setting is started, it is displayed on the LCD as follows. ( initial state )
Step2 It is possible to set it "on" or "off" with the ↑ and ↓ keys.
on:Enable automatic execution of PBT file
off:Disable automatic execution of PBT file
Step3 Press the S key to complete the setting and move to the next setting. Pressing
the B key cancels the setting and returns to the menu screen.
(6) Sum check of executable file at power on
It is possible to set the automatic sum check of the Hxw file on the route of the CF card at
power on.This item can be set only when automatic execution of PBT file is enabled.
Step1 When the setting is started, it is displayed on the LCD as follows. ( initial state )
Step2 It is possible to set it "on" or "off" with the ↑ and ↓ keys.
on:allow sum check at startup
off:prohibit sum check at startup
Step3 Press the S key to complete the setting and move to the next setting. Pressing
the B key cancels the setting and returns to the menu screen.
Note:
・When you set Sum check to permission, Sum check is executed every time when turning
on the power, so if you use a large file, the startup time will be longer.
EFP-RC2 Instruction Manual 4th Edition
( 97 /143 )
Auto check = off
HXW Download check?
Auto check = off
U/D=SEL. B=CAN S=SET
Alternate display
(7) Automatic sun check at Hxw download
It is possible to execute sum check automatically when downloading Hxw file.
Step1 When the setting is started, it is displayed on the LCD as follows. ( initial state )
Step2 It is possible to set it "on" or "off" with the ↑ and ↓ keys.
on:Execute sum check at download
off:Do not execute sum check at download
Step3 Press the S key to complete the setting and move to the next setting. Pressing
the B key cancels the setting and returns to the menu screen.
Note:
・If the setting of "(6) Sum check of executable file at power on" is off, checksum is