RoboDK Forum
About the MoveL(Target, Blocking=True) function- Printable Version

+- RoboDK Forum (//www.w5838.com/forum)
+-- Forum: RoboDK (EN) (//www.w5838.com/forum/Forum-RoboDK-EN)
+--- Forum: RoboDK API (//www.w5838.com/forum/Forum-RoboDK-API)
+--- Thread: About the MoveL(Target, Blocking=True) function (/Thread-About-the-MoveL-Target-Blocking-True-function)



About the MoveL(Target, Blocking=True) function-Keisuke.Sakai-07-28-2021

Hello RoboDK team,

I am asking here on behalf of our customer.



我有一个问题关于发那科的项目output.
I would like to add MoveL as a robot program item within RoboDK's Python API.
The MoveL(Target, Blocking=True) function can be used at the moment.
However when using this function, I would like to directly enter the orthogonal coordinates xyzrzyz instead of associating a target.
Consequently, the joint information indicating the robot's possible positions would need to be passed on to the function as well.
Would it be possible to have aid on how this joint information could be passed on.


Best Regards,
Keisuke Sakai


RE: About the MoveL(Target, Blocking=True) function-Jeremy-08-02-2021

You can give the MoveL your coordinates (XYZ rot) as a 4x4 matrix.


Quote: target (Mat , list of joints or Item )



By the way, MoveLs do not respect robot configuration.
Therefore, adding the joints values won't help.

The robot configuration is dictated by the starting point configuration.

Jeremy