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:

Steve Biehl - Cimquest Inc

Resellers
  • Posts

    1,386
  • Joined

  • Last visited

Everything posted by Steve Biehl - Cimquest Inc

  1. and tons of RAM.!!! edit: oops, just saw Jay's referance to RAM +1
  2. if the code is g-code, use .cam if it is conversational, like the Mastercam MX2 post uses, then use .MX2 or .MX3.
  3. Running a tape punch is a communications issue. CIMCO, either the editor in Mastercam or the full blown DNC system, can communicate to a tape punch. The bigger problem is whether the tape for the Mazak is Mazatrol or Gcode. I would bet Mazatrol. Mastercam will not write Mazatrol unless you have the Camiax add-on. Check the 3rd party pages of Mastercam or this web site.
  4. If you don't compress libraries after editing them, you will definetly have problems.
  5. quote: "blank paper space entities" box? On the File Converter's dialog box after you pick the file.
  6. yea, MC did that in V9.1 or V9.0Sp1. Prior to that, it would give you a '0' length dim.
  7. I've got a Dell 8200 with Radion 9000. Works well. I have problems if I run multiple MC's, but otherwise OK. Make sure you download the latest drivers. Are you running XP Pro? That is what I have.
  8. Charles, If I was to write a 5-axis post from scratch for someone, it would cost more than 5K for that one up development. The MC posts are great places to start, and are very close for Fanuc generic.
  9. The mplfan should be pretty close. May need an adjustment to an M code or 2.
  10. Go to 'Rough parameters' - 'Cut depths' and set 'Adjustment to top cut' to a value the same as your max depth of cut. Use a positive number, a negative causes it to cut higher.
  11. From the mplfan post: code: pcssg50 #Output Constant surface speed clamp if css_actv, pbld, n, *sg50, *maxss, e Just change the *sg50 to "G92". If you need the gear(M42) output in this line also do this: if css_actv, pbld, n, "G92", pgear, *maxss, e
  12. gplush, as far as the 'G50 Sxxx' output, maybe it needs to be "G92 Sxxxx" instead. Some controls use g92 instead of G50.
  13. Did you upgrade the W2K to XP or did you do a fresh, full install of XP? You would be much better off with a fresh install. Updating leaves old version files mixed in with XP. Also what GeForce card do you have? Did you put in and update the XP drivers for that card. While trying to upgrade, you should probably upgrade the card. Maybe a GeForce FX5700 or Quadro FX500.
  14. unfortunatly the higher res laptop screens are optimized for that higher-res. I have an Inspirion 8200 with 1600x1200 and it looks like crap at anything lower.
  15. heavy, where is this post from? It is not on the CD. Take a look in the pdrill_2 section. If there is a pcout in there, you can probably remove it. was: code: pdrill_2 #Canned Drill Cycle, additional points pdrlcommonb if tapping = yes, #Flag the we are IN a G84 tapping cycle pcan1, pbld, n, pxout, pyout, pzout, pcout, prdrlout, dwell, strcantext, e else, pcan1, pbld, n, pxout, pyout, pzout, pcout, prdrlout, dwell, feed, strcantext, e pcom_movea changed: code: pdrill_2 #Canned Drill Cycle, additional points pdrlcommonb if tapping = yes, #Flag the we are IN a G84 tapping cycle pcan1, pbld, n, pxout, pyout, pzout, prdrlout, dwell, strcantext, e else, pcan1, pbld, n, pxout, pyout, pzout, prdrlout, dwell, feed, strcantext, e pcom_movea
  16. Paul, careful with the tool setup on the control also. I think I remember something about the page where you set the tool dia. shows it as Radius but need to be Diameter. Or maybe the other way around.
  17. LB, something you can put up on FTP?
  18. quote: some suicide bomber or getting shot on your way to work! And this doesn't happen on you commute in Camarillo ?!?
  19. Yea, the 800FSB should help. Allows for faster RAM usage.
  20. From the Post PDF Book: code: linarc Category Motion modification Description Breaks arc moves into line segments. Values 0 - No, do not breakup arc motion. 1 - Yes, break up (linearize) arc moves. Code Example: linarc : 1 # Break all arc motion in the post processor pblock # A postblock linarc = zero if cuttype = two, #Polar [ brklinestype = rotary_axis + three linarc = one # Conditionaly break all arc motion ] . Notes: Search the post customization file for all occurrences of linarc to be certain it is not being reset in other postblocks when a global break up of motion is desired.
  21. Darn, where is my Green Lantern De-coder Ring !!!
  22. L-M, from the MpOkuma.pst, code: # -------------------------------------------------------------------------- # General Output Settings # -------------------------------------------------------------------------- sextnc MIN #Set Extension to MIN sub_level : 1 #Enable automatic subprogram support breakarcs : 1 #Break arcs, 0 = no, 1 = quadrants, 2 = 180deg. max arcs arcoutput : 0 #0 = IJK, 1 = R no sign, 2 = R signed neg. over 180 arctype : 2 #Arc center 1=abs, 2=St-Ctr, 3=Ctr-St, 4=unsigned inc. do_full_arc : 0 #Allow full circle output? 0=no, 1=yes helix_arc : 0 #Support helix arc output, 0=no, 1=all planes, 2=XY plane only arccheck : 1 #Check for small arcs, convert to linear Change it to this: code: breakarcs : 2 #Break arcs, 0 = no, 1 = quadrants, 2 = 180deg. max arcs arcoutput : 1 #0 = IJK, 1 = R no sign, 2 = R signed neg. over 180 breakarcs : 2 to get 180 deg max arcs and arcoutput : 1 for the R output

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