10-14-2020, 07:45 AM
Good Morning ,
Yes you can , you have to create a new python script then create your code , you can try this code it allows the robot to reach the target point
from robolink import *
from robodk import *
RL = Robolink()
robot = RL.Item('KUKA KR 6 R900 sixx') #name of your robot
Target = RL.Item('Target 1')
robot.MoveJ(target)
Yes you can , you have to create a new python script then create your code , you can try this code it allows the robot to reach the target point
from robolink import *
from robodk import *
RL = Robolink()
robot = RL.Item('KUKA KR 6 R900 sixx') #name of your robot
Target = RL.Item('Target 1')
robot.MoveJ(target)