05 EASY ROB Chapter 03
05 EASY ROB Chapter 03
EASY-ROB™ Files 3
System files
Robotics files
CAD files
Config.dat
Environment file *.env
moni_msg.txt
License.dat
Robotics files are used for loading robot and its components
(tools, bodies, views, tags) as well as program for robot
simulation. Robotic files include:
III-1
3 E A S Y – R O B F I L E S
III-2
E A S Y – R O B F I L E S
The order of
statements
is very
important
and you
must not
change it.
III-3
3 E A S Y – R O B F I L E S
You can also modify these variables via View menu. For more
information see Chapter 4 “User Panel”. EASY-ROB™ will start
in default mode, if the easy-rob.env does not exist.
File license.dat
File moni_msg.txt
Moni_msg.txt is monitoring of your general system information:
Working directory
Date and Time
License Key
III-4
E A S Y – R O B F I L E S
Important Remark:
Robot
Tool
Program file name
Mimic file name
View
Body or Environment
Tag Points
Important Information:
III-5
3 E A S Y – R O B F I L E S
Or save by:
You can also load Work Cell file from Load/Save toolbar by
choosing the Icon, or short cut Ctrl+O
III-6
E A S Y – R O B F I L E S
Robot Files
Robot file contains information about Robot. All information can
be divided in the following groups:
Geometrical
Kinematics
Dynamics
Motion Planner
Tooldata
Robot file also contains information about tool. We can say that
the Robot tool is not a part of Robot file (as you can see on
picture “Files in EASY-ROB™”).
Robot tool information is included in Tool file, so you can
choose the appropriate tool for your Robot.
For more information about tool file see “Tool files”. Robot file
has the *.rob extension. The picture below shows the code of
robot file.
III-7
3 E A S Y – R O B F I L E S
Or save by:
Note: If you load Robot file, you cannot run animation because
Program file is not loaded. Load robot file only if you want to
make you own animation of loaded robot. Otherwise load an
existing Program file. For more information about program file
see “Program files”.
III-8
E A S Y – R O B F I L E S
Tool File
Tool file includes information about Robot Tool. You can load
specified toll for robot depending on simulation. EASY-ROB
provides variety of tool type files, which you can find in .\Proj
directory. Picture on the next page shows Arc_Gun.tol file.
Or save by:
III-9
3 E A S Y – R O B F I L E S
III-10
E A S Y – R O B F I L E S
View files
View file contains robot-viewing information. Render scene is
viewed from the position and orientation specified in the view
file. You can also choose predefined view (Top, Bottom, Rear,
Front, Left, Right) from the View menu. For more information
about predefined view see Chapter 4. Picture below shows
Uni_temp.vie file.
Or save by:
III-11
3 E A S Y – R O B F I L E S
Program File
Program files are used for Robot simulation. The program file
contains set of ERPL (EASY-ROB™ Program Language) and
ERCL (EASY-ROB™ Command Language) commands
controlling robot motion.
Or save by:
III-12
E A S Y – R O B F I L E S
Tag files
Tag file is used for setting tag points that define Robot target
locations. You can load, save or unload tag file choosing
respectively:
If you want to create a tag point in a Tag file, you need to define
the following:
The code below shows creating manually tag point in tag file.
PATH_NAME my_path
WOBJ_NAME my_wobj
TAG_WOBJ 0 0 0 0 0 0
TAG_ATTRIB T_ 0 0 0.0000 0.0000 0.0000 0
III-13
3 E A S Y – R O B F I L E S
The first and 2nd line define the name for the path and the work
object.
rd
The 3 line defines the position and orientation (RotX* RotY*
RotZ) of the work object frame. All defined Tag points are with
respect to this work object frame.
th
The 4 line describes tag attributes (prefix name ’T_’, motion
type ’0-default’, render type ’0-default’, ptp speed, cp speed,
orientation speed, robot configuration)
th
The 5 line shows the number, postfix name, color, size, and
position with orientation of Tag point.
Tag file has extension *.tag.
Note: The easy and user friendly way for creating Tag points
(Tags) is by Tag Window Dialog. For More information see
Chapter 6 “Tag Point”.
You can also export a Workcell as vrml 1.0 or as Igrip part file.
Using vrml, the complete cell with the track is saved into one file
*.wrl.
III-14
E A S Y – R O B F I L E S
EASY-ROB Library
EASY-ROBTM Library allows the user the ability to open,
preview and organize all available EASY-ROB files. The picture
below shows EASY-ROB Library Dialog Box with the Image
property page, which is on the Right side of Dialog Box. The full
path of file is displayed on the top right side of Library Dialog
box.
Use
About Bitmap: The image is a bitmap *.bmp and must have the
same name as the cell, rob, tol, etc. file. The max size of the
image file is 250x 250 pixels.
For example cnc.cel has an image file cnc.bmp in the same
folder and as description file cnc.txt or cnc.rtf.
The EASY-ROB™ Library will save the path into the file carat.ini
in the Windows System directory, see Label:
III-15
3 E A S Y – R O B F I L E S
[EASYROB_LIB]
LastPath=C:\Document and Settings\Admin\EASY-
ROB\Lib...
When you choose Information property page, you can find all
available information about selected file. You can also edit the
III-16
E A S Y – R O B F I L E S
The toolbar contains the standard set of function for editing and
printing. The table below shows all available functions in
Information property page toolbar.
Icon Description
Import text file
III-17
3 E A S Y – R O B F I L E S
III-18