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:

Jasond0530

Verified Members
  • Posts

    98
  • Joined

  • Last visited

Everything posted by Jasond0530

  1. Ok, all you need to add is *tseq=1----before M6 line *tseq, ----on M6 line tseq = tseq +1---after m6 line these in the psof. and in the ptlchg section *tseq, ----on M6 line tseq = tseq +1---after m6 line you dont need to add any more than this!
  2. I have this in post, It may not be the correct way, but it works!! *tseq=1 pcom_moveb c_mmlt$ #Multiple tool subprogram call *tseq,*t$, "M6", ptoolcomment #e$ *speed, tseq = tseq +1 this is in the psof section *tseq,*t$, "M6", ptoolcomment #*speed, tseq = tseq +1 and this in the ptlchg block.
  3. Got it sorted!!! Customer gave me wrong info on cuttter!!!!!
  4. the rad is on the inside of the bore!
  5. Due to time a lollipop cutter approach is not an option!! I have managed to successfully flow line the 90mm bore, but no matter what I try on the square pocket, I always get some gouges even with direction on and gouge cut off! Any suggestions?
  6. I have a piece of tubing approx 190mm dia with a 184mm dia bore 300mm long which has a 90mm bore and a rectangular pocket 90mm x60mm(60mm going thru the "Y" axis) which require 1.5mm rads on the inside edge of bore and pocket. the cutter i have defined is a 18mm slot mill,2mm wide with 0.99mm corner rads! any ideas as to best achieve these rads using a full 4th axis with L3 mill and solids! any help appreciated.
  7. i have this in my post, at end of pretract and also ptlchg blocks if mi7$ = 1, [ pbld, n$, "G325H#148(TOOL BREAKAGE DETECTION,FORCED2)", e$ ] else, [ if (tldia$ <= 5.9), "G325H#148 (TOOL BREAKAGE DETECTION)", e$ ] " ", e$ if (mi5$ = 1), [ works well for my post!
  8. Try G324H#148 at end of tool! This is tool breakage. It will detect within an amount(not sure of amount). If you put a Q value as well this will change limit! Ie q1 will give you a tolerance of 1mm, if tool is further out than that mc will alarm out. Hth
  9. Create a helix with taper in left or right view, project that to 2d and use axis substution, top plane and 3d contour.
  10. Ok what you need to do is add this to end of general output settings; hssw : 0 hsse : 0 and after the G43 line add these(I had to enter twice in my post) if mi8$ = 1, "G332 R1.(SPEED PRIORITY)", e$ if mi8$ = 2, "G332 R2.(INTERMEDIATE MODE)", e$ if mi8$ = 3, "G332 R3.(ACCURACY-DEFAULT)", e$ if mi8$ = 4, "G332 R4.(ACCURACY TOP PRIORITY)", e$ if (mi6$ = 1), [ pbld, n$, "G8 P1", e$ hssw = 1 ] if (mi6$ = 2), [ pbld, n$, "G5.1 Q1", e$ hssw = 2 ] and the remainder i added at the end of the toolchange part before the M30. also to change the info in the misc inters page you change either the misc inter strings in post or goto your md/cd to change them. if not message me and i will try my best to help! HTH Jason.
  11. If G5.1 dosn't work try G8p1 works just as well as the g5! HTH
  12. As dave said, comment out the G49! i have this in my post which is activated by the misc inters and seems to work well for my Mori NH5000. if mi8$ = 1, "G332 R1.(SPEED PRIORITY)", e$ if mi8$ = 2, "G332 R2.(INTERMEDIATE MODE)", e$ if mi8$ = 3, "G332 R3.(ACCURACY-DEFAULT)", e$ if mi8$ = 4, "G332 R4.(ACCURACY TOP PRIORITY)", e$ if (mi6$ = 1), [ pbld, n$, "G8 P1", e$ hssw = 1 ] if (mi6$ = 2), [ pbld, n$, "G5.1 Q1", e$ hssw = 2 ] bla bla bla bla if (hssw = 1), [ pbld, n$, "G8 P0 ", scoolant, e$ hssw = 0 ] if (hssw = 2), [ pbld, n$, "G5.1 Q0 ", scoolant, e$ hssw = 0 ] hope this helps! Jason.
  13. Add this to post after g43 line! " if (mi6$ = 1), [ pbld, n$, "G8 P1", e$ hssw = 1 ] if (mi6$ = 2), [ pbld, n$, "G5.1 Q1", e$ hssw = 2 ] " And this at end of tool path " if (hssw = 1), [ pbld, n$, "G8 P0 ", scoolant, e$ hssw = 0 ] if (hssw = 2), [ pbld, n$, "G5.1 Q0 ", scoolant, e$ hssw = 0 ] " you will also need to add this to the General Output settings part "hssw : 0" also change the descriptor for Mi6 to " 6. "High Speed [ 1 = G8 P1, 2 = G5.1 Q1 ]" hope this helps
  14. Robert,i have tried my file with multiple rotation(drilling holes around centreline of pallet) which i started on the front veiw(b0)and right=b90 etc. this is posted code i get less resseting the cabs: % O0000 (T) (PROGRAM - T.NC) (DATE - APR-20-2011) (TIME - 3:16 PM) (T5 - 4MM SPOTDRILL - H5 - D5 - D5.500mm) (T35 - 3.9MM DRILL - H35 - D35 - D3.900mm) (T36 - 8 X 32 ROLL TAP - H36 - D36 - D4.100mm) (T37 - 3.3MM DRILL - H37 - D37 - D3.300mm) (T38 - 6 X 32 ROLL TAP - H38 - D38 - D3.800mm) (T39 - 4.3MM DRILL - H39 - D39 - D4.300mm) N5 G0 G17 G21 G40 G80 G90 N10 G90 G10 L2 P1 ( G54 ) X0. Y0. Z0. B90. N15 G90 G10 L2 P2 ( G55 ) X0. Y0. Z0. B270. N20 G90 G10 L2 P3 ( G56 ) X0. Y0. Z0. B270. N25 G90 G10 L2 P4 ( G57 ) X0. Y0. Z0. B270. N30 G90 G10 L2 P5 ( G58 ) X0. Y0. Z0. B270. N35 G90 G10 L2 P6 ( G59 ) X0. Y0. Z0. B270. N40 G90 G10 L20 P1 ( G54.1 P1 ) X0. Y0. Z0. B270. N45 G90 G10 L20 P2 ( G54.1 P2 ) X0. Y0. Z0. B270. N50 G90 G10 L20 P3 ( G54.1 P3 ) X0. Y0. Z0. B270. N55 G90 G10 L20 P4 ( G54.1 P4 ) X0. Y0. Z0. B90. N60 G90 G10 L20 P5 ( G54.1 P5 ) X0. Y0. Z0. B90. N65 G91 G30 Z0. N70 T5 M6 (4MM SPOTDRILL) N75 M11 (UNLOCK) N80 G0 G17 G90 G54 B0. X112.219 Y4.848 S6000 M3 N85 M10 (LOCK) N90 G43 Z250. H5 M8 T35 N95 G94 N100 G98 G81 Z138.376 R142.376 F600. N105 X45.544 N110 X-21.131 N115 G80 N120 M11 (UNLOCK) N125 G55 B-45. X35.96 Y4.793 N130 M10 (LOCK) N135 Z250. N140 G98 G81 Z134.653 R138.653 F600. N145 X10.56 N150 X-14.096 N155 G80 N160 M11 (UNLOCK) N165 G56 B-88.5 X-5.338 Y4.763 N170 M10 (LOCK) N175 Z250. N180 G98 G81 Z164.526 R168.526 F600. N185 X-94.746 N190 G80 N195 M11 (UNLOCK) N200 G57 B-178.5 X142.142 Y4.762 N205 M10 (LOCK) N210 Z250. N215 G98 G81 Z102.461 R106.461 F600. N220 G80 N225 M11 (UNLOCK) N230 G58 B-178.711 X92.236 Y4.763 N235 M10 (LOCK) N240 Z250. N245 G98 G81 Z120.267 R124.267 F600. N250 G80 N255 M11 (UNLOCK) N260 G59 B-178.5 X51.972 Y4.763 this is what i was hopping for: % O3313(*********** (DRAWING NUMBER : **********DRILLING) (ISSUE/REV NUMBER : CHECK) G0G90G80G40G94G49G17G21 G10G90L2P1X-365.0Y-167.191Z-949.866B0. G10G90L2P2X-365.0Y-167.191Z-949.866B-45. G10G90L2P3X-365.0Y-167.191Z-949.866B-88.5 G10G90L2P4X-365.0Y-167.191Z-949.866B-178.5 G10G90L2P5X-365.0Y-167.191Z-949.866B-178.711 G10G90L2P6X-365.0Y-167.191Z-949.866B-178.5 G10G90L20P1X-365.0Y-167.191Z-949.866B-178.147 G10G90L20P2X-365.0Y-167.191Z-949.866B-176.697 G10G90L20P3X-365.0Y-167.191Z-949.866B-175.487 G10G90L20P4X-365.0Y-167.191Z-949.866B-180. G10G90L20P5X-365.0Y-167.191Z-949.866B-270. M1 M161(PALLET 1) IF[#147NE1]THEN#3000=123(PALLET ERROR) T5M6(4MM SPOTDRILL ) G0G90G54X112.219Y4.848S6000M3 M11 B0.( MASTERCAM B AXIS OUTPUT = B0.) M10 G17 G43Z350.0H5M8 T35 G98G81Z138.376R142.376F600. X45.544 X-21.131 G80 G17 G55X35.96Y4.793 M11 B0.0( MASTERCAM B AXIS OUTPUT = B-45.) M10 Z350.0 G98G81Z134.653R138.653F600. X10.56 X-14.096 G80 G17 G56X-5.338Y4.763 M11 B0.0( MASTERCAM B AXIS OUTPUT = B-88.5) M10 Z350.0 G98G81Z164.526R168.526F600. X-94.746 G80 G17 this is same file posted from x3 of which post has many problems!!!!
  15. Robert, tried post and is outputting only B90.0 or B270.0! where do you capture the real mcx b figure from as that is what i want on the G10 line! getting the b figures right in rest of prog is fine as i have replaced Pfcout with "B0.0", "(MCX B OUTPUT = ", *cabs, ")" or something along those lines!
  16. Robert I have put my post on the ftp server in the text and post files folder and called it "copy of mpmaster". looked for the output for the rotary output but thinking i have been looking at this for too long and getting nowhere!!! any help would be appreciated.
  17. Robert-Spade Do you know of any way to output the B axis datum on G10 line instead of "B0" as i tend to leave all my B moves in prog to zero and let the G10 line control the rest of prog! Cheers Jason.
  18. Is the control in Industry standard or Basic? does the control miss arcs out doing circle mill using perpendicular entry with line and arc entry I.E X-5. Y0. G43 Z50. H5 Z1. G94 G1 Z0. F2000. G41 D5 Y5. F300.(this line is read) G3 X-10. Y0. I0. J-5.(also read) X10. I10. J0.(not m/c'd properly/ignored) X-10. I-10. J0.(not m/c'd properly/ignored) X-5. Y-5. I5. J0.(ok) G1 G40 Y0.(ok) if you have this problem seek hurco help! this is a read ahead problem and needs changing from 3 lines ahead to 1!!!! this worked for me!!!
  19. Roger, given up trying to mod my post(thinking its a little over my head!) had a look around for the V9 pst and files but cant seem to find it! would appreciate it if you could let me know! cheers Jason
  20. Hey Zoober have added this to my post! bearing in mind i'm a bit new to post editing(i can see the math/ logic in the statements) but can only get it to output (***********************************************) (*********** WORK COORDINATES START **********) G11 (*********** WORK COORDINATES END **********) i also get pst errors :-The formula/boolean does not terminate properly and :-Label has not been defined[34]about six or seven times!(the (34) is different in each case)! Any Ideas, Jason
  21. Hi I have been modding the mpmaster post to suit a mori seiki nh5000 dcg! i pretty much have done all the main things i wanted but cannot get it to output the g10(workoffsets) lines at head of prog! Also copied bits and peices from an old post, that wont run on the m/c but outputs ok for that post but does not work when copied into mpmaster! what is the best way to acheive the g10 lines! thanks in advance

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