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:

Bjorn Petersson AME AB

Verified Members
  • Posts

    93
  • Joined

  • Last visited

Everything posted by Bjorn Petersson AME AB

  1. I had some issues selecting imported solids in X4MU2. Regenerate display list fixed it for each file. I downloaded the latest graphic drivers, and now it doesn't happen in the first place.
  2. Thank you guys. We are running several Quadro FX cards here at the office, but all are newer versions. It's a customer of ours that can't get it to work with acceleration enabled. When enabled Mastercam locks up for about 5-10sec when entering any command. Since this doesn't happen when acceleration is disabled, i figure it has to do with the card or driver. I'm using a FX Go 1600 in my laptop and it works very well. Thanks!
  3. Hello, I would appreciate if someone using this card could tell me if it works ok with X4. Do you have to turn off hardware acceleration? Thanks for helping out.
  4. Verisurf can do this inside Mastercam(Build surfaces). I bet there are guys at this forum who can tell you more about it.
  5. Hi again, Are you getting the error message using a post created for X4? What does it say? When updating old posts it's common to get the .err file. In most cases I've seen, it doesn't affect the nc-code, and is easily fixed.
  6. Hi, In the misc values for the operation, make sure mi1 is set to 2. Also make sure Ref Point is disabled in the operation. (Home/ref points page) Misc value explaination from MPFAN post: # mi1 - Work coordinate system # 0 = Reference return is generated and G92 with the # X, Y and Z home positions at file head. # 1 = Reference return is generated and G92 with the # X, Y and Z home positions at each tool. # 2 = WCS of G54, G55.... based on Mastercam settings.
  7. Hi, In Mastercam editor. Tools -> Options Add the extensions you want in the editor tab.
  8. Hi Steve, You're not the only one having this problem. I think it might be a bug.
  9. Hi again, I checked some posts. I think it will work. If the variable assigned to the fq already has a value when the questions pops up, it will show. I guess this goes for strings as well. When creating a buffer, there's a setting to keep the buffer as an ASCII file. Next time you post, call the buffer before each question. The post reference guide covers this.
  10. Hi Colin, No I'm not sure if it's possible. Sorry I haven't had time to try it since I'm on vacation. I made a post recently that takes into account what was last posted. This by using a buffer file. Haven't tried that in the fq section though.
  11. Verisurf Hole-Axis is a great tool. To anyone who haven't tried it: -Install, and make your work easier.
  12. Hi Colin, "No Auto Fill that picks up a "last entered" value." I think it would be possible to set the default pointing to a buffer file instead of a value/string in the post. If that works you could have "last entered value". Just a thought
  13. OK, This won't work if the lines doesn't point from the origin. Unless some changes are made: xb = new_ln.x2 - new_ln.x1 yb = new_ln.y2 - new_ln.y1 zb = new_ln.z2 - new_ln.z1
  14. Hi Ron, I tried to create planes from lines. I'm all new to this so it may look silly to real programmers. I guess you could make it loop until all necessary planes are created. Anyway here's the script: ################## Public theplane, new_ln, pointer, NewPlane Public xb,yb,zb Call Main() Call GetCPlaneNumber Sub Main() If AskForEntity("select",mc_linetype) Then Call Hej(theplane) NewPlane = SetCPlaneNormal (xb,yb,zb) End If End Sub Function Hej(theplane) Set new_ln = New McLn pointer = GetEntityEptr() If GetLineData(-1,new_ln) Then xb = new_ln.x2 yb = new_ln.y2 zb = new_ln.z2 FormatNumber xb,4 FormatNumber yb,4 FormatNumber zb,4 Exit Function End If End Function ############################
  15. I'll take a look if you let me. I'm not sure if I fully understand the geometry.
  16. Hi Kyle, You can make new planes with VBscript, but I'm not an expert, so I don't know how to automate the whole process. I mad a short example just in case it can be any help. I got help from the developers forum last year. Maybe if you post in that forum, you'll get better help. '///////////////// My Constants ///////////////// Public Newplane '///////////////// My Global Variables ////////// ' -- Start Script Call Main() ' //////////////////// ' Sub Declaration ' //////////////////// Sub Main() ' -- Add code here... Newplane = SetTPlaneNormal(0.707,0,0.707) End Sub
  17. Autosync Rails might be a way to get the proper curves.
  18. Have you tried "Direct 4-axis" ? (4-Axis page Format: 4axis Taper/Direct 4axis)
  19. Hi David, Make sure the start of your chain doesn't point towards Z-. I can make mine behave like yours if I change the geometry (first entity of chain).
  20. Hi David, I guess you already made sure the Ref.Point box isn't checked?
  21. When it first came, I thougt: Wow that would be nice for just about everything. Since the toolplanes did't follow, I hardly used it for anything except some backplotting. Now whith the new functionality, I think most users would benefit using it.
  22. Paul, Go to: Settings-Configuration-Toolpaths and choose GUI for Setup Sheet Program. I guess yours are set to .SET-file.
  23. If the post is as old as v8, and you can't get it working, I'd probably do as Dan suggested. Start fresh with a new Mpmaster.

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