RoboDK Forum
FANUC R-30iB with ArcTool Post Processor- Printable Version

+- RoboDK Forum (//m.sinclairbody.com/forum)
+-- Forum: RoboDK (EN) (//m.sinclairbody.com/forum/Forum-RoboDK-EN)
+--- Forum: General questions about RoboDK (//m.sinclairbody.com/forum/Forum-General-questions-about-RoboDK)
+--- Thread: FANUC R-30iB with ArcTool Post Processor (/Thread-FANUC-R-30iB-with-ArcTool-Post-Processor)



FANUC R-30iB with ArcTool Post Processor-mreed48-03-11-2021

In RoboDK, I'm trying to generate the code for a 3D print project. In the post-processor list on the online documentation, R-30iA_Arc, which I'm assuming is the controller with the ArcTool software, is listed as an option, but on the software on my computer, it isn't an option. Is there somewhere I'm supposed to download this or do I need to something else?

If this post-processor isn't an option, is there a way for me to code in weld arc commands?


RE: FANUC R-30iB with ArcTool Post Processor-Jeremy-03-15-2021

Hi Mreed,

Could you point out where you saw that in the doc?
This needs to be updated on our end as the ArcTool is now integrated into the normal R-30iA post-processor.

You simply add a "program call" called "ArcStart" where you want to activate the welding gun and "ArcEnd" where you want to stop it.
You can also add welding parameters to the ArcStart this way: ArcStart(2.0Hz,8.0mm,0.075s,0.075)
If you don't "2.0Hz,8.0mm,0.075s,0.075" will be used as the default values.

Jeremy


RE: FANUC R-30iB with ArcTool Post Processor-mreed48-03-16-2021

Hi Jeremy,

It can be seen in the first picture on this page://m.sinclairbody.com/doc/en/Post-Processors.html#SelectPost.

Also, is there a way to override the welding parameters in the code? We have a system that auto-adjusts those parameters.

Thanks for all your help!
Mia


RE: FANUC R-30iB with ArcTool Post Processor-Jeremy-03-16-2021

Hi Mia,

Thanks for the info.

What would you like the line of code to look like?

Jeremy