RoboDK Forum
robot pose and joints of external axis- Printable Version

+- RoboDK Forum (//www.sinclairbody.com/forum)
+-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN)
+--- Forum: RoboDK API (//www.sinclairbody.com/forum/Forum-RoboDK-API)
+--- Thread: robot pose and joints of external axis (/Thread-robot-pose-and-joints-of-external-axis)



robot pose and joints of external axis-David-04-05-2022

Hello,

在我workcell,有两组(GP1中:机器人,GP3: turntable). In python program I use the function "MoveJ(joints)" to turn external axis. When the LS program is generated, I get every thing in joints fomat even for the robot. How to get "x,y,z,w,p,r" fomat for the robot and "joint" fomat only for the external axis as shown in the attached file ?

Best regards,


RE: robot pose and joints of external axis-Albert-04-06-2022

You'll find the following variable you can customize in your Fanuc post processor:
Code:
TURNTABLE_GROUP = 'GP2'

This is set to GP2 by default but you can change it to GP3.