RoboDK Forum
Fanuc program with external axis- Printable Version

+- RoboDK Forum (//www.sinclairbody.com/forum)
+-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN)
+ -论坛:一般关于抢劫的问题oDK (//www.sinclairbody.com/forum/Forum-General-questions-about-RoboDK)
+--- Thread: Fanuc program with external axis (/Thread-Fanuc-program-with-external-axis)



Fanuc program with external axis-Appie-05-20-2021

Hello,

The generated roboDK program for Fanuc uses position register to define the user and the tool frame, that works fine with one group, but not with two groups (with external axis) the robot controller cannot read the values. Is there any configuration to allow the robot to reads that?

Regards,


RE: Fanuc program with external axis-Jeremy-05-21-2021

For RoboDK to generate proper code using an external axis, the first step is to make sure the external axis is properly synchronized with the robot.
Did you do that?

//www.sinclairbody.com/doc/en/General.html#SyncAxes

Jeremy


RE: Fanuc program with external axis-Appie-05-21-2021

Hi Jeremy,
Yes, I have synchronized the external axis. the problem is just with the user frame which cannot be read in the robot using the position register, which makes the path in the wrong position.
Regards,


RE: Fanuc program with external axis-Jeremy-05-25-2021

OK, good.
The fact that you have the external axis synchronized should modify the behavior of the post-processor so that it includes the external axis.

Can you provide your station, the generated code, and potentially point out the code what you would want/need differently?

Jeremy