This tool is very handy and simple to use. Thanks for the freebie!
@Uniquelymade2 жыл бұрын
Thank you very much for the kind words
@varun61352 жыл бұрын
@@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.
@Uniquelymade2 жыл бұрын
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
@varun61352 жыл бұрын
@@Uniquelymade Will do. Thanks again!
@r_asensio2 ай бұрын
Hi, very usefulm, but I have a problem because it refreshes really delayed. In other words, when you change the pose in the robot (non linux simulator) it takes at least one minute to change in the Socket Communication App. How is it possible? Do you guess what it's happening? Thanks It also happens when you change the digital or analog outputs.
@serenalai34602 жыл бұрын
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 Жыл бұрын
have you sorted out? I have the same question.
@Uniquelymade Жыл бұрын
And you can’t get a connection?
@autocalcs Жыл бұрын
@@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 Жыл бұрын
Okay great. I don’t remember if I mentioned seeing ip address to the same network. Glad you are enjoying the program :)
@img_Kerpkerp Жыл бұрын
Hope to prepare some c++ lib if possible.
@zikolatesla2 жыл бұрын
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!
@Uniquelymade2 жыл бұрын
You can send urscript commands containing those commands
@zikolatesla2 жыл бұрын
@@Uniquelymade Through TCP like in SocketTest software? Thanks!
@Uniquelymade2 жыл бұрын
Yeah exactly!
@ruimatos92975 ай бұрын
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!
@ruimatos92975 ай бұрын
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?
@bastianpolanco6648 Жыл бұрын
"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_vantheory2 жыл бұрын
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
@Uniquelymade2 жыл бұрын
Hey. Not without messing around a bit. You can use console.log everything something arrives on a specific BLE service in react maybe?
@I_vantheory2 жыл бұрын
@@Uniquelymade Oh tragedy!!, that would have been great. never mind thanks again, I will play with it!!! for your time
@Uniquelymade2 жыл бұрын
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