WDM Lab Pe Aristo Robot
WDM Lab Pe Aristo Robot
OF
WORKSHOP ON DIGITAL MANUFACTURING
(ARISTO ROBOT)
ARISTO ROBOT:-
A robot is a reprogrammable, multifunctional manipulator designed to move material, parts, tools or
specialized devices through variable programmed motions for the performance of a variety of tasks.
An Aristo robot is a 6 axis Articulated robot. Articulated robots are powered by a variety of means and can
be used to lift small parts with great accuracy. They are often used for tasks such as welding, painting, and
assembly.
Base: This is also called as waist. Being the first axis (al) can revolve from 90° to. 250°. It is the
lowest or supporting part or structure of the robot.
Shoulder: Being the second axis, it can play between -45° & -90° which will help the robot to
moves in forward and backward.
Elbow: The third axis plays between 45° & 115° providing up and down movement for picking the
object.
Page-1
NOTE: The axis2 and axis3 are mechanically connected in parallel so we can’t move both this
axis simultaneously but we can move both axes separately in an equal distance like 20 mm.
Wrist: Wrist being the fourth axis can perform rotation from 0° to 340°.
Pitch: An angle of -90° to 90° can be obtained from this fifth axis which makes the robot flexible
enough to pick 'n place the objects.
Roll: This small additional wrist in place of sixth axis will revolve from 0° to 340°. This gives
much more flexibility to handle job-oriented objects.
Types of Robot:
Robots are classified as per coordinates system as follows.
1. Cartesian Coordinates (Three Linear Axes)
2. Cylindrical coordinates (Two Linear and One rotary Axis)
3. Spherical Coordinates (One Linear and Two rotary Axis )
4. Revolute and articulated coordinates.(Three Rotary Axis)
Control Box 35 kg
Page-3
Operating Procedure for Palletizing Pick and Place:
Step 1: Switch ON the control box.
Step 3: Open the MRobot software login “User Name” Step 4: Program the robot to pick and place the
and “Password”. job.
– admin
- password
Program Syntax:
Set Speed 50
Home the robot
Command: Gripper Open
…..
Teach the robot to pick the job in pallet1
….. Page-4
Command: Gripper close
…..
Teach the robot to place the job in pallet2
…..
Command: Gripper open
Result:
The Aristo robot successfully completes the palletizing experiment.
Page-5
PICK & PLACE OPERATION USING 6 AXIS ARISTO ROBOT
SPEED 80
HOME_ALL
LET A = 0
LABEL A
LABEL B
GRIPPER OPEN
JOINT A1= 50.95 A2= -89.7 A3= 91.18 A4= 2.55 A5= 77.71 A6= 0.01
JOINT A1= 48.27 A2= -54.3 A3= 58.83 A4= 2.55 A5= 77.71 A6= 0.02
JOINT A1= 48.27 A2= -46.71 A3= 54.06 A4= 2.55 A5= 76.58 A6= 0.01
GRIPPER CLOSE
JOINT A1= 48.27 A2= -48 A3= 50.71 A4= 2.55 A5= 76.58 A6= 0.01
JOINT A1= 48.27 A2= -69.6 A3= 70.56 A4= 2.55 A5= 63.56 A6= 0.01
JOINT A1= -110.08 A2= -69.6 A3= 70.56 A4= 2.55 A5= 63.57 A6= 0.01
JOINT A1= -110.08 A2= -78.37 A3= 91.92 A4= 2.55 A5= 63.57 A6= 0.02
JOINT A1= -107.58 A2= -78.74 A3= 93.31 A4= 2.55 A5= 63.57 A6= 0.02
GRIPPER OPEN
JOINT A1= -107.58 A2= -89.68 A3= 90.18 A4= 2.55 A5= 63.57 A6= 0.02
IF A < 4 JUMP B
ADD A = A + 1
JUMP B