I’ve been using an IRB2400 for some machining operations. Currently, I’m doing this part in attach. Since it is a circular pattern, and the path has a very large amount of points, I want to know if there’s anyway to simplify my RAPID code like this, for example:
x,y,z is the liniear offset of the origin of the frame
the Q values are quaternions discribing the rotational offset of the frame
Do keep in mind that your tool orientation will turn along with the wojb.
If you need to turn the WOBJ only once an only 30 degrees, there should not be to much trouble.
However if you want to turn the workobject six times, and each time is 30 degrees your tool orientation will be 180 degrees difference from the initial position.
It could be that you have to use a pdispset with opposit values the for the programmed points to counter the rotational offset of the frame.
result your points will rotate along with the frame but the tool orientation will stay the same as originaly programmed