586,731 active members*
2,667 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > BobCad-Cam > XP Rebuild; now v22 Mach 3 post is messed up
Results 1 to 7 of 7
  1. #1
    Join Date
    Jan 2007
    Posts
    525

    XP Rebuild; now v22 Mach 3 post is messed up

    I had to reinstall XP on my CNC computer. I properly backed everything up (including my Mach 3 files) and the reinstall went fine. I've installed the newest version of Bobcad V22 (v22.43.007_update.exe) and then went to their support site to download the newest Mach 3 post (http://s229444871.onlinehome.us/bobc...%20032608).exe)

    Something is goofy with my post - it's driving the toolpath to the corner of the table. I know it's the new post because all of my old G code is just fine.

    Here's an example: a 2" square with 0.25" radius being profiled with no tool compensation with a 0.25" endmill. The resulting Gcode is below.

    Can someone please advise? Line N06 and N07 bother me, but I'm not experienced enough to diagnose. Thanks.

    (BEGIN PREDATOR NC HEADER)
    (MACH_FILE=YASNAC - 3AXVMILL.MCH)
    (MTOOL T1 S1 D.25 H5.)
    (SBOX X-1.25 Y-1.25 Z-1. L2.5 W2.5 H1.)
    (END PREDATOR NC HEADER)

    %
    O100 (PROGRAM NUMBER)
    (PROGRAM NAME - BOBCAD3.NC)
    (POST - MACH 3)
    (DATE - FRI. 05/23/2008)
    (TIME - 08:28PM)


    N01 G20 G40 G49 G54 G80 G90

    N02 G28 Z0.
    N03 G28 X0. Y0.

    (JOB 1 CONTOUR)
    (TOOL #1 0.2500 ENDMILL ROUGH)

    N04 M06 T1
    N05 M03 S748
    N06 G00 G90 G54 X-.75 Y-1.
    N07 G43 H1 Z.1 M08

    N08 G01 Z-.135 F1.7968
    N09 X.75 F2.9947
    N10 G03 X1. Y-.75 I0. J.25
    N11 G01 Y.75
    N12 G03 X.75 Y1. I-.25 J0.
    N13 G01 X-.75
    N14 G03 X-1. Y.75 I0. J-.25
    N15 G01 Y-.75
    N16 G03 X-.75 Y-1. I.25 J0.
    N17 G00 Z.1
    N18 M05
    N19 M09

    N20 G28 Z0.
    N21 G28 X0. Y0.
    N22 M02

    N23 M30
    %
    Tormach PCNC 1100, SprutCAM, Alibre CAD

  2. #2
    Join Date
    Jul 2006
    Posts
    66
    N06 G00 G90 G54 X-.75 Y-1. <---This is the work offset
    N07 G43 H1 Z.1 M08 < ---This is the height offset, safe Z and coolant on

    Hope it helps
    Mark

  3. #3
    Join Date
    Jan 2007
    Posts
    525
    Thanks Swag. Here are two pictures: The first is of the part & toolpath in BobCAD. The 2nd is the Gcode in Mach3 - you can see where I've pointed out the "extra" Gcode/toolpath that is being included... Any thoughts?
    Attached Thumbnails Attached Thumbnails Post Problem 1.jpg   Post Problem 2.jpg  
    Tormach PCNC 1100, SprutCAM, Alibre CAD

  4. #4
    Join Date
    Jan 2007
    Posts
    525
    The problem seems to be the inclusion of "G28" - anyone know why the post is including this?
    Tormach PCNC 1100, SprutCAM, Alibre CAD

  5. #5
    Join Date
    Jan 2006
    Posts
    4396
    Quote Originally Posted by tikka308 View Post
    The problem seems to be the inclusion of "G28" - anyone know why the post is including this?
    Yes, because most cnc's change tools at the home or atc position. My machines at work use a G30 (second reference point return) to change tools like Mazaks. You should have a tool change position for your cnc so you don't have trouble doing a manual tool change.

    Simply edit the G28 in the post processor to solve your problem.
    Toby D.
    "Imagination and Memory are but one thing, but for divers considerations have divers names"
    Schwarzwald

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

    www.refractotech.com

  6. #6
    Join Date
    Jan 2007
    Posts
    525
    Toby - thanks! I have never edited a post myself, but did a quick search, downloaded the PDF, and found that it's really not too difficult at all! Problem solved. Thanks!
    Tormach PCNC 1100, SprutCAM, Alibre CAD

  7. #7
    Join Date
    Mar 2008
    Posts
    163

    Lightbulb

    Quote Originally Posted by tobyaxis View Post
    You should have a tool change position for your cnc so you don't have trouble doing a manual tool change..
    Given the fact that his mill does not have a tool charge. the G28 could be alter in the post to read like G28 X12 Y0 for a tool change position or you can just delete the G28 line from your post

Similar Threads

  1. Machine All messed up
    By Ballnose in forum Bridgeport / Hardinge Mills
    Replies: 9
    Last Post: 05-20-2013, 03:38 PM
  2. I messed up big time
    By Deuce in forum MetalWork Discussion
    Replies: 7
    Last Post: 05-14-2008, 05:53 PM
  3. messed up tool path
    By dertsap in forum Mach Software (ArtSoft software)
    Replies: 6
    Last Post: 07-17-2007, 04:12 AM
  4. Steps per unit is all messed up???
    By mwalach in forum Mach Mill
    Replies: 2
    Last Post: 02-18-2007, 06:50 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •