Cannot use axis values without a g code that uses them


Results 1 to 4 of 4

Thread: Cannot use axis values without a g code that uses them

  1. #1
    Registered
    Join Date
    Jul 2017
    Location
    United States
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default Cannot use axis values without a g code that uses them

    First time posting for help with code.
    I've already done some searching and I understand why this error is thrown. However, all other tool operations are written the same yet it throws this error for the final boring operation.
    It says "around N464"

    N5 G40 G80 G00
    N462 T0505 ()
    N463 (TR-contour5)
    N464 M03 S1000
    N465 M08
    N466 G00 Z2.2
    N467 X-70.37
    N468 Z2.193
    N469 X-23.615
    N470 G01 Z-1.8 F0.05
    N471 X-22.23
    N472 X-21.667 Z-1.771
    N473 G00 Z0.4
    N474 G01 X-25.
    .....

    Thanks in advance for the help.

    Similar Threads:


  2. #2
    Member dcoupar's Avatar
    Join Date
    Mar 2003
    Location
    USA
    Posts
    2932
    Downloads
    0
    Uploads
    0

    Default Re: Cannot use axis values without a g code that uses them

    Give us a hint... what control is it? What error does it "throw"?



  3. #3
    Registered
    Join Date
    Jul 2017
    Location
    United States
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default Re: Cannot use axis values without a g code that uses them

    Figured it out. Realized that PathPilot was calling out the error on LINE 464 not N464. That's where I inserted a G0 and it loaded the code without an error.

    N4 G40 G80 G00
    N443 T0303 ()
    N444 (DRILL-1)
    N445 M03 S1000
    N446 M08
    N447 G00 Z2.2
    N448 X67.17
    N449 Z4.
    N450 X0.
    N451 G74 R2.
    N452 G74 Z-99. Q2. F0.2
    N453 G80
    N454 Z4. <<<< Inserted G0 here
    N455 Z2.2
    N456 X67.17
    N457 M09
    N458 M05
    N459 G0 X2
    N460 Z1
    N461 M01



  4. #4
    Member
    Join Date
    Feb 2006
    Location
    india
    Posts
    1792
    Downloads
    0
    Uploads
    0

    Default Re: Cannot use axis values without a g code that uses them

    No control is perfect. Since G74 belongs to a different group, it is expected that G00 would be assumed with Z4.
    What error was it throwing?



Tags for this Thread

Posting Permissions

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


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

Cannot use axis values without a g code that uses them

Cannot use axis values without a g code that uses them