Run python script on Dobot CR5可打印版本 +- RoboDK Forum (//m.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//m.sinclairbody.com/forum/Forum-RoboDK-EN) +--- Forum: RoboDK API (//m.sinclairbody.com/forum/Forum-RoboDK-API) +--- Thread: Run python script on Dobot CR5 (/Thread-Run-python-script-on-Dobot-CR5) |
Run python script on Dobot CR5-Lee Shi-Hau-11-23-2021 Hi, I've been trying to run a python script generated by RoboDK in visual studio to control a DOBOT CR5, however an error keeps appearing saying "no module name DobotDllType". I couldn't find any resources that could help address my problem. The python script has been attached below as well as a screenshot from the terminal indicating the error. How can I resolve this issue? 我甲肝病毒e also been having trouble using the ctrl +f6 function to upload the program to the robot straight away, I was able to successfullyconnect the robot using the connect robot function in RoboDK. What could be the problem there as well as how would I fix it? Thanks. RE: Run python script on Dobot CR5-Jeremy-11-23-2021 Hi, As far as I know, we don't have a working driver or post-processor for the Dobot CR5. It's something we are working on, but it's not released yet. The only official thing we have is for the educational, tabletop Dobot robots. Jeremy RE: Run python script on Dobot CR5-Lee Shi-Hau-11-24-2021 So does that mean both running the dobot from robodk itself and using python script generated by robodk won't work? Would it be possible if I were to just take python script generated by robodk and make some modifications to it to have it work? Also are you guys working on a robot driver for the CR lineup of Dobots, or planning to? Thanks. RE: Run python script on Dobot CR5-Jeremy-11-25-2021 For now, only simulation works. Yes, we are working on the driver too. Maybe after Christmas, if our devs find enough free time. Fingers cross. Jeremy |