RoboDK Forum
Can't connect to robot.- 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: Can't connect to robot. (/Thread-Can-t-connect-to-robot)



Can't connect to robot.-chris_UW-06-17-2020

I'm having trouble connecting to my meca500.

the ping test in roboDK works. and i can open the robots web interface and operate it as normal.

when i click connect and then show log i get the text below. Any advice?


Quote:Disconnected
Stopped
Starting robot driver: C:/RoboDK/api/robot/apimecademic.py
Starting...
Not started
CONNECT 192.168.0.100 10000 6
Command c GripperOpen: Open Gripper
Command c GripperClose: Close Gripper
Command c GetStatusRobot: Get Robot Status
Command c ResetError: Reset Errors
Command c ActivateRobot: Activate robot
Command c DeactivateRobot: Deactivate robot
Command c ActivateSim: Activate simulation
Command c DeactivateSim: Deactivate simulation
Command c ClearMotion: Clear motion
Command c BrakesOn: Brakes On
Command c BrakesOff: Brakes Off
Command c GetConf: Get robot configuration
Command c GetJoints: Get robot joints
Command c GetPose: Get robot pose
Command c GetStatusGripper: Get Gripper status
Command c GetStatusRobot: Get robot status
Command c Home: Home robot
Command c PauseMotion: Pause robot motion
Command c ResetError: Reset error
命令c ResumeMotion:简历机器人运动
Command c SetEOB(1): Enable end-of-block message
Command c SetEOB(0): Disable end-of-block message
Command c SetEOM(0): Disable end-of-motion message
Command c SetEOM(1): Disable end-of-movement message
Disconnected



RE: Can't connect to robot.-chris_UW-06-24-2020

I solved this eventually. Robodk was pointed at the system python27 executable which i guess in not compatible. when i pointed it at my python 3 installation it started working.


RE: Can't connect to robot.-Jeremy-06-26-2020

Hi Chris,

It's strange you had the wrong Python path.
What version of RoboDK are you using? (Help->About)

Anyway, thanks for pointing out the issue.
Jeremy