i have existing program of circle for welding,how can copy that program at an interval of 100 mm distance in y+ direction of robot world coordinate,without crating the new program at every time.
mirroring of program
-
mech8020 -
March 25, 2015 at 5:59 AM -
Thread is Resolved
-
-
Search to forum for "base shifting"
-
If you are programming in advance mode then:
Teach a new base with an offset of 10 mm , and then in the beginning initialize the base an tool with
$IPO_MODE = #BASE
$BASE = $WORLD ;setting of the base coordinate system
$TOOL = $NULLFRAME ;setting of the tool coordinate systemOR
$BASE = {X 100,Y -200,Z 1000,A 0, B 0,C 0) ;Base 1 , Use it as per requirement and comment the rest bases ...
==============
; $BASE = {X 110,Y -200,Z 1000,A 0, B 0,C 0) ; Base shifted in X by 10mm
==================
PTP POS_2 -