08-18-2020, 01:04 AM
hi, for this example I take the robodk example of polygon.
you can see the scripts in robodk example with name movepolygon.
in here "robot.MoveJ(target_pose)" is used to create a point in which robot will follow.
but when I generate the robot code,
MoveAbsJ [[0.000000,0.000000,0.000000,0.000000,0.000000,-0.000000],[9E+09,9E+09,9E+09,9E+09,9E+09,9E+09]],v500,z1,t \WObj:=w;
now my question is, how can I bring MoveJ instead of moveabsJ ??
changing from ctrl+find and replacing absJ to J does not work.
is there any way to bring moveJ not moveabsJ??
you can see the scripts in robodk example with name movepolygon.
in here "robot.MoveJ(target_pose)" is used to create a point in which robot will follow.
but when I generate the robot code,
MoveAbsJ [[0.000000,0.000000,0.000000,0.000000,0.000000,-0.000000],[9E+09,9E+09,9E+09,9E+09,9E+09,9E+09]],v500,z1,t \WObj:=w;
now my question is, how can I bring MoveJ instead of moveabsJ ??
changing from ctrl+find and replacing absJ to J does not work.
is there any way to bring moveJ not moveabsJ??