Git Product home page Git Product logo

Comments (4)

fmauch avatar fmauch commented on September 18, 2024 1

Hi, thank you for reporting this. I don't think that this has anything to do with the UR20. I'll have to look into this a bit more...

from universal_robots_externalcontrol_urcap.

pclay614 avatar pclay614 commented on September 18, 2024

More simply, I try running the example server on my remote PC and it locks up the pendant (cannot stop the running program) and it does not show a popup. I am using WSL; however, i can use tcpdump on WSL and see that communication is being sent (Windows OS opens a port to forward the data)

python3 ./simple_external_control_server.py hello_world.script --port 50002
The Simple External Control server is running on port 50002
Connected: ('172.23.0.1', 52134) on Thread-1

def test_func():
  textmsg("test function")
end

# NODE_CONTROL_LOOP_BEGINS

test_func()

# NODE_CONTROL_LOOP_ENDS

Closed: ('172.23.0.1', 52134) on Thread-1

I get similar behaviour when running directly in Windows as well.

C:\Python38\python.exe .\simple_external_control_server.py .\hello_world.script
The Simple External Control server is running on port 50002
Connected: ('127.0.0.1', 6131) on Thread-1

def test_func():
  textmsg("test function")
end

# NODE_CONTROL_LOOP_BEGINS

test_func()

# NODE_CONTROL_LOOP_ENDS

Closed: ('127.0.0.1', 6131) on Thread-1

from universal_robots_externalcontrol_urcap.

pclay614 avatar pclay614 commented on September 18, 2024

Note, I switched to a Linux box and I am able to get the connection working (can verify with tcpdump that it is working).

I was able to also get it working with WSL with help from this post I think the main issue I had was the driver's reverse_ip was not set properly (as it autodetects the WSL address when it must be the Windows IP.)

You can close this Issue as it's working for my use case now.

from universal_robots_externalcontrol_urcap.

fmauch avatar fmauch commented on September 18, 2024

Thank you for coming back on this.

from universal_robots_externalcontrol_urcap.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.