08-03-2023, 11:44 AM
Hello,
I have a question regarding the possibility of doing real-time path compensation using a python script.
My project revolves around a Kuka robot with KRC4 Controller and a Faro Lasertracker. Using the Lasertracker I can calculate the current position of the tcp and using robot.Pose().Pos() I can get the current position from the robot controller.
Now that i have the deviation from real tcp position to controller tcp position I want to compensate my path.
I use robot.MoveL(Position1) to move the robot positions, however when i call this function i can not interrupt it.
Is there a way to compensate the MoveL in real-time?
Thanks in advanve
I have a question regarding the possibility of doing real-time path compensation using a python script.
My project revolves around a Kuka robot with KRC4 Controller and a Faro Lasertracker. Using the Lasertracker I can calculate the current position of the tcp and using robot.Pose().Pos() I can get the current position from the robot controller.
Now that i have the deviation from real tcp position to controller tcp position I want to compensate my path.
I use robot.MoveL(Position1) to move the robot positions, however when i call this function i can not interrupt it.
Is there a way to compensate the MoveL in real-time?
Thanks in advanve