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:

ikertx0

Verified Members
  • Posts

    92
  • Joined

  • Last visited

Uncategorized

  • Location
    Basque Country

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ikertx0's Achievements

Enthusiast

Enthusiast (6/14)

  • Dedicated Rare
  • Reacting Well Rare
  • First Post Rare
  • Collaborator Rare
  • Conversation Starter Rare

Recent Badges

11

Reputation

  1. fmt "X" 2 x$ #X position G234 fmt "Y" 2 y$ #Y position G234 fmt "Z" 2 z$ #Z position G234 p_g234 if (tool_op$ = 28 | tool_op$ = 29 | tool_op$ = 45 | tool_op$ = 48 | tool_op$ = 49 | tool_op$ = 107 | tool_op$ = 109 | tool_op$ = 110 | tool_op$ = 111 | tool_op$ = 112 | tool_op$ = 113 | tool_op$ = 441 | tool_op$ = 442 | tool_op$ = 443 | tool_op$ = 444 | tool_op$ = 445 | tool_op$ = 446 | tool_op$ = 447 | tool_op$ = 448 | tool_op$ = 449 | tool_op$ = 450 | tool_op$ = 451 | tool_op$ = 461), [ pbld, n$, "G254 (DWO ON)", e$ pbld, n$, *xout, *yout, e$ pbld, n$, "G255 (DWO OFF)", e$ pbld, n$, "G234", *tlngno$, *x$, *y$, *z$, e$ ] T8 M06 ( MPMHVD2000 ) G54 G17 G90 S3501 M03 G00 B-5.995 C88.739 G254 (DWO ON) X-88.688 Y-101.794 G255 (DWO OFF) G234 H8 X99.662 Y-97.922 Z62.164 G00 G54 G90 Y-101.794 C88.739 B-5.995 S3501 M03 ---------- DELETE G45 D38 X-88.688 ------------ DELETE X-88.688 Y-101.794 ----------- DELETE G43 H8 Z71.82 --------- DELETE X-105.861 Z-16.526 X-107.387 Z-24.379 G01 X-107.769 Z-26.342 F1960.6 Will this be the code to delete? if cut_ra_head & use_g45, #Swap xout and yout based on offset axis [ p_g234 tloffno2 = tlngno$ + g45_of_add pcan1, pbld, n$, *sgcode, pwcs, *sgabsinc, *yout, *p_out, *s_out, *speed, *spindle, pgear, strcantext, e$ pbld, n$, "G45", *tloffno2, *xout, e$ ] else, [ #pcan1, pbld, n$, *sgcode, pwcs, *sgabsinc, *xout, *yout, *p_out, *s_out, #*speed, *spindle, pgear, strcantext, e$ ] ] It's a good start, I'm proud. I have to eliminate some line of code. I have a question, where does the XY position that is between G254 and G255 come from? since the one that currently appears is wrong, checking with the purchased post
  2. I don't understand your answer very well. I must create a new postblock, to specify that when they are 5-axis operations, is that correct? Could you give an example? I don't quite understand outputting the x$, y$, z$ values when the G234 is active. I have created the p_5axis postblock to block these operations. p_5axis if (tool_op$ = 28 | tool_op$ = 29 | tool_op$ = 45 | tool_op$ = 48 | tool_op$ = 49 | tool_op$ = 107 | tool_op$ = 109 | tool_op$ = 110 | tool_op$ = 111 | tool_op$ = 112 | tool_op$ = 113 | tool_op$ = 441 | tool_op$ = 442 | tool_op$ = 443 | tool_op$ = 444 | tool_op$ = 445 | tool_op$ = 446 | tool_op$ = 447 | tool_op$ = 448 | tool_op$ = 449 | tool_op$ = 450 | tool_op$ = 451 | tool_op$ = 461), [ result = mprint ("Configurado solamente para mecanizados 3+2. No es posible realizar operaciones de 5 ejes continuos.") exitpost$ ] I can write to use G234 when using one of those operations, but do I simply have to replace x$, y$, z$ with what values? p_g234 if p_5axis , [ pbld,n$, "G234", *tlngno$, *x$, *y$, *z$, e$ ] Best regards
  3. You can help? I don't understand where I have to put the files Rename.rar
  4. I have created a chook, called rename. I have rename.dll and rename.ft They are currently in this location C:\Program Files\Mastercam 2024\chooks How can I put it here where I attached the image? I have also created an icon in 16x16px and another icon in 23x23 px. How can I add the icon to see it in the bar?
  5. I have purchased all the posts from postability. Just because I like to schedule posts I want to do it as a hobby
  6. Hello!! Starting from a generic 5x post from Fanuc, I was able to convert it to Heidenhain AC and Haas BC. But only for 3+2 operations. I want to add G234 (TCPC) to use the post in 5x continuous. Could someone help me, to see how to get started? Best regards
  7. Yes, that's what they told me, they provide me with a license for 60 days. I wanted to know if anyone used it and how complicated it was to configure. @Colin Gilchrist I think I read in the forum that you have used it?
  8. Maybe today there are better alternatives? Prodrill was created by Tecnocim, Mastercam reseller in Spain, then they sold it to MAstercam Every day I make many bases of inserts for molds, they have many holes, also inclined, and I was looking for a way to reduce programming times and automate
  9. But moldplus catia translator and prodrill are not the same addon no?
  10. Does anyone on the forum use prodrill? I need experiences and know an approximate price @gcode did you finally buy it?
  11. I use Postability Machinesim on all my 5x machines. It's hard to load the simulation, but in general everything is fine, but I'm curious to see what people think of the others.
  12. I always use Machsim, I have a license for each machine, but I see that many use CAMplete or Vericut. What differences are there? and in price? As for probing, I don't use any yet. What can you recommend?
  13. very good example, would it be possible for you to make one in millimeters with a Ø6R3 ball tool, and a Z pitch of 0.2mm?
  14. Amazing!!! Could it be translated into Spanish?
  15. I don't have a good level of English either, but you are undoubtedly one of the people on this forum who has helped me the most. On the other hand, why is a license number verification not implemented in the forum? It bothers me to upload a z2go file because my data appears, but if the staff verifies that my license number is OK, a verified member could be added to the profile or something like that. Sorry for my english

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