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. Well, I just started... I have everything now, I just need your help to point me on the right direction with math... I'm sure that angles are not correct now. I can read zeros, vectors from MCAM. But I'm not a math guy... Any ideas can come!
  2. I did! Believe or not, I just start to work on it for fun, we'll see where it goes. ...and when...
  3. A C-Hook or a NET-Hook may be...? Hmmm... Make sense for me... Let's see.
  4. What is the reason of this switch? Why needed to switch between 3ax/5ax engine? I'm just curious, not blaming here.
  5. Some search in post section... http://www.emasterca...showtopic=67823 http://www.emasterca...showtopic=62826
  6. I usually make a "Base Stock" Stock Model OP for start. In your case, you can extrude a solid, as I made on level 100 for stock. Then you good to go in verify also. No need to play with STL files from outside. Just as I don't like too...
  7. OR do some search... http://www.emastercam.com/board/index.php?showtopic=64737 http://www.emastercam.com/board/index.php?showtopic=62826
  8. Which post? In mpmaster try to change format numbers to 12: fmt "X" 12 xabs #X position output fmt "Y" 12 xabs #Y position output fmt "I" 12 iout #Arc center description in X fmt "J" 12 jout #Arc center description in Y fmt "K" 12 kout #Arc center description in Z
  9. I'm not really sure... I would use abs() function: if depth$ < 0, depth$ = abs(zr$ + depth$)
  10. Glass containers? My favorite... If you use Parallel Finish or similar toolpathes often, I also suggest to use arc filter strongly and not only in XY plane. I used on XZ and YZ planes also with lot of success on this kind of moulds and older machines. But in this case I would use I-J-K on arc moves, instead of R. Your older Okumas has OSP5000 control?
  11. I suggest to force regen the operation after you change anything in and even if it not goes dirty. You can setup a logic in post to check offsets and/or build a detailed toolist at begining of NC code with ALL offsets in NC code. Me too...
  12. Thank Josh! I have the beta, but not work. I hope, not work yet... Same here...
  13. Ohhh, where? When? Any feedback/answer? Yess, Tool/Holder length or full length at least. :S
  14. Yepp, I thought that should be a problem, so today afternoon I dowloaded the latest (1.70), but no changes. Well, afternoon for me...
  15. THX dude! Also works for me, but the problem is with 20007-7 that it's from the original tool definiton, not from the given operation. 20007-3 should be OK, but holder length not. :/ That's why I need 15832 and 15836.
  16. Hi all, I made it many-many times... But today... Pfff... I'm try to dump into my favorit buffer the overall length of tool and holder from operations, but no luck... I uncommented the following line, but no luck I can't find pwrttparam$ #Pre-read parameter data "pwrttparam", ~prmcode$, ~sparameter$, e$ Yes, I did this: if prmcode$ = 15832, ToolLength = rpar(sparameter$, 1) #Szerszám teljes hossza if prmcode$ = 15836, ToolHolderLn = rpar(sparameter$, 1) #Szerszámtartó teljes hossza Any idea how can I get the 15832/15836 parameters?
  17. What kind? I have one with Android, but thinkin' to change. Do you use it for....?
  18. THX! Yepp, I plan to make a much simplier implementation. Keep track this topic!
  19. Then you can use a pre-calculated variable, z_min$ it gives you de maximum depth of operation. No need to catch 10029 parameter, just simply output it. Your operation_depth variable already formatted, so, example: # operation_depth = z_min$ "( DOC =", *operation_depth, ")", e$ last_op_id = op_id$ #
  20. Yes. Always almost... Need to define EXACTLY what we want. Error check during post? List from these values in header section of NC code? List from these values at tool changes in NC code? Check and compare values to given Min/Max values?
  21. Good to mention this also! But now I think you need the lowest Z value (during machinig), not the operations depths... Am I right?
  22. Hi Steven! Good thing that you catched this! Need some improvement, I'll work on it! I didn't think about this issue when I made it. I'll be back.

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