Page 1 of 3 123 LastLast
Results 1 to 12 of 28

Thread: No rapid on Z Axis with G0

  1. #1
    Registered
    Join Date
    Jul 2007
    Location
    USA
    Posts
    33
    Downloads
    0
    Uploads
    0

    Exclamation No rapid on Z Axis with G0

    All,
    I have a program I was working on and if I run it block by block in the machine, it runs fine, but if I run it in auto, it runs line N30 and skips right to line N60. So it misses both of the Z rapid moves and runs the G1 feed move of the -.375. Would nayone have any ideas why it would miss those two lines?? Its as if it does not even see them...

    %M01
    N10 G0 G90 X-10.0 Y-5.0 T1 S600 M06
    N20 G75
    N30 G0 X3.9625 Y-.425
    N40 G0 Z.25
    N50 G0 Z.1
    N60 G1 Z-.375 F40
    N70 G41 X3.9625 Y-.425 F60
    N80 Y-.925

    Thank You,
    Brad


  2. #2
    Registered
    Join Date
    Jul 2007
    Location
    USA
    Posts
    33
    Downloads
    0
    Uploads
    0
    All,
    I need to ammend this. It originally started with this issue, but as I have been trying to work around it, it seems that i need to run it block by block all the time now. If i do not, it does the above, and it also does the same on the X axis when it tries to rapid. Any help would be great!!


  3. #3
    Moderator HuFlungDung's Avatar
    Join Date
    Mar 2003
    Location
    Canada
    Posts
    4,826
    Downloads
    0
    Uploads
    0
    What is the G75 in there for? If this were some sort of step and repeat pattern, shouldn't there be some commands on the line with the G75?
    First you get good, then you get fast. Then grouchiness sets in.

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


  4. #4
    Registered
    Join Date
    Mar 2008
    Location
    USA
    Posts
    60
    Downloads
    0
    Uploads
    0
    Hi Brad,

    Don’t know if I can be of much help. I haven’t used a BOSS 6 controller. Mine are BOSS 10. I know that the BOSS 10 can be fussy about cutter comp and I see a G41 in your program. Make sure you are cancelling (G40) the cutter comp when finished.

    I thought someone once told me that in the earlier versions of BOSS, you had to have a zero in front of the decimal point for values less than one.

    Have you tried shutting down and restarting the machine? If so does it run the program correctly on the first run?

    Try to run a program that you know is good (let the machine cut air) and see if it runs right. That may tell you if the problem is the program or the machine.

    Good luck


  • #5
    Registered
    Join Date
    Jul 2007
    Location
    USA
    Posts
    33
    Downloads
    0
    Uploads
    0
    Yeah the G75 is for a G2 later in the program, line N90. I have an arc to cut thats multi quadrant.


    I will try the zero infront of the decimal first. I have cycled the macihine many times and that has not helped. The zero ahead of the desimal might answer my other axis issues. I will also load a program from their programming manual and see what that does. I do appreciate you guys response!!


  • #6
    Moderator
    Join Date
    Nov 2004
    Location
    USA
    Posts
    2,986
    Downloads
    0
    Uploads
    0
    What control?

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


  • #7
    Registered
    Join Date
    Jul 2007
    Location
    USA
    Posts
    33
    Downloads
    0
    Uploads
    0
    This control is the original BOSS6 control that came on the machine.


  • #8
    Moderator
    Join Date
    Nov 2004
    Location
    USA
    Posts
    2,986
    Downloads
    0
    Uploads
    0
    Boss 6 requires no decimal point in the feedrate and f100 is a feedrate of 10 IPM, etc.
    G75 is for multi quadrant. Should not affect anything.
    Safety line should have a G40 in the beginning.
    Why the M01 in the beginning?
    If this is generated by a CAM, it may have unseen control characters causing the control some confusion.
    Write a simple program in MDI store and see what it will do. See operating or programming manual.
    The ZDI is the clock card and has points where parts of the board kick in. But this would not be affected by block vs run.

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


  • #9
    Registered
    Join Date
    Apr 2008
    Location
    usa
    Posts
    48
    Downloads
    0
    Uploads
    0

    What are you programming?

    What are you programming that you need two rapid moves in Z in a row? From what I see it should rapid directly to the Z.1 line basically ignoring the Z.25 line and then feed to the Z-.375 line. The only way it would work the way you have it would be in single block.
    Also to call up cutter comp correctly you need to ramp into it giving it enough distance to comp it correctly. On the older BOSS control I think you have ramp into it perpendicular to the path where on most you can just angle into it. Either way you need to give it some distance to let it pick up the cutter comp. Hope this helps.

    Kevin


  • #10
    Registered
    Join Date
    Jul 2007
    Location
    USA
    Posts
    33
    Downloads
    0
    Uploads
    0
    All, I appreciate the help with this! I still have not got the program above to work, so i tried a drilling cycle program and have the same issues :-(...
    %M01
    N10 G0 G90 X-10. Y-5. T1 M06
    N20 X2. Y-2.
    N30 Z0.25
    N60 G81 X2. Y-2. Z-0.1875 R.1 Q0. F20
    The M01 in the beginning is in there or when I use TeraTerm to send the program to the machine, the program does nor send correctly without it..??
    So with this one in "Auto" it still skips the Z0.25 and jumps to N60 and starts running it.. So any other ides on why it would skip the rapid move??
    I appreciate any help on this....


  • #11
    Registered
    Join Date
    Jul 2007
    Location
    USA
    Posts
    33
    Downloads
    0
    Uploads
    0
    So I mucked with it more today. I loaded a program straight from the programming manual:
    %N1GOG90X-2.Y-5.T1M6
    N5X1.Y-1.Z0.05
    N10G81X1.Z.55F80
    N15X3.
    N20X2.Y-2.5
    E

    On N5 the machine moves to the X-Y position, but when it goes to rapid, you hear the Z drive motor whine, but with no movement. The readout shows the Z moving though... Then it gets to N10 and runs fine... I ran this with and without a TLO in for T1. Same results. It almost seems like a drive transistor??


  • #12
    Moderator HuFlungDung's Avatar
    Join Date
    Mar 2003
    Location
    Canada
    Posts
    4,826
    Downloads
    0
    Uploads
    0
    This is an older control, does it actually have the capability to do 3 axis motion? In rapid on the older cncs, there is typically a sequence where X and Y move first, then the Z descends. Or Z retracts then X and Y execute. The sign of the move determines this, and presumably, Z0 is the top of your job and machining motions are Z- and moves to clearance would be Z+.

    Where are all three axis to begin with? This information is lacking from your sample programs, as there is no workshift call, nor a G92 command to set the position.

    Also add a G80 to your safety start line, in case a drilling cycle was in effect and still affecting the next run of the program.
    First you get good, then you get fast. Then grouchiness sets in.

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


  • Page 1 of 3 123 LastLast

    Similar Threads

    1. Rapid to (# set by Parameter) What's yours?
      By Scott_bob in forum G-Code Programing
      Replies: 8
      Last Post: 07-13-2009, 08:05 AM
    2. Rapid move axis control
      By mattpatt in forum SolidCam
      Replies: 3
      Last Post: 08-15-2008, 10:51 AM
    3. DOGLEG RAPID
      By cherokeechief79 in forum PTC Pro/Manufacture
      Replies: 1
      Last Post: 07-24-2008, 12:16 PM
    4. Int 412 shuts off on rapid Z axis travel
      By Jurek in forum Bridgeport and Hardinge Mills
      Replies: 4
      Last Post: 12-10-2007, 10:55 PM
    5. rapid speed
      By drafterman in forum DIY CNC Router Table Machines
      Replies: 3
      Last Post: 11-03-2007, 12:31 PM

    Posting Permissions


     


    About CNCzone.com

      We are the largest and most active discussion forum from DIY CNC Machines to the Cad/Cam software to run them. The site is 100% free to join and use, so join today!

    Follow us on

    Facebook Dribbble RSS Feed


    Search Engine Friendly URLs by vBSEO ©2011, Crawlability, Inc.