Jump to content

Welcome to eMastercam

Register now to participate in the forums, access the download area, buy Mastercam training materials, post processors and more. This message will be removed once you have signed in.

Use your display name or email address to sign in:

mirek1017

Customers
  • Posts

    886
  • Joined

  • Last visited

Everything posted by mirek1017

  1. .01 on x and z so what I doing for fixing this when I set up deep off cuts for .07 I am do the same thing with step up now the tool live me .01 stock on floor
  2. I wondering ,can use sequence number to my lathe post ? something like this (TOOL - 3 OFFSET - 3) (RIGHT TURRET - 80 DEG. INSERT - CNMG-432) (CANED RGH OD) ------------------------------------------------------- N1 (CANED RGH OD) G0 T0303 M8 G97 S114 M03 G0 G54 X11.7 G0 Z.1707 G50 S1500 G96 S350
  3. I think I am fix this when I am activate step up
  4. Hello All ,I know some one start dis topic but I can find it I am use optirough oprer for mill some packet ,I want to leave .01 stock on wall and floor ,when I am posting codes my least z cut is -1.1196 when my packet is -1.1875 deep ,how I can fixt this ,or maybe I should use step up to ?
  5. Good morning Can some one can helping me wit modify 2 things on my generic MPLFAN post I like to get incremental number on my caned cycle operation G71 U.1 R.1 G71 P1 Q2 U.03 W.005 F.015 N1 G0 X6.6086 S350 --------------------------------- I want to get N100 G1 Z.0524 F.015 X6.9817 Z-.1342 G3 X7. Z-.1563 I-.0221 K-.0221 G1 Z-3.5625 X10.8125 I thing there is some settings in control def ? and the 2n thinks I like to get N block when I am start new operation like this (TOOL - 3 OFFSET - 3) (RIGHT TURRET - 80 DEG. INSERT - CNMG-432) (CANED RGH OD) ------------------------------------------------------- N1 (CANED RGH OD) G0 T0303 M8 G97 S114 M03 G0 G54 X11.7 G0 Z.1707 G50 S1500 G96 S350 I am use generic MPLFAN post ,thank you for any helping
  6. Hello All, after when my engineers team change autocad for 2024 version I have problem open ipt.file On the previous the was no any problem . I am install mastercam 2024 and I steel have the same issue
  7. Hello All ,I am trying instal new wersion off mastercam on my laptop, when Inam try start it I have this message, did some know what this is ?
  8. I am waiting for some video on your you tube channel from this job )))))))))))
  9. I will testing this somettime this week ,I thing this should work G83 Z-3.1757 R-2.0548 Q3000. F1.43 G83 C-180. Q3000. F1.43 G83 Q3000. F1.43 ------------------------- may be I need to remove this lines ,but I let you know when I start testing G83 C60. Q3000. F1.43 G83 Q3000. F1.43 remove this line Thank you so much ,every day I learn something new from you ,you are NYMBRER ONE !!!!!!
  10. That is what I am looking for (MATERIAL - STEEL INCH - 1030 - 200 BHN) G20 (TOOL - 1 OFFSET - 1) (0.875 DRILL) G0 T0101 M66 G0 G54 X-12.875 Z-1.9048 C-30. G97 S286 M33 G83 Z-3.1757 R-2.0548 Q3000. F1.43 G83 C-180. Q3000. F1.43 G83 Q3000. F1.43 G83 C60. Q3000. F1.43 G83 Q3000. F1.43 G80 G28 W0. H0. M55 T0100 M30 % Thank you Ron one more time
  11. BEST OFF THE BEST AND ONLY ONE !!!!!!!!!!!!!!!!! Thank you RON
  12. My control i s Fanuc oi-tc I do not have problem with G83 line or Z position ,my problem is when I want use G83 cycle my machine pecking only on 1st hole the other C indexing position drilling without pecking so I think like Ron said I need to get G83 line with all index like this C0 G83Z-1R.1Q1000.F3. C90. G83Z-1R.1Q1000.F3. C180. G83Z-1R.1Q1000.F3. C270. G83Z-1R.1Q1000.F3.
  13. Good morning ,in this place of post # -------------------------------------------------------------------------- # Drilling # -------------------------------------------------------------------------- pdrill0$ #Pre-drill postblock call if cuttype = five, #Don't allow 5 axis, rests at toolchange [ usecandrill$ = zero usecanpeck$ = zero usecanchip$ = zero usecantap$ = zero usecanbore1$ = zero usecanbore2$ = zero usecanmisc1$ = zero usecanmisc2$ = zero ] else, [ if abs(cuttype) < three, mdrl_dir = zero else, mdrl_dir = one x$ = xnci$ y$ = ynci$ z$ = refht$ copy_x = vequ(x$) pshft_map_xa pxyzcout refht_x = vequ(xabs) z$ = depth$ copy_x = vequ(x$) pshft_map_xa pxyzcout depth_x = vequ(xabs) z$ = zdrl$ copy_x = vequ(x$) pshft_map_xa pxyzcout zdrl_x = vequ(xabs) z$ = initht$ #Initial is last copy_x = vequ(x$) pshft_map_xa pxyzcout initht_x = vequ(xabs) znci$ = initht$ ps_inc_calc ] pdrlcommonb #Canned Drill Cycle common call, before if gcode$ = 81, [ if drillcyc$ = three, drlgsel = fsg1 (-g_speed * spdir$) + drillcyc$ * two #Tap else, drlgsel = fsg2 (dwell$) + drillcyc$ * two if initht$ <> refht$, drillref = zero else, drillref = one prv_refht_a = c9k prv_refht_i = c9k prv_dwell$ = zero ] if mdrl_dir = zero, #Set Z to depth [ zia = fmtrnd(depth_z) zinc = zia - prv_zia ] else, #Set X to depth [ xia = fmtrnd(depth_x) xinc = xia - prv_xia ] xabs = vequ (depth_x) comment$ pcan pgdrlout #Drill Gcode output if mdrl_dir = zero, *sgdrillf else, *sgdrillc prdrlout #R drill position if mdrl_dir = zero, refht_a = refht_z else, refht_a = refht_x refht_i = refht$ - initht$ if absinc$ = zero, refht_a, !refht_i else, refht_i, !refht_a
  14. I the will be option ,just use G83 line in every C position haw I can fixing this in my post ? I use generic FANUC lathe post this is series oi-tc
  15. I mean Z-1. I cant find out ,how use pecking on this machine
  16. Hello All ,can some one helping me how use G8d drilling cycle on this machine ,this is our Vtl lathe when I am posting G83 Z-1 R.1 Q.1 F3 . for my drilling cycle ,pecking do not work ,so I am find out on internet use Q 1000. So when I am posting G83 Z-1 R.1 Q1000. F3 . C90. C180. C270. the pecking working only on 1st hole do not work on 90 180 270 position there is some setting on machine or I should use something else in G83 line thank you
  17. so ,when you open my file my planes for turning operations are wrong ?
  18. when I use drilling mastercam make plane top (top)1 (top )1 the late operation top lathe vtl when I want to change the same planes for drilling I got this message
  19. Hello All ,I am use generic VTL right turret machine def with mpfan postprocesor from MASTERCAM,COM web When I use turning opetation everything working good ,all my g codes are positive numbers ,but when I am try use c axis drillng when I am posting all numbers are negative .I am add my zip to go file ,can someone can take look haw I can fixing this ? Thank you for any helping VTL DRILLING TEST.MCAM-CONTENT

Join us!

eMastercam - your online source for all things Mastercam.

Together, we are the strongest Mastercam community on the web with over 56,000 members, and our online store offers a wide selection of training materials for all applications and skill levels.

Follow us

×
×
  • Create New...