Hello,
I am an architecture student working with an IRB2600. I have created a set of targets that are all aligned with the toolhead work object. In rapid I am trying to declare a constant orientation, in order to reorient these points so the tool head reaches the targets at a prescribed angle. I have done something similar before, but for some reason I am getting an error saying, “type not found: orient”
This is an excerpt from the code in question:
CONST orient AngleP := [0.653281482, 0.27059805, 0.653281482, 0.27059805];
PointA.rot := AngleP;
Any thoughts/suggestions.
Thanks.