How to move the actual robot——革命制度党ntable 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: How to move the actual robot (/Thread-How-to-move-the-actual-robot) |
How to move the actual robot-Hikaru Kamio-08-19-2021 こんにちはRoboDKチーム。 RoboDKで三菱ロボット(Mitsubishi RV-7FRL)を動かそうとしています。シミュレータでプログラムして実行することはできますが、実際にロボットを動かそうとするとエラーが発生し、動かせません。接続ステータスを準備できましたが、Pythonプログラムを含むプログラムを実行できませんでした。すべてシンプルなプログラムです。 エラーメッセージなどを添付しますので、解決方法を教えてください。 RE: How to move the actual robot-Hikaru Kamio-08-20-2021 It seems that error message was not attached, so I will repost it RE: How to move the actual robot-Jeremy-08-23-2021 Are you able to use the "Move Joint" in the "Connection screen"? Let's say we remove Python from the equation, does it work? Jeremy RE: How to move the actual robot-Hikaru Kamio-08-30-2021 (08-23-2021, 02:29 PM)Jeremy Wrote:Are you able to use the "Move Joint" in the "Connection screen"?I've been busy for the past week, so my reply has been delayed. I'm sorry. Before last week I was able to move it with "Move Joint". However, when I tried to move it this week, I got "Win Error 10038" and couldn't move it. RE: How to move the actual robot-Jeremy-08-30-2021 According to what I saw on the internet "WinError 10038" is caused by a socket connection "close" command happening too fast. Can you try Double-clicking "Disconnect" (double-click has more power than single-click in the connection window, it will really kill everything and reset the log file). Then "Connect" -> "Get Position" If it works -> "Move Joint". Jeremy |