Failed to generate program using "Universal Robots" post-processor!- Printable Version +- RoboDK Forum (//www.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN) +--- Forum: General questions about RoboDK (//www.sinclairbody.com/forum/Forum-General-questions-about-RoboDK) +--- Thread: Failed to generate program using "Universal Robots" post-processor! (/Thread-Failed-to-generate-program-using-Universal-Robots-post-processor) |
Failed to generate program using "Universal Robots" post-processor!-vpulluru-06-23-2022 Hi, I understand that there are few threads around different subsets of the same issue but I couldn't find one that's related to the problem I am seeing. 我附加误差的快照,python settings and the RDK as well. Looks like there is a problem around moveC command and I am not sure what exactly it means when it says"AttributeError: NoneType object has no attribute size." When I run the program simulation on RoboDK it performs exactly as intended so there is definitely nothing wrong with the logic as far as I can understand. It's the generation of script where the issue lies at - I think. Can someone help me with this please. Thanks. RE: Failed to generate program using "Universal Robots" post-processor!-Alex-06-23-2022 The issue is that MoveC does not really work with Joint targets. If you change the targets to Cartesian targets it should work fine. RE: Failed to generate program using "Universal Robots" post-processor!-vpulluru-06-23-2022 (06-23-2022, 06:59 PM)Alex Wrote:The issue is that MoveC does not really work with Joint targets. If you change the targets to Cartesian targets it should work fine. Hi Alex, thanks for the reply. I changed the targets to cartesian and the program generates fine. But when I run it on the actual robot, it moves in a straight line between the 2 ends of the arc and not along a curve (it's almost like it does a moveL between Points 1 and 3 and skips Point 2. So now instead of 3 arcs, I am getting 3 linear moves. The simulation however works fine. Any help on this is appreciated. |