Open the terminal window. In
Robcomm3, click the Terminal button, or select Terminal from the C500 menu.
With the controller not yet powered on, the window is blank.
Power on the controller at the main power switch on the
front panel. As the controller starts up, lines describing start up activity
are displayed at the terminal. When the controller is finished its start up
activity, the terminal displays the $$pendant indicating that the Teach
Pendant is active
Activate the robot arm by selecting the Arm power button on
the controller.
Home the robot with the Teach Pendant by holding the
live-man control and selecting F2(motn). Then use the joint movement keys to carefully align each
of the joints. Then while still holding down the live-man control on
the pendant, select F1(home) and wait... Only after all joints have
been homed as indicated on the terminal should you release the live-man
control.
You may use the grip open and close controls to place a tool
in the gripper. Be careful to keep your fingers out of the way!
Disable the pendant by pressing ESC on the teach pendant keypad until you reach the terminate screen and press F1 to confirm.
Writing a RAPL program:
In Robcomm3, open an editor
window by selecting File|New.
Save your program, using the
Save As function, to your network directory. Make sure the extension
is .r3.
Setup an Application. From
Application, select New. Name your app using the same name as your program
file.
Check the settings in the App
Setup by selecting Setup from Application. Make sure that the source file
name is the same as your program and the object file name is the same.
In the Editor window, type your
program.
Compile your program using the Compile button.
Running a RAPL program:
Send the program to the controller using the Send button.
To check that your program was successfully transferred to the
appropriate place, in the terminal window, from the system shell, use the dir
command
dir
\app\application_name
The program file in compiled object format does
not have a .r3 extension.
At the system prompt in the terminal window type the command
ash
You should get a list
of applications that are available. Enter your application name.
To run your program,
MAKE SURE THAT EVERYONE IS STANDING OUTSIDE THE WORK ENVELOPE! Then
type
run
You may be asked to push the PAUSE/CONTINUE button on the controller before your program will execute.
Shutdown procedure: