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:

Pastaga

Verified Members
  • Posts

    27
  • Joined

  • Last visited

    Never

Everything posted by Pastaga

  1. I added two lines, This gives me an advance, but the advance of the draft code: pread_g70 #Read G70 recall buffer feed = sav_feed if lathecc = four foundcc = zero size2 = rbuf (two, zero) wc2 = one while wc2 <= size2 & foundcc = zero, [ fcc_subid = rbuf (two, wc2) if fcc_subid = sub_op_id$, [ gcodecc = zero ng70s = fcc_ng70s ng70e = fcc_ng70e pbld, n$, *scclgcode, *ng70s, *ng70e, pffr, e$ foundcc = one ] ] As I understand it, code: if lathecc = four determines the draft or the finish thanks to the variable? code: lathecc : 0 #Flag for canned turning cycle type #1 = G71/G72 rough cycle #2 = G73 pattern repeating cycle #3 = G74/G75 groove cycle #4 = Finish pass for types 1 and 2 #Neg.=rough and finish, Pos.=rough only Someone to help me please
  2. Welcome back, To complete my cycle of problem and outline on my Haas finiton, because I lack the speed advantage on my cycle, G70. code: G70 P20 Q40 F.... I am amused to add the orders * feed, feed and pffr, on the line code: pbld, n$, *scclgcode, *ng70s, *ng70e, e$ But the PP generates me an advance of F10000 code: pfcc_call$ #G70 recall output postblock if cc_stop_fcc = zero, [ pread_g70 if foundcc = zero, result = mprint(sfccerror) ] no_nc_out$ = zero cc_stop_fcc = zero pread_g70 #Read G70 recall buffer foundcc = zero size2 = rbuf (two, zero) wc2 = one while wc2 <= size2 & foundcc = zero, [ fcc_subid = rbuf (two, wc2) if fcc_subid = sub_op_id$, [ gcodecc = zero ng70s = fcc_ng70s ng70e = fcc_ng70e pbld, n$, *scclgcode, *ng70s, *ng70e, ..?.., e$ foundcc = one ] ] pwrite_g70 #Write G70 recall buffer fcc_subid = sub_op_id$ fcc_ng70s = ng70s fcc_ng70e = ng70e fcc_subid = wbuf (two, rc2) Thank you in advance
  3. Thank you very much, If you do not live that far, I t'aurais asked to drink an aperitif.
  4. Hello, Even me, this time I have another little problem. When I do a course outline for the training and a course outline for machining outside addresses recalls Block P. .. Q. .. are the same for both cycle. code: G72 P20 Q40 U0. W.2 D2. F.25 N20 G0 Z0. S130 G1 X-1.6 N40 Z5. G0 X95.117 ( EBAUCHE EXTERIEUR ) G0 X95.117 Z2. X94. G71 P20 Q40 U.5 W.1 D3. F.3 N20 G0 X50. S130 G1 Z-30. N40 X94. G0 Z2. I suppose that the change should be somewhere here. code: prcc_call_end$ #Rough canned cycle end # Restore cc_1013 to the value it held prior to the rough # 1/17/03 # groove canned cycle. cc_1013 was changed in ptoolend. # 1/17/03 if tool_op$ = 208 | tool_op$ = 62, cc_1013$ = sav_cc_1013 # 1/17/03 if tool_op$ <> 208, [ omitseq$ = sav_omitsq #Close the ext file result = fclose (sbufname3$) #Open the ext file as a buffer #Use the size to determine the start and end sequence subout$ = sav_subout size3 = rbuf(three, zero) if omitseq$ = one, [ ng70s = n$ ng70e = n$ + seqinc$ ] else, [ if old_new_sw = zero, ng70s = n$ + seqinc$ else, ng70s = n$ + (seqinc$ * two) ng70e = ng70s + (seqinc$ * (size3 - one)) ] pwrite_g70 ] Thank you in advance.
  5. It's good, its running Thank you very much
  6. Thank you, That is what I thought. Only problem, pp my generates a code with the address for the depth of cut U quote: N780 G71 P800 Q820 U.4 W.2 U2. While the address must be D I tried to change here, but its not working code: # Canned cycle output format (do not change order, used by buffer 2) # -------------------------------------------------------------------------- fmt U 2 depthcc
  7. Hello, I am looking for the command to the depth of cut for roughing cycle G71. quote: N780 G71 P800 Q820 U.4 W.2 F.4 D? N790 G0 X50. S90 N800 G1 Z-30. N810 X90. code: pg71new #Output G71-G72 canned cycle routines, new style, first if gcodecc = 1, result = nwadrs (stru, depthcc) else, result = nwadrs (strw, depthcc) #pbld, n$, *scclgcode, *depthcc, *clearcc, e$ #modif 1.02 supression g71 r pbld, n$, *scclgcode, *ng70s, *ng70e, *xstckcc, *zstckcc, pffr, strd ? e$ Thank
  8. Apparently, I take a course in simple drilling or breaking, the generated code remains "CUSTOMIZABLE DRILL CYCLE" X0 Z-30
  9. Hello Colin Gilchrist, In fact it is a pp that I recovered. I thought that the Eob had to be edited by CIMCO, I will try to transfer the program to see if it is automatically generated during the transfer. I'll let you know tomorrow. For against, I hangs on G83 drilling cycle, the PP generation "CUSTOMIZABLE DRILL CYCLE" I found the script to change, but I do not know how coment. ldrill$ #Canned drill cycle, lathe #Use this postblock to customize lathe drilling cycles 0 - 7 pdrlcommonb "CUSTOMIZABLE DRILL CYCLE ", pfxout, pfyout, pfzout, e$ pcom_movea
  10. The EOB will come in by itself at the machine. Why do you want it to post with it ?? Is that why you have a% at the beginning and at the end of the program? The program released by CIMCO has no EOB: rolleyes:
  11. Hello, I can not find how to add an EOB ( at the end of each line in the pp. What should I change Thank you in advance for your help
  12. Thank JParis@CNC Programming Solutions®
  13. Please its march The pilots are developed with dell, I saw her on touslesdrivers.com, the site did not want to let me download the update, leaving me a message saying that I had to pass through the support dell.
  14. Hello, I have to disable the acceleration in configuring the software. I Vista Premium, and apparently the drivers for my graphics card are specific to Dell
  15. Hello, I just installed the X2 MR2 SP1, on my new laptop. Dell XPS M1330 Intel Centrino Duo 4 Giga RAM Nvidia GForce 8300 GS My problem is that I am obliged to disable hardware acceleration, if its does not follow, my screen is blank. Is there any special configuration to be done in the panel Nvidia? Thank you
  16. I found the chooks, but it does not go with X2 Sp1
  17. Tried to upload empty file
  18. quote: I did now get on the FTP site and downloaded the stl2surf.dll and I tried it on a real small .stl file I opened with mastercam and it said unknown file type when I ran the stl2surf.dll?John Paris
  19. hello, is there stl2surf.dll for X2, so yes or then I to get it Thank you
  20. Bonjour, Suite à ma demande, j'ai trouvé un module "Chook+", qui permet d'éditer les opérations, les temps, les outils, de faire une capture d'écran et, d'envoyer tous sa vers Excel. Ce chook est totalement configurable et, en plusieur langues. web page quote: Hello, Following my request, I found a module “Chook+”, which makes it possible to publish the operations, times, the tools, to make a capture of screen and, to send all his Excel worms. This chook is completely configurable and, as a plusior languages. Merci pour tous Pastaga
  21. Merci, auriez-vous un exemple car, malheureusement mon anglais est médiocre Thank you, you would have an example because, unfortunately my English is poor
  22. Bonjour, Je ne sais pas si c'est la qu'il faut que je post. Est-il possible de faire un script Vbs regroupant les informations outils (diamètre, longueur, etc....) et certain commentaire pour, pouvoir les exporter sur Excel. Merci Hello, I do not know if it is that it is necessary that I post. It is possible to make a Vbs script gathering information tools (diameter, length, etc….) and certain comment for, capacity to export them on Excel. Thank you

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...