RoboDK not working properly- Printable Version +- RoboDK Forum (//www.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN) +--- Forum: RoboDK API (//www.sinclairbody.com/forum/Forum-RoboDK-API) +--- Thread: RoboDK not working properly (/Thread-RoboDK-not-working-properly)
Pages:
1
2
|
RoboDK not working properly-avpai1992-02-28-2019 Hi, I recently got the license for RoboDK and I wanted to control a KUKA arm using keyboard. I am using the provided sample
Code:
# This macro allows moving a robot using the keyboard
I tried this example from the python API documentation. I still got the same problem. Robot just jerks and thats it.
Code:
from robolink import * # import the robolink library
RE: robot not responsive to keyboard-avpai1992-02-28-2019 Ok, guys. I tried it on another computer and I was working. But the 2nd computer doesn't have a license and its on trail period. I want to run this on my own computer not the 2nd one, so what should I do? Will my license key be still valid if I re-install the software? please advise. RE: roboDK not working properly-Jeremy-03-01-2019 Hi avpai1992, If you have a standard professional license you can transfer it without any problem. Those are network licenses and are not linked to a specific computer. If you have a standalone license (computer specific), let me know. Only a little portion of our licenses are computer specific. It's the same thing if you reinstall RoboDK. The license will still be valid. Have a good day. Jeremy RE: roboDK not working properly-avpai1992-03-01-2019 Hi Jeremy, I think I have got the computer specific license. I requested the Robodk team to let me try the software for a couple of months as I am a college student. So, I was given a 4 months educational institution license, which I believe is computer specific. I re-installed the software ( even python) but I am still having the same issue(Seen in the below gif). @Jeremyand @Albert, any ideas?? [attachment=178] RE: roboDK not working properly-Jeremy-03-04-2019 To know if you have a computer specific license or a standard network license, just click on "Help -> License". You will know if you have a Network or Standalone license. If it's a network one, you just have to copy the alphanumerical code from one PC to the other. Also, considering your actual problem, have you tried to completely uninstall RDK from your computer and installing a fresh version from our website? (Copy and past the license code before doing so.) Jeremy RE: roboDK not working properly-avpai1992-03-08-2019 Hi, I tried uninstalling and re-installing but the problem still persists. I tried the software on 3 laptops and 2 computer but it worked only on one computer. Rest of them had the same problem,I don't know why. I have a network license, so I guess I will transfer this to another computer. As I won't always have access to that computer,I would like to know the reason for this bug. RE: roboDK not working properly-Albert-03-11-2019 RoboDK does not support the robot driver for the KUKA IIWA robots. More information about robot drivers here: //www.sinclairbody.com/doc/en/Robot-Drivers.html#DriverCustom This issue is not related to the license type. I'm sorry for this confusion. On the other hand, you should not have any issues running your programs offline using KUKA Sunrise programming (Java robot program files). RE: roboDK not working properly-avpai1992-03-11-2019 Hi @Albert, Sorry for the confusion, I don't want to control an actual KUKA arm. I just wanted to try the offline programming simulation. RE: roboDK not working properly-Albert-03-11-2019 In that case, can you provide the RDK project file? You should not have any issues generating JAVA Sunrise for the KUKA IIWA robot. RE: roboDK not working properly-avpai1992-03-12-2019 Hi Guys, For the moment I have decided to use the working computer to run the offline-keyboard simulation. I will try to look into whats causing the error and keep you guys posted. I have another minor issue, which I have started a new topic on. Thank you guys. |