Strona 1 z 1
Pytania co do g komend
: 07 gru 2013, 16:05
autor: XisD
Witam,
Jako i że jestem jeszcze troszeczkę zielony przy pisaniu programu.
Pierwsze pytanie brzmi następująco.
Przy G81 czyli przy cyklu wiercenia jakie mamy adresy do wyboru?
W - odległość od płaszczyzny wycofania?
R- odległość od płaszczyzny wycofania?
Oraz P - to czasowy postój ?
: 07 gru 2013, 16:28
autor: skoti
Nie chce mi dodac zalacznika wiec wklejam tekst z instrukcji do Fanuc .
G81 X_ Y_ Z_ R_ F_ K_ ;
X_ Y_: Hole position data
Z_ : The distance from point R to the bottom of the hole
R_ : The distance from the initial level to point R level
F_ : Cutting feedrate
K_ : Number of repeats
After positioning along the X– and Y–axes, rapid traverse is performed
to point R.
Drilling is performed from point R to point Z.
The tool is then retracted in rapid traverse.
Before specifying G81, use a miscellaneous function (M code) to rotate
the spindle.
When the G81 command and an M code are specified in the same block,
the M code is executed at the time of the first positioning operation. The
system then proceeds to the next drilling operation.
When K is used to specify the number of repeats, the M code is performed
for the first hole only; for the second and subsequent holes, the M code
is not executed.
When a tool length offset (G43, G44, or G49) is specified in the canned
cycle, the offset is applied at the time of positioning to point R.
: 07 gru 2013, 16:40
autor: XisD
To do fanuca. A P i W nie ma? Bardziej mi chodzi o okume
: 08 gru 2013, 00:06
autor: skoti
Na jakim sterowaniu ta okuma ?
: 08 gru 2013, 05:24
autor: XisD
Osp-p200m
: 08 gru 2013, 19:31
autor: skoti
W instrukcji do twojej nie widać adresu W . Zresztą zobacz sobie sam .
https://www.cnc.info.pl//files/okuma_os ... _r_175.pdf
: 09 gru 2013, 15:56
autor: XisD
A to na 118 stronie?
G81 X__Y__Z__W__R__F__
: 10 gru 2013, 08:14
autor: WZÓR
XisD pisze:A to na 118 stronie?
G81 X__Y__Z__W__R__F__
W jakim celu komplikujesz sobie życie ....., i innym przy okazji?
...
G00 X10. Y10.;
G81 Z-3. R2.5 F60.;
...
Mariusz.