I wanted to Jog one of the transformation axes from the Axis Group using one MC_JOG function. My doubt is how do you assign the axis from the AxisGroup to the function block I am not getting the pointer to the axis.
My snippet,
Robot_TCPX_JOG(
Axis:= RobotGroup.trafo.//Not able to find pointer for X-Axis in the Group,
JogForward:= ,
JogBackward:= ,
Velocity:= ,
Acceleration:= ,
Deceleration:= ,
Jerk:= ,
Busy=> ,
CommandAborted=> ,
Error=> ,
ErrorId=> );
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey!
Good Morning!
I wanted to Jog one of the transformation axes from the Axis Group using one MC_JOG function. My doubt is how do you assign the axis from the AxisGroup to the function block I am not getting the pointer to the axis.
My snippet,
Robot_TCPX_JOG(
Axis:= RobotGroup.trafo.//Not able to find pointer for X-Axis in the Group,
JogForward:= ,
JogBackward:= ,
Velocity:= ,
Acceleration:= ,
Deceleration:= ,
Jerk:= ,
Busy=> ,
CommandAborted=> ,
Error=> ,
ErrorId=> );