Hello i’ve a robot that has 2 external axis. The problem is the cleaning guys in the night always move “manually” one of the external axis.
Since this robot has more than 1 homeposition i would like to have reset the position of the Axis 7 and 8 wherever the robot is.
For now i wrote this small codes but it works only for the axis 1-6. it give error with 7 and 8.
PROC Init()
joint :=CJointT();
joint.robax.rax_8:=-1.30686;
ENDPROC
Thanks.