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:

Peter - Avivi CNC Solutions

Verified Members
  • Posts

    292
  • Joined

  • Last visited

Everything posted by Peter - Avivi CNC Solutions

  1. How can I set a ToolGrade and ToolManufacturer to my TlToolEndmill object? And/Or set a new manufacturer?
  2. Dear All, this app has been updated to M2019. Download links in video description. https://youtu.be/SBOgD3HoV60
  3. Well, according to Google search it's written as -אֲבִיגַיִל- OR by Google translate: -אֲבִיגַיִיִל- I selected the second option, based on google translate, you can delete the additional "יִ". MCAM 2018 file: Abigail_Hebrew.mcam
  4. Hi Cherokee! Do you need this word: - אביגאיל -?
  5. Thank you guys! These words are inspires me! Based on Jay's idea, I added a switch to combine/append field name to the field, with or without white space between them. Also I corrected a bug in autocomplete area, so I strongly suggest to download again using the same link above. If you installed previous version before, please completely delete the following folder: "C:\Users\Public\Documents\shared Mcam2017\Notes2Post\"
  6. Thank you for your kind words Colin! Jay, I really thank you! You give me a great idea, maybe I develop it tomorrow Yes, I can output the field name and the field itself together, so make sense for me, will be a switch only in settings. From the other side, Colin answered all the questions, right here I just made a tool to store some customizable stuff in MCAM files and IF someone want, they'll get 7 string variables in post and they can customise them for their needs.
  7. Hi All, I just wanna to share my NET-Hook what I developed for our community. I always missed this possibility from MCAM, to store custom notes, comments, data, etc THEN post them to NC code. Or simply just store some info in a MCAM part file. This NET-Hook will store then suggest your last 20 inputs, separately in each field. You can use it for store your custom data, info, programmer, customer, drawing, whatever you want... Not necessary but you can also output them to any NC code. Copy all the 3 files from ZIP to Mastercam CHOOK folder, then you good to go. Also I attached a sample post processor, look for "pNote2Post" postblock and calling of this postblock in "pheader$" section. This postblock will set "sN2Pfield_1...sN2Pfield_7" string variables based on your note fields in MCAM file. At first run please look for settings to set your custom fields. Any comment, suggestion, idea or bug report are welcomed! https://app.box.com/s/u8cdt63klci04aoogvqoyuafbnitl765 Main window: Settings: YouTube: https://youtu.be/SBOgD3HoV60
  8. Just giving you another idea: http://www.emastercam.com/board/topic/70978-post-comp-type-to-tooltable/#entry824448
  9. Yeah, pretty nice challenge! ...but with buffers only...
  10. Hello All! So, I just a created this NET-Hook to give some help to all who use the same level (names) structure. You can export a structure from an MCX to CSV and then import any time or change or whatever you want You can also add extra levels to the list during running this NET-Hook. All levels/names saved to an CSV file, using user shared folder. FT file attached, so you can drop it onto your toolbar too. Any comment or improvement are welcome! If you download it and if find it's helpful, push a like on this post THX! I forgot to mention, after second start, it reads the CSV file at startup, so after it loads your level set, you just need to hit "Set levels to MCX" and then exit and done... Download link: https://db.tt/guimWAir
  11. Try this: if stplnam <> swcsnam, [ result = mprint("WCS - TPlane ARE DIFFERENT!!!") rc2 = c9k rc3 = c9k ] I assume you have "c9k" variable defined as "9999"
  12. Yes Colin it was to late for me especially :S But I hope I'll see it on Youtube soon...
  13. aha.... Put this postblock somewhere between "prapidm" and "plinm" postblocks, do not insert to the end of post. AND use tabs for the rest lines of postblock PLS (like in all other postblocks). See if it helps. pApproach # Sharnoa non-tangent approach if cc_poss$ > 0 & cstart$ = 2, "G-1"
  14. Try all variables without "$", but I'm not sure that will work, but give a try. I would strongly recommend to update your V9 MCAM...
  15. Try this for pApproach postblock. ("0" instead of "zero" and "2" instead of "two")
  16. Okay, since our local Mr.Dr.Prof.PhD. 97% had no chance and probably time to visit this topic to share some cool ideas with us, I feel then it's my job to tell the rest 3%.......... 1, Look for "opcode$ = 2 & tool_op$ = 18" in "ptlchg$" and "ptlchg0$" postblocks 2, Output G12/G13 line based on operation depth, diameter, refpoint, stock etc parameters 3, In prapidout postblock look for G0 - (next)G1 lines to grab arc center at next-next G2/G3 line 4, Output arc center as position. 5, Switch "subout$" from zero to different output to release circles output to the air 6, Back to zero with "subout$" for the next hole 7, Order a beer for me, cus I just simply deserve This should be the process, but roughly, during the workaround, some issues may turn out as always...
  17. Since is a Sharnoa speciality, I would do this: Define this postblock pApproach # Sharnoa non-tangent approach if cc_pos$ > zero & cstart$ = two, "G-1" Modify this postblocks: plinm # Linear line movement - at feedrate pcan pcan1, n, sccomp, sgcode, pApproach, x, y, z, pfr, strcantext, e pcan2 pcirm # Circular interpolation pcan pcan1, n, sgplane, sccomp, sgcode, pApproach, x, y, z, parctyp, pfr, strcantext, e pcan2
  18. You can save memory space if you use radius arc output instead of I/J values. Not much, but more than nothing. Also using M0/M1/M3/M5/M8/M9/G0/G1/G2/G3 instead of M00/M01/M08/M09/G00/G01/etc. saves bytes.
  19. +1! We should make a championship here! "See who's have the longest!!!"
  20. Uhhh, yes, now I remember. I did a quick test before few days ago (with your HAAS post I think) and it's worked. So no more idea at this time. :S

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