-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RobotWare 6.13 EGM UdpUc error #132
Comments
I would check whether the remote IP setting of the |
I have checked and the remote IP setting is correct. |
I experienced this as well after an upgrade. I was able to receive the initial message back from the robots, indicating a successful connection, but then was sent the timeout error. I believe there was a change to the EGM protobuf in 6.13 (in looking through the RobotWare changelogs). |
Thanks for reporting. Could you perhaps quote the relevant part of the changelog you mention? |
Revision E of the EGM Applications Manual (Page 8) mentions that 2 new fields were added to the protocol message. My guess is that if you're using an |
I'm somewhat confused. You mention RW6, but the application manual you link is for RW7. |
Hi all, we are also dealing with the "41822, No data from the UdpUc device" we are using RobotWare 6.12. In our case, EGM is working fine, but sometimes we get the error 41822 and need to restart the EGM. Looking at the ABB Actions (see the attached image), we are in case 3. We can improve the \CommTimeout, but 1 second of timeout seems reasonable. |
It could be For If your Edit: you should be able to use |
Any luck @enricovillagrossi? |
We didn't try yet, we had to fix the problem quickly, we moved the abb_robot_driver on a dedicated PC, and the problem disappeared. I'll keep you informed once we will try the PREEMPT_RT kernel. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
@Luc90 I am working with a physical ABB IRB1600 and EGM to connect them with moveit2 recently.
Here I wonder whether the Robotware version influnces the EGM connection. And how have you overcome your bug mentioned on Feb 11, 2022. Did the Robotware version trully affect? PS:
Here is my RAPID for EGM connection:
ENDMODULE` And my reference url is: https://github.com/PickNikRobotics/abb_ros2/blob/rolling/docs/README.md I am sincerely looking forward to your precious advice. |
Hi, when you add the new UdpUc transmission protocol which IP address have you used? The IP must be the one of the PC running the EGM server, so your external PC. |
Thanks for your comment. The PC1 IP address is set when I run the ros2 launch file on the PC2 Thanks for your precious comment again and may you happy day. |
Hello,
I work with the Yumi and EGM.
I upgraded the RobotWare version from 6.12 to 6.13. My Rapid code worked when I was using version 6.12 but with version 6.13, when I run the Rapid code I get the following two errors:
I also updated the RobotWare to version 6.13 of the ABB1200 in our lab and tried to run the same Rapid EGM code. This works on the ABB1200 with RobotWare version 6.13.
I tried with the Yumi by simulating RobotWare versions 6.11 and 6.12 and it works.
Do you know why I get these errors with RobotWare 6.13 on the Yumi ?
My Rapid code is
`MODULE TRob1Main
ENDMODULE`
The text was updated successfully, but these errors were encountered: