xdSPLClrTakeArm (Library) [Version 2.3 or later]


Changes the validity of free curve viapoint clear process execution during TakeArm.


xdSPLClrTakeArm (<Set value>)


If the <Set value> is 0, the viapoint of the free curve during TakeArm is not cleared.
If the <Set value> is a different value, the viapoints of the free curve during TakeArm are cleared.



In the initial state after controller power on, free curve viapoints are cleared during TakeArm. To register the free curve notion viapoints other than by the free curve motion program (for registration by the intialization program), set by CALL xdSPLClrTakeArm(0) so as not to clear the viapoints for the free curve during Take Arm.


PROGRAM INITIAL
CLRSPLINEPOINT 5
'Clears all viapoints for the free curve
'with trajectory 5.
SETSPLINEPOINT 5, P4
'Sets P4 as the first viapoint for the free
'curve with trajectory 5.
SETSPLINEPOINT 5, P1
'Sets P1 as the second viapoint for the free
'curve with trajectory 5.
SETSPLINEPOINT 5, J5
'Sets J5 as the third viapoint for the free
'curve with trajectory 5.
CALL xdSPLClrTakeArm (0)
'Does not clear the viapoints of the free
'curve during TakeArm.


Top