navalekanishk - 2019-08-16

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=> );