Need Help! G92 fanuc multi-thread error


Results 1 to 5 of 5

Thread: G92 fanuc multi-thread error

  1. #1
    Member MoSayed's Avatar
    Join Date
    Jun 2022
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default G92 fanuc multi-thread error

    Hello,
    I'm trying to do 4 start thread with g92 cycle
    Control is oi-tf plus
    I'm using Q method to shift start angle cause application requires to start all starts from same z value
    But there is no shifting happens all cyclies start for same starting angle ignoring (Q0,Q90000,Q180000,Q270000)
    Work piece dia is 35mm

    Code sample.
    G99;
    T0606;
    G97S100 M03 P1;
    G00 x36;
    Z-2;
    G92X35Z-7F9Q0;
    X34.7;
    X34.4;
    X34.1;
    G1 Z-2F0.05;
    G92X35Z-7F9Q90000;
    X34.7;
    X34.4;
    X34.1;
    G1 Z-2F0.05;
    .........

    Where is the mistake in the code?

    Similar Threads:


  2. #2
    Member mactec54's Avatar
    Join Date
    Jan 2005
    Location
    USA
    Posts
    15362
    Downloads
    0
    Uploads
    0

    Default Re: G92 fanuc multi-thread error

    Quote Originally Posted by MoSayed View Post
    Hello,
    I'm trying to do 4 start thread with g92 cycle
    Control is oi-tf plus
    I'm using Q method to shift start angle cause application requires to start all starts from same z value
    But there is no shifting happens all cyclies start for same starting angle ignoring (Q0,Q90000,Q180000,Q270000)
    Work piece dia is 35mm

    Code sample.
    G99;
    T0606;
    G97S100 M03 P1;
    G00 x36;
    Z-2;
    G92X35Z-7F9Q0;
    X34.7;
    X34.4;
    X34.1;
    G1 Z-2F0.05;
    G92X35Z-7F9Q90000;
    X34.7;
    X34.4;
    X34.1;
    G1 Z-2F0.05;
    .........

    Where is the mistake in the code?
    Have you used a G92 with your machine before?? not all controls can use the G92, and you have to use a G76 one thread at a time.

    Mactec54


  3. #3
    Member MoSayed's Avatar
    Join Date
    Jun 2022
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by mactec54 View Post
    Have you used a G92 with your machine before?? not all controls can use the G92, and you have to use a G76 one thread at a time.
    Yes i usually use G92 cycle but in standard single start threads and it works perfectly



  4. #4
    Member mactec54's Avatar
    Join Date
    Jan 2005
    Location
    USA
    Posts
    15362
    Downloads
    0
    Uploads
    0

    Default Re: G92 fanuc multi-thread error

    Quote Originally Posted by MoSayed View Post
    Yes i usually use G92 cycle but in standard single start threads and it works perfectly
    The X axis has to be different start point for each thread start position Here is a chart from Harvey tool but does not do a 4 start but the same applies no matter how many starts you are doing

    Attached Files Attached Files
    Mactec54


  5. #5
    Member mactec54's Avatar
    Join Date
    Jan 2005
    Location
    USA
    Posts
    15362
    Downloads
    0
    Uploads
    0

    Default Re: G92 fanuc multi-thread error

    Quote Originally Posted by mactec54 View Post
    The X axis has to be different start point for each thread start position Here is a chart from Harvey tool but does not do a 4 start but the same applies no matter how many starts you are doing
    Sorry said it had to change in the X axis and it has to change in the Z axis

    Mactec54


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

G92 fanuc multi-thread error

G92 fanuc multi-thread error