Move circular on COBOTTA (simulation and real)- Printable Version +- RoboDK Forum (//m.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//m.sinclairbody.com/forum/Forum-RoboDK-EN) + - - -论坛:RoboDK错误(//m.sinclairbody.com/forum/Forum-RoboDK-bugs) +--- Thread: Move circular on COBOTTA (simulation and real) (/Thread-Move-circular-on-COBOTTA-simulation-and-real) |
Move circular on COBOTTA (simulation and real)-Tomlogan501-05-11-2022 Hi, I launch a simple program on the COBOTTA with few linear move and one circular move. The program runs properly before the circular step. It stops and doesn't nothing at that step. On the logs, it seems to have disconnect briefly. Sending command... Working... Not connected Trying connection 192.168.0.1:5007... Updating Work=Work0 and Tool=Tool0... Done! Ready Sending command... Working... Here is the link to the simulation :https://web.m.sinclairbody.com/lnk/383435233136 Regards, Thomas. RE: Move circular on COBOTTA (simulation and real)-Tomlogan501-05-24-2022 I test it on the COBOTTA remote TP It seems to be an issue with the program generator, it create the command with 2 times the same point The code :
Code:
[i]Sub Main
RE: Move circular on COBOTTA (simulation and real)-Tomlogan501-05-24-2022 I create a new post processor to get ride of the issue with the MOVE C parameters. Still it doesn't work for live use on the MOVE C command. Here I join the post processor (simple version enough to get a good program file) |