Connecting to a Mirobot robot- Printable Version +- RoboDK Forum (//m.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//m.sinclairbody.com/forum/Forum-RoboDK-EN) + - - -论坛:通用RoboDK问题(//m.sinclairbody.com/forum/Forum-General-questions-about-RoboDK) +--- Thread: Connecting to a Mirobot robot (/Thread-Connecting-to-a-Mirobot-robot)
Pages:
1
2
|
Connecting to a Mirobot robot-jtgenova-08-15-2023 Hi, I ran across this link in LinkedIn:https://www.linkedin.com/posts/robodk_wlkata-robodk-robotdriver-activity-7028754426274197504-nQcG/?originalSubdomain=al Is there a tutorial or step-by-step instructions on how to connect the real mirobot to RoboDK? Best, Joshua RE: Mirobot Real Robot-Phillip-08-16-2023 Hello, It should be as simple as plugging in the robot and making sure you can connect to the robot via their software. RoboDK will then connect to their software's API and control the robot, hence why the IP address in the video is configured to 127.0.0.1 if you have any further questions I'll gladly try and assist. Thank you, Phillip May RE: Mirobot Real Robot-jtgenova-08-29-2023 (08-16-2023, 02:13 PM)Phillip Wrote:Hello, Do I have to use their software? I wanted to run a python script through a commandline or use VSCode. Best, Joshua RE: Mirobot Real Robot-Albert-08-29-2023 The connection should work using RoboDK only. Make sure you have a recent version of RoboDK installed. You shouldn't need to install other software. If you have any issues you can share the log in your connection panel so we can better understand the problem. RE: Mirobot Real Robot-jtgenova-09-06-2023 (08-29-2023, 06:43 PM)Albert Wrote:The connection should work using RoboDK only. Make sure you have a recent version of RoboDK installed. You shouldn't need to install other software. Seems like the connection is failing. Attached is an image of the log and connection failing. Best, Joshua RE: Mirobot Real Robot-Albert-09-07-2023 You should make sure to select the correct driver for Wlkata robots:
RE: Mirobot Real Robot-jtgenova-09-10-2023 (09-07-2023, 04:31 PM)Albert Wrote:You should make sure to select the correct driver for Wlkata robots:Thanks for the response. I have tried this and the Connection Status turns into: "Starting", "Not Started", then "Stopped". When I tried choose apiwlkata.py, it seemed like it was installing something, but doesn't connect successfully. RE: Mirobot Real Robot-Albert-09-11-2023 Did you wait some time so the required packages could be installed? Can you try again and send us a print screen of the Show log window? RE: Mirobot Real Robot-jtgenova-09-12-2023 (09-11-2023, 04:59 PM)Albert Wrote:Did you wait some time so the required packages could be installed? Attached is the log window. Thanks for your continuous assistance. Best, Joshua RE: Mirobot Real Robot-Albert-09-13-2023 The Wlkata robot requires a serial COM port. Are you using a serial (RS232) connection? In this case you should enter COM1 in the IP/COM field (or the correct port used by your computer, COM2, COM3, ...). To know the correct COM port you may need to open Window's device manager and look for the correct COM port. |