Hi guys,
a few of my waypoints are defined in respect to a plane feature which i teach via installation wizard. At runtime i want to change my original plane feature for an offset. First, i would save the original plane values to a new variable (p_original = Plane_1)
Then, create an offset:
Plane_1 = pose_trans(p_original, p[0,0,0.05,0,0,0])
After successful movement, i’d change the Plane_1 to original value.
Question is, what if i stop the program before the Plane_1 is set back to original? Is Plane_1 reset back to the values thought by the wizard or does it stay messed up by the offset, set inside the program?