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:

cncchipmaker

Verified Members
  • Posts

    190
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by cncchipmaker

  1. Our shop is having a very hard time keeping a .25 plate 17 inches in diameter from relieving itself and springing. Any thoughts on how to machine this stuff? Must be flat within .01 and keep within a .004 thickness tolerance.
  2. Looking for some help. I have an idea of what the MOD function does but I can't seam to find it in the control books. I am trying to help a bud convert an Okuma program over to Fanuc. Please if u could let me know what this is used for and application I would really appreciate it or if it can even be done.
  3. I tried Google for how to calculate a radius based on three points and it looks like there is a formula for it. If u guys could come up with what formulas to use I could definitely write it in macro B for u.
  4. Are they bowing after you cut the slot in them or when you are trying to cut them flat? Sounds like you may have to rough everything out, straighten, then finish the parts in a free state.
  5. Do guys think something like this would work? Right now it would only do 1 straight line but the logic could be written for vertical rows too. O0001(MAIN PGM) T1M06 G65P0002STX X0Y0 T2M06 G65P0002STX Y0Y0 T3M06 G65P0002STX Y0Y0 ECT... O0002(POPULATE TOMBSTONE IN ONE STRAIGHT LINE) (FORMAT G65STX) (S = #19 - SUB PROGRAM #) (T = #20 - TOTAL # OF PARTS) (X = #24 - INCREMENTAL X POSITION) (********************************) #100=#20 #101=0 WHILE[#100GE1]DO1 #101=#101+1 M98P#19 IF[#20EQ1]GOTO100 G91G0X#24 (COUNTER)#100=#100-1 N100 END1 (PG#19 SUB POSTED IN INCREMENTAL) GOTO#101 N1(INCREMENTALLY POSTED PGM FOR TOOL 1)
  6. Another question: Can u use a M98 inside of a G65 call?
  7. Can u then get back to the while-do using a GOTO after the M98 is complete?
  8. Can u use an M98 subprogram call within a while-do loop?
  9. Let me know if you have any other questions. I have been writing my own custom macro B canned cycles for several years now and just love the stuff.
  10. We always get the backlash out of our rotary tables when indexing. This is the only way you can get your positions right on the money and this may be why you are having the issue.
  11. I did not realize my last two posts were on a separate page. Sorry about the redundant information.
  12. Standard Fanuc and Haas controls is where I have used them. They are mainly for calculations after the IF [ ] statement.
  13. Makinos fanuc controls. Maybe I don't need them but they work with them in there. I'm pretty sure you need the placement of brackets in the right place.
  14. I think it was because you added brackets in the IF THEN statements.
  15. I know what you are doing wrong now. The ABS[#101] needs to be #101=ABS[#101]. You have to assign a variable when you are using the absolute function in this way.
  16. #3000=1 should work for you too. This is what we use in the shop all of our programs.
  17. You have the right idea but your syntax should be in this format: IF[#101GE.0015]THEN#3006=111(CHECK LOAD RESTART PROGRAM) IF #101 GE 0.0015 #3006 = 111 (CHECK LOAD RESTART PROGRAM)
  18. I am pretty sure that on Haas and Fanuc controls the standard is still #5221=X, #5222=Y, and #5223=Z. Not the others the rep gave you? You could also preload using a G10 lIne.
  19. I would try boring the holes. Unless you are helical milling for position prior to reaming you are going to have problems.
  20. Does anyone out there have an example for a macro that calculates the week number based on the date? Preferably custom macro B. Thanks in advance.
  21. Titex through coolant works great @ 400SFM.
  22. As far as work holding is concerned you could qualify one face of your block with a face mill, drill and tap some holes, and ream some holes for tooling. You would have to make a fixture to mount the block to. This is how we handle all of our large parts and I am sure you would have room to do this, especially if you are going to be removing most of the material anyways for the mold features.
  23. I am running out of ideas for this stuff and am looking to this group to come up with something interesting to do.
  24. As far as turning is concerned a good way to get more tool life and rigidity out of your set-up is turn the cut-off tool backwards and run the spindle backwards at an M04 instead of an M03. This forces all of the tool pressure into the bed of the lathe rather than pulling up on it, works like a champ.

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