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:

zero_divide

Verified Members
  • Posts

    111
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by zero_divide

  1. Another year - another HSMAdvisor Hook for Mastercam. This time build for 2024 added: https://hsmadvisor.com/hsmadvisor_for_mastercam Additionally, plugins for other MC versions from 2020 to 2023 were updated too.
  2. HSMAdvisor hook for MasterCam 2023 is available here: https://hsmadvisor.com/hsmadvisor_for_mastercam
  3. Dang! Didn't know they could/have done that. There isn't really a lot of ways to mill the part. Everything including simple parallel step-over must have a patent behind it then.
  4. IDK why they don't add Circular feed compensation to the dynamic toolpaths. Surfcam's true mill had it 15 years ago and by now all related patents must have expired.
  5. You would need a very rigid machine to use anything over 1/2" with high-speed machining. That said if that tool is all you have I would start to run it like this: If it handles it nice, turn off coolant and double the RPM and feed (to keep the chip load the same). You will get better tool life without coolant.
  6. If you run it like that please get the video rolling. I want to see that! Btw on HSMAdvisor 150% Torque Limit is considered safe (when everything is solid)
  7. So for my HSMAdvisor plugin I wrote a .NET Interop mapping library for getting and setting toolpath data, that is not available through the standard .NET hook library. It works fine for my use case, but I am thinking about open-sourcing it to get other people to contribute and test it. You get to use the library and in return report bugs and submit fixes if/when you make any. Does anyone need this functionality for their .NET hook project?
  8. Yeah it is currently used only for uploading/downloading machine profiles. There used to be functionality to upload/download tools and cutting data. But I removed it because nobody used it. I will later replace it with a full database backup and sync.
  9. Hi, you know I pay a lot of attention to user feedback, so please make sure to report the weaknesses!
  10. Project update! HSMAdvisor Hook for MasterCAM 2021 is now available at the usual place: https://hsmadvisor.com/?page=HSMAdvisor_for_MasterCAM I recommend installing standalone HSMAdvisor before the Hook Regards!
  11. I think it could be more valuable to create an interface with C-hook instead of net-hook. Net-hook, while easy to use, has big limitations. It also does not seem to be updated with support for all toolpaths.
  12. Just a heads up. HSMAdvisor Hook for MasterCAM 2020 is now available at the usual place: https://hsmadvisor.com/?page=HSMAdvisor_for_MasterCAM Regards!
  13. Since I created the program I can tell you how 100% is calculated. 100% tool life is assumed when all values are default (green). It is a standard base line and for most tools it corresponds to medium hogging toolpath at about 30% radial engagement and 100% SF overrides. There is no fixed hour value to 100% though. For Aluminum 100% may be 10 days and for D2 steel it may be 60 minutes. Then as you adjust cutting parameters, your expected tool life will change as well. In your case if you are getting 600% tool life and your actual tool life is 6 hours, you can reasonably assume it would last 1 hour when is shows 100% (assuming you are using the same tool)
  14. There is also http:\\FSWizard.com - the lighter free version with fewer materials for Browser, Android and iOS
  15. Tried to use this one: TpMainMatMgr.GetMainMatList().DatabaseAdd(opEnt) Still no luck
  16. Hello, I am getting a material from the Material Library and then Adding material with the following 2 methods (C++/CLR code): bool COperation::GetMaterial(String ^ mat_name, CMaterial ^%ctp) { bool result = false; ent opEnt; if (TpMainMatMgr.GetMainMatList().DatabaseRetrieve(mat_name, opEnt)) { ctp = gcnew CMaterial(opEnt); result = true; } return result; } bool COperation::AddMaterial(CMaterial ^ctp) { bool result = false; ent opEnt; String2CharA(ctp->name, opEnt.u.matl.name); String2CharA(ctp->comment, opEnt.u.matl.comment); if (TpMainMatMgr.GetMainMatList().Add( opEnt.u.matl )>0) { result = true; } return result; } I am ONLY setting the name and comment at this point. It works just fine and the new material is in the list. Yet when I re-open MasterCam, the material is gone. I am sure there is something simple i need to do to make it save, but just can't figure out what is. Thanks in advance!
  17. Thanks! You are the man! Btw. I think last time 2018 SDK was released there was a list of breaking changes and workarounds published. Would be cool is this fine tradition could continue;)
  18. Hi, I am trying to adapt my HSMAdvisor c-hook to work with MC2019 and having major issues. I got it to compile, but the following code seems to return invalid operation data: TpMainOpMgr.GetMainOpList().DatabaseRetrieve (opId, opEnt) Mainly opEnt.u.op.tl does not contain any info about the tool Has this changed? how do we get info about the operation's tool now? Thanks1
  19. By the time it does that move there is no material there: it is taken off from both sides.
  20. I thought you are also using HSMAdvisor.... If so please upload your cuts to the cloud using the "stars" on Speeds and Feeds panel.
  21. Cool! Thanks for great feedback! I am trying to build an online database for cutting data within HSMAdvisor called Cut Cloud. Would be really great if you guys could contribute to it by rating and uploading cuts. Its really easy to use. Just click on the stars on the Speeds and Feeds panel. Enter some cut info and click Submit. I think having access to real proven data would be a great help for everybody.
  22. HSMAdvisor is not only for HSM machining. Because of a very scientific approach I built into it, it will very accurately tell you what the tool can handle. It especially shines when you need to get proper DOC/WOC for long tools. Obviously for it to work you need to accurately enter as much info about the tool as available. But if tools are "mystery" just use Generic Endmill tool type with whatever coating you think it has. Steer away from "Roughing HP Endmill" if you are not sure.
  23. Yeah, it uses your HSMAdvisor license. The cHook itself comes at no additional cost. Thank you for support, guys!

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