torayeff / fanucpy

Python Interface for FANUC robots
Apache License 2.0
109 stars 29 forks source link

INTP-311 (MAPPDK_SERVER,204) Uninitialized #32

Closed sjctyjin closed 1 year ago

sjctyjin commented 1 year ago

Hello, I have a question to ask. I am simulating an arm using ROBOT GUIDE on computer A. On computer A, I can execute robot.move() locally. On another computer B within the same network, I can successfully execute robot.get_curjpos() as well. However, when I attempt to execute robot.move() on computer B, Python does not raise an error, but on computer A's ROBOT GUIDE, I encounter an error message: "INTP-311 (MAPPDK_SERVER,204) Uninitialized." Could you please help me understand the reason behind this? image

image

sjctyjin commented 1 year ago

I'm sorry, I found the issue. I was originally using Python 3.7.9. After updating to 3.10.9 and reinstalling v0.1.13, the problem was resolved.