Hello Guest it is March 28, 2024, 06:16:20 PM

Author Topic: Post mosification for M00 Block Delete  (Read 2049 times)

0 Members and 1 Guest are viewing this topic.

Offline Fleck

*
  •  31 31
    • View Profile
    • fleckguitar.com
Post mosification for M00 Block Delete
« on: April 23, 2013, 02:19:05 AM »
Hi, I have added a tool change macro in Mach and am trying to block delete the M00's in the code as I am using the "Stop spindle wait for cycle start" in Mach.
 In my BC post  "Use block delete for stop codes (M00)? Y " is what I am  working with.  This is placing the "/" after the block line numbers causing Mach to reject the code.
 Is there something else I need to add to the (M00) in the post text?  
 Here is a bit of the code, Also not sure why but this part of the code is topping my speed out at 200ipm with a watchdog warning, even though cam is set f25. M00 is last line
                                                                            Thanks for any help.
           BEGIN PREDATOR NC HEADER)
(MACH_FILE=HAAS - 3XVMILL.MCH)
(MTOOL T1 S4 D.25 H2. A90. C0. DIAM_OFFSET 1 = .125)
(MTOOL T5 S4 D.25 H5. A118. C0. DIAM_OFFSET 5 = .125)
(MTOOL T2 S1 D.75 H5. A0. C0. DIAM_OFFSET 2 = .375)
(MTOOL T6 S2 D1. H2.65 A0. C.5 DIAM_OFFSET 6 = .5)
(MTOOL T11 S2 D.5 H4. A0. C.25 DIAM_OFFSET 11 = .25)
(SBOX X-.2495 Y-17.1291 Z-1.7503 L13.5 W18. H1.75)
(END PREDATOR NC HEADER)

%
O100
(PROGRAM NUMBER)
(PROGRAM NAME - BACK INSIDE ROUTE BOTTLE.NC)
(POST -  MACH 3 MILL NO ATC)
(DATE - MON. 04/22/2013)
(TIME - 10:06PM)

N01 G20 G40 G49 G54 G80 G90 G91.1
/N02 G53 Z0.

(JOB 1  HOLE  RANDOM POINT PATTERN)
(FEATURE DRILL HOLE)

/N03 T1 M6
N04 S9167 M03
N05 G00 G90 G54 X7.3511 Y-6.5342
/N06 G43 H1 Z.0997 M08
N07 G81 G98 X7.3511 Y-6.5342 Z-.0803 R.0997 F25.
N08 X5.6493 Y-14.4987
N09 G80
N10 G80
N11 M09
N12 M05
/N13 G53 Z0.
/N14 G53 X0. Y0.
N15/M00

(JOB 1  HOLE  RANDOM POINT PATTERN)
(FEATURE DRILL HOLE)

N16 T5 M6
N17 S1191 M03
N18 G00 G90 G54 X7.3511 Y-6.5342
N19 G43 H5 Z.0997
N20 G81 G98 X7.3511 Y-6.5342 Z-.2503 R.0997 F25.
N21 X5.6493 Y-14.4987
N22 G80
N23 G80
N24 M05
/N25 G53 Z0.
/N26 G53 X0. Y0.
N27/M00
                  

  
  

 
« Last Edit: April 23, 2013, 02:20:46 AM by Fleck »
this is my router, there are many like it but this one is mine