Posts: 2
Threads: 1
Joined: Feb 2021
Reputation:
0
03-11-2021, 08:51 PM
(This post was last modified: 03-11-2021, 08:52 PM bymreed48.)
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?
Posts: 1,832
Threads: 2
Joined: Oct 2018
Reputation:
70
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
Posts: 1,832
Threads: 2
Joined: Oct 2018
Reputation:
70
Hi Mia,
Thanks for the info.
What would you like the line of code to look like?
Jeremy