Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Possible Issue with G81 Drill-Cycle-Depth in Fusion360

#1
Hey Guys,

I've come across a potential issue where the depth of G81 drilling-cycles is not translated correctly. I tried to narrow it down and there seems to be a problem with the fusion360 integration. I compared the .apt file that is generated and then loaded to RoboDK with one I created with the "Generative Machining APT"-Post in fusion.

The following program should drill from height 18mm to height 15mm, so 3mm deep. The first version is correct and in accordance to the ASCII Generative Machining Standard, however, as far as I can tell, the second version is not, because the GOTO-point is already at the bottom of the final hole. 

Generative Machining APT:
Code:
CYCLE/DRILL, 3, MMPM, 333.3, 103, RAPTO, 50
GOTO/130, 1830, 18


RoboDK-integration APT:
Code:
CYCLE/DRILL, 3., MMPM, 333.333344, 118., RAPTO, 50.
FEDRAT/333.333344, MMPM
GOTO/130., 1830., 15.

Maybe I am missing something..
#2
Interesting finding.
Can you provide a Fusion file so that we can test it?

In the meantime you can simply generate the APT from Fusion and load it directly in RDK, it should work.

Jeremy
Find useful information about RoboDK and its features by visiting our Online Documentation and by watching tutorials on our Youtube Channel


#3
.. Yes, no problem, I can change the height in RDK as well. I've attached the fusion-file as requested. 

Fusion-Integration APT:
Code:
CYCLE/DRILL, 3., MMPM, 333.333344, 23.
FEDRAT/333.333344, MMPM
GOTO/25., 25., 15.

Generative Machining APT:
Code:
CYCLE/DRILL, 3, MMPM, 333.3, 8
GOTO/25, 25, 18


Attached Files
.zip   G81_Issue_Demo.f3d.zip (Size: 89.85 KB / Downloads: 210)
  




Users browsing this thread:
1 Guest(s)