MoveL is not working properly with KUKA- Printable Version +- RoboDK Forum (//www.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN) +--- Forum: RoboDK bugs (//www.sinclairbody.com/forum/Forum-RoboDK-bugs) +--- Thread: MoveL is not working properly with KUKA (/Thread-MoveL-is-not-working-properly-with-KUKA) |
MoveL is not working properly with KUKA-gagan2112-07-13-2022 MoveL is not working properly with KUKA KR R700 sixx. I'm trying to do simple linear movements with three target points referenced to frame2 which is the same point as base of the robot. Target 1 is joint target while target 2 and 3 are cartesian target. The program tries to do joint move to first target and linear movements to 2 and 3 but it does not follow the preset simulation. It instead goes down and almost crashed with work table. The robot is runned by the "generate program" function and sent offline to the controller. But I don't get why it is not following the predefined path. Do you know of any solutions and what the problem is caused by? I'm also trying to connect the robot to online with driver with this guide://www.sinclairbody.com/doc/en/Robots-KUKA.html#DriverKUKAbut I get an error file RoboDKsync35 and can't run the robot directly with "run with robot". RE: MoveL is not working properly with KUKA-Albert-07-15-2022 Your first joint target looks incorrect. When you generate the KUKA SRC program you can see that A3 (joint 3) is close to -90 deg. However, if you want a normal "elbow up" robot arm configuration, this joint target should be close to +90 deg. Regarding the issue related RoboDKsync file, you should selectError listto better understand what the issue is. You probably didn't define the global variables as mentioned in the guide you are referring to. RE: MoveL is not working properly with KUKA-gagan2112-07-15-2022 (07-15-2022, 09:28 AM)Albert Wrote:Your first joint target looks incorrect. When you generate the KUKA SRC program you can see that A3 (joint 3) is close to -90 deg. However, if you want a normal "elbow up" robot arm configuration, this joint target should be close to +90 deg. Hi, Thanks for the reply. It seems that the snapshots we had attached are not the best ones to describe our problem, so I made a new program showing robot in a much simpler configuration. In the attached photographs you can see position of the TCP at the 'target2' in the simulation and the actual position of the TCP when it tries to make a linear movement from 'home' to 'target2'. So, the problem we are encountering with 'MoveL' is more general and not for a typical configuration for movement. May be it is worth mentioning that position of the target2 and target3 are retrieved by actually moving the robots to that point, so in realty it is possible for the robot to reach these points. Another point is everything works fine while using 'MoveJ' command. Regarding 'RoboDksync35' I tried to edit 'Config.dat' in STEU folder but the error 'KRC\STEU\$config.DAT cannot be changed' appeared, so I have edited it by minimizing the HMI in C: drive directly. Still the 'RoboDksync35' shows error. Could you please share the file or link from where I can download 'RoboDksync35' files incases the one I am using currently is corrupted. I have attached the files I am using . Regards Gagan RE: MoveL is not working properly with KUKA-gagan2112-08-11-2022 Hi, Just want to share what i was doing wrong in case someone novice like me wont face the same problem. So, calibrate tool and the reference frame in both robodk as well as robot. Gagan RE: MoveL is not working properly with KUKA-Dmitry-08-19-2022 (07-15-2022, 03:43 PM)gagan2112 Wrote:Regarding 'RoboDksync35' I tried to edit 'Config.dat' in STEU folder but the error 'KRC\STEU\$config.DAT cannot be changed' appeared, so I have edited it by minimizing the HMI in C: drive directly. Still the 'RoboDksync35' shows error. Could you please share the file or link from where I can download 'RoboDksync35' files incases the one I am using currently is corrupted. I have attached the files I am using . Let's try to solve this problem. First of all, I suggest editing the fileKRC\R1\System\$config.dat(not the file in the STEU folder). 如果你想编辑这个文件直接在开车, at the very least you will need to reboot the entire system to apply the changes. Moreover, there is a chance that your changes will be discarded before the system is rebooted. So there are two ways to get things done:
Code:
INT COM_ACTION=0
Best regards, Dmitry |