• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

nc ciclo foratura

  • Thread starter Thread starter blubossa
  • Start date Start date

blubossa

Guest
Bye to all,
I press that I am a neophyte regarding nc machine.

I would need some examples of drilling cycles for an oi-mc series fanuc machine, or something similar.

I would need examples of drilling cycles and mapping cliques.

Thank you.
bb
 
Hi.
to understand, do you need to know how to plan the g81-g84 block?
or do you need to understand how the two drilling operations work?

Greeting
 
Hi.
to understand, do you need to know how to plan the g81-g84 block?
or do you need to understand how the two drilling operations work?

Greeting
Hi roberto,
I need to figure out how to schedule a drilling / mapping cycle, if you want me to attach an example to dxf?

Thank you.
bb
 
Hi.
I attach the g81 cycle working explanation page (for mapping you have to change the word g81 with g84).

for programming you have to write the blocks by es:

t1m6 / tool change lock
g0 x0y0 s1000 m3 /block with shift x and y+ spindle + spindle direction
g43h1z30 /block compensation tool length
g81..... /see attachment

x0y0 /quote x and y of the points you need to drill
g80 /block cancellation fixed cycle


I hope you can help.

Hi.
 

Attachments

  • g81.webp
    g81.webp
    85.5 KB · Views: 35
Code:
%
o0100
t02
g90 g80 g00 g17 g40 m23
g43 h02 z50. s1000 m03
g98 g81 x0.0 y20. z-10. r1. f350 m09
x10.
g80 z5.
m30
%
Code:
 %
 o0100
 t02
 g90 g80 g00 g17 g40 m23
 g43 h02 z50. s1000 m03
 g98 g83 x0.0 y20. z-10. r1. q2. f350 m09
 x10.
 g80 z5.
 m30 
 %
Code:
%
o0100
t03
g90 g80 g00 g17 g40 m23
g43 h03 z50. s1000 m03
g98 g84 x0.0 y20. z-10. r1. f350 m09
x10.
g80 z5.
m30
%
This is an example of "standard" fanuc for puncture clicks.
we have a g81 (simple drilling), a g83 (deep drilling) and a g84 (maschiature).
do not take into account the other " various g " because each machine has its own personalizations. . .
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top