Kuka KR16 KRC2 external axis not work in RoboDK- Printable Version +- RoboDK Forum (//www.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN) +--- Forum: General questions about RoboDK (//www.sinclairbody.com/forum/Forum-General-questions-about-RoboDK) +--- Thread: Kuka KR16 KRC2 external axis not work in RoboDK (/Thread-Kuka-KR16-KRC2-external-axis-not-work-in-RoboDK) |
Kuka KR16 KRC2 external axis not work in RoboDK-Mouse-06-04-2020 Hi, We have KUKA KR16 with KRC2 and external axis KUKA KL 250 / 2C (this external axis is not in library). This external axis is designed for ceiling operation. But we use it on floor. When we use moveJ robot work fine. But when we use moveL robot move to unknown position. What should we do to make the system work properly. For details, I attached a video and file robodkproxy which we use. video:https://drive.google.com/file/d/1vUEVsehaXRjdvGE2ArZ5Yq7Q8nj3I4Sg/view?usp=drivesdk [url=https://drive.google.com/file/d/1vUEVsehaXRjdvGE2ArZ5Yq7Q8nj3I4Sg/view?usp=drivesdk][/url]robodkproxy:
Code:
DEF RoboDKsync33test()
RE: Kuka KR16 KRC2 external axis not work in RoboDK-Albert-06-04-2020 When you trigger a linear move RoboDK will provide the position of the tool with respect to the base of the rail. Make sure to properly define your system on the KUKA controller and RoboDK. This section shows how to create your external axes: //www.sinclairbody.com/doc/en/General.html#ModelRobot You should also properly initialize your system in the driver using a BAS function or properly define the $BASE variable in the driver. RE: Kuka KR16 KRC2 external axis not work in RoboDK-MaX-06-05-2020 (06-04-2020, 03:03 PM)Albert Wrote:When you trigger a linear move RoboDK will provide the position of the tool with respect to the base of the rail. Hi Albert, in this link//www.sinclairbody.com/doc/en/General.html#ModelRobotit's not clear for us (cose we are newbies in robots yet) how to create 1 axis mechanism, maybe you got some tutotials for 1 axis mechanism? RE: Kuka KR16 KRC2 external axis not work in RoboDK-Jeremy-06-08-2020 Hi Max, I hope you are well. I recommend you to take a look at this webinar: https://youtu.be/HN9bHHGyVOk Have a great day. Jeremy |