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:

3rdstring

Verified Members
  • Posts

    636
  • Joined

  • Last visited

Everything posted by 3rdstring

  1. I have a PSD file that I'm told is from Powerstation. Can anyone convert this to a MC readable file for me? Thanks
  2. IF you have a problem with the config file, I would close MC, go into the /config folder & rename the default configuration file & restart MC. That should create a new default configuration. HTH
  3. I think you need to add your logic to the pdrill_2$ or similar post block.
  4. If you are using the smart dimension mode I believe the s key brings up the drafting globals. HTH
  5. Mastercam Enhancements Forum - To post in the enhancement forum, you will be required to present administration with the following information. - Mastercam SIM# - Real Name: First and Last - Company name and contact information please e-mail [email protected]
  6. quote: Here is what worked: if a > round(a), a = round(a) + 1 else a = round(a) maybe a = round (a+.5)
  7. This is what I use for a secondary drilling op. code: :8800(SECONDARY PECK) (Z=#26 - DEPTH) (R=#18 - RAPID HEIGHT) (Q=#17 - PECK AMT) (F=#9 - FEED RATE) (I=#4 - INITIAL TOOL DEPTH) (J=#5 - JUMP HEIGHT) (K=#6 - PECK CLEARANCE) (C=#3 - CHIP REMOVAL PLANE) #1=#4-#17 IF[#26LT#1]GOTO5 #1=#26 N5G0Z#18 G1Z[#4+#18]F30. N10G1Z#1F#9 G0Z#3 IF[#1LE#26]GOTO90 #2=#1 #1=#2-#17 IF[#26LT#1]GOTO15 #1=#26 N15G0Z[#2+#6] GOTO10 N90G0Z#5 M99 Disclaimer: use at your own risk.
  8. Thanks everyone for the information. Dave you got mail.
  9. I have a customer that sent a "dft" file. When I look at the Solid Edge site there are 2 viewers available a V100 & a V20. Does anyone know what the difference is?
  10. Add the no_spc$ command to your code in between the elements where you don't want a space. HTH
  11. You want to add spaces$=0 at the beginning of the block and spaces$=sav_spc at the end. As for documentation there is a V9 post reference you can get from your reseller & there is some post documentation in the docs folder of your MC installation. :edit: yea what he said again!!!
  12. You have to use the ascii equivalent to get the double quote character For example your code int he post would be code: "FARCALL ", 034, "BACKGROUNDSUBROUTINES.PGM", 034, " ", 034, "CLOCKSTART", 034, e$ "END DFS", e$ HTH :edit: yeah what he said
  13. There is a C-Hook on the FTP (Arc Multi Edit) that may help. HTH
  14. I do that on a FANUC control with a custom Macro drilling cycle.
  15. When you bring in a solid from another program in comes in as a "dumb" solid & is no longer associated with the geometry.
  16. AFAIK, thats the it's always operated.
  17. I think you'll have to install X3 on the new box to get all the registry settings hasp driver installed etc.
  18. You need to look at a transform operation. There is an option to create new ops & geometry. HTH
  19. Do you have it set to use tools step, peck, & coolant?
  20. This is what I use. look for SyncBack Freeware V3.2.19.0 about halfway down the page. HTH
  21. I would cut the letters into a piece of graphite & then EDM the stencil. M2C
  22. G94 specifies IPM (G95 specifies IPR) Personally I like the G94 there. We have one machine that if its stopped in a tap cycle (using IPR) it doesn't default back to IPM & thatcan get ugly real quick.

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