Universal Robots Socket Communication App

Sdílet
Vložit
  • čas přidán 28. 08. 2024
  • In this video, I want to showcase a small program I wrote to facilitate the development of UR applications.
    The program is available on GitHub:
    github.com/pal...
    GitHub: github.com/pal...
    Website : www.uniquelyma...

Komentáře • 22

  • @varun6135
    @varun6135 Před 2 lety +2

    This tool is very handy and simple to use. Thanks for the freebie!

    • @Uniquelymade
      @Uniquelymade  Před 2 lety +2

      Thank you very much for the kind words

    • @varun6135
      @varun6135 Před 2 lety

      ​@@Uniquelymade I am new to programming/networking and I was wondering how difficult it would be do incorporate sliders in the tool to control the joint angles so I can move the actual robot from PC with much ease. I imagine the sliders to be similar to the "Move" screen of the Polyscope so I can tweak the angles in a smooth manner. I'd really appreciate if you can point me in the right direction. Sorry if I am being vague.

    • @Uniquelymade
      @Uniquelymade  Před 2 lety +1

      It should be relativly easy from the winfroms side of things (the program is a winform written in c#).
      You can orient yourself on the analogue sliders if you want to give it a shot

    • @varun6135
      @varun6135 Před 2 lety

      @@Uniquelymade Will do. Thanks again!

  • @img_Kerpkerp
    @img_Kerpkerp Před rokem +1

    Hope to prepare some c++ lib if possible.

  • @ruimatos9297
    @ruimatos9297 Před 5 dny

    Hi there.
    Awesome work!
    Hoewever I can see all the inputs but I can't set any output / change slider.
    Do you perhaps know what might be the cause?
    Thank you in advance, and once again, excelent work!

    • @ruimatos9297
      @ruimatos9297 Před 5 dny

      Actually it's working now. :)
      Nevertheless when connecting with an external program to robot IP and 30001 socket I receive trash in the socket connection.
      Edit: I guess the trash is OK since if I send the commands everything works fine. :o
      Ok, one more question... The Primary Server only works in remote control?

  • @zikolatesla
    @zikolatesla Před rokem +1

    Hi! Thank you for this, it looks really proper. However, before diving in the source, I'm curious how did you establish a two way communication on the "primary server" tab? By looking at the Dashboard manual with possible socket commands there aren't any for getting/setting IO's, changing poses and such.. Cheers!

    • @Uniquelymade
      @Uniquelymade  Před rokem

      You can send urscript commands containing those commands

    • @zikolatesla
      @zikolatesla Před rokem

      @@Uniquelymade Through TCP like in SocketTest software? Thanks!

    • @Uniquelymade
      @Uniquelymade  Před rokem

      Yeah exactly!

  • @bastianpolanco6648
    @bastianpolanco6648 Před 7 měsíci +1

    "Hello, nice to meet you. First of all, thank you. It's great. I wanted to make an inquiry about possible commands, as I couldn't find them. Please, if you could help me with that. Greetings from Chile."

  • @I_vantheory
    @I_vantheory Před 2 lety

    this app is amazing, thanks for your time and work. I have a question:I want to send some commands with modbus, is it possible thanks to your programm to see if those commands are really being sent? like a client server terminal does

    • @Uniquelymade
      @Uniquelymade  Před 2 lety

      Hey. Not without messing around a bit. You can use console.log everything something arrives on a specific BLE service in react maybe?

    • @I_vantheory
      @I_vantheory Před 2 lety +1

      @@Uniquelymade Oh tragedy!!, that would have been great. never mind thanks again, I will play with it!!! for your time

    • @Uniquelymade
      @Uniquelymade  Před 2 lety +1

      I mean honestly it might work somehow. I am also a novice at this. I just published this to help with the biggest hurdles that I had :D

  • @serenalai3460
    @serenalai3460 Před rokem +1

    Hi, how to connect this communication app to actual UR Cobot? I try to connect by changing server to the robot ip address n the adapter as the network ip address

    • @autocalcs
      @autocalcs Před rokem

      have you sorted out? I have the same question.

    • @Uniquelymade
      @Uniquelymade  Před rokem

      And you can’t get a connection?

    • @autocalcs
      @autocalcs Před rokem

      @@Uniquelymade Thanks very much. I was trying to connect PC (win11) to UR directly with Cat5 cable, and was not able set IP address. Still wonder if this is possible.
      Then I connected both PC and UR to my LAN and use IPs in the same subnet, and it worked. Your app works very well.

    • @Uniquelymade
      @Uniquelymade  Před rokem +1

      Okay great. I don’t remember if I mentioned seeing ip address to the same network. Glad you are enjoying the program :)