08-29-2023, 03:55 PM
Hello,
I am using Fanuc robot. I am using MoveC() function to follow a circle. It is a for loop that is ran 8 times, where we increment the targets until we have a full circle. Currently, after each MoveC(), the robot stops. However, the goal is to have a smooth continuous circular motion. I have tried adding the setRounding() function and played with parameters 5, 10, 50, 100, but the results are the same. The robot is still stopping, unlike in the simulation where it does not stop. Am I missing anything?
Thanks,
Joshua
I am using Fanuc robot. I am using MoveC() function to follow a circle. It is a for loop that is ran 8 times, where we increment the targets until we have a full circle. Currently, after each MoveC(), the robot stops. However, the goal is to have a smooth continuous circular motion. I have tried adding the setRounding() function and played with parameters 5, 10, 50, 100, but the results are the same. The robot is still stopping, unlike in the simulation where it does not stop. Am I missing anything?
Thanks,
Joshua