Hello. I need to programmatically reset the position of the additional axis.
I tried this:
I changed the value of variable $brk_mode from B1010 to B1101 in mada
Program code:
$async_axis='B000001' ; to make the e1 axis asynchronous
wait sec 1
$async_ex_ax_decouple= 'B111110' ;to decouple the eternal axis
$axis_act.e1=0
WAIT FOR $AXIS_JUS.E3==TRUE
$async_axis='B000001' ; to couple it again
But it does not work. Gives an error message
Tell me please, how can I do this?