Installation guide

Table Of Contents
3. First Step
Safety and Installation (RC90 / EPSON RC+5.0) Rev.6
56
8. Modify the program to change speed of robot motion commands
(1) Insert the Power, Speed, and Accel commands as shown in the program
below:
Function main
Print "This is my first program."
Power High
Speed 20
Accel 20, 20
Go P1
Go P2
Go P0
Fend
(2) Press F5 to display the [Run] window.
(3) Click on the <Start> button to run the program.
The robot should go to each of the points you taught at 20% of speed,
acceleration, and deceleration. The Power High statement enables your
program to run the robot at high (normal) power, which in turn allows the
robot speed and acceleration to be increased.
9. Backup the project and system configuration
Even though this is only a sample project, we will backup the project and
controller configuration. This is easy to do with EPSON RC+ 5.0. It is
important that you keep regular backups of your applications on external
media such as USB memory.
Follow these steps to backup the project and system configuration:
(1) From the [Project] menu, select [Copy].
(2) Change the [Destination Drive] to a certain drive.
(3) Click <OK>. The project will be copied to the external media.
(4) From the [Tools] menu, select [Controller].
(5) Click on the <Backup Controller> button.
(6) Select the certain drive.
(7) Click <OK>. The system configuration will be backed up on the
external media.
Now that you have written your first program.