SL-40 Tool for a Stop (Code)?


Results 1 to 12 of 12

Thread: SL-40 Tool for a Stop (Code)?

  1. #1
    Registered
    Join Date
    Sep 2007
    Location
    USA
    Posts
    37
    Downloads
    0
    Uploads
    0

    Cool SL-40 Tool for a Stop (Code)?

    How do you program a tool for a stop?

    For some reason I believe that, customarilly, after the M0 you change your offset.

    I run a Haas SL-40 (fanuc).

    G20;
    G0;
    T909 (Stop)
    G54 X10. Z10.;
    X0 Z.1;
    M11;
    (**********);
    M0 (Locate Bar Against Stop);
    (**********);
    M10;
    G28;

    T101 (Turning Tool);
    G55 X2.1 Z0.0;
    G50 S1200;
    G96 S460;
    X2.0;
    G71.........

    Any tips, suggestions, or ideas are greatly appreciated

    Similar Threads:
    Last edited by rapidtraverse; 01-06-2008 at 11:01 AM. Reason: Wrong title


  2. #2
    Registered WOLOG's Avatar
    Join Date
    Oct 2003
    Location
    HOUMA,LA
    Posts
    352
    Downloads
    0
    Uploads
    0

    Default

    I use G00 G53 X Z thing to position the stock stopper. I don't know if this right, but it works for me.


    Use an M00 to unclamp the chuck and to move the material to the stop.

    I can give an example program if you would like.



  3. #3
    Member
    Join Date
    Jul 2005
    Location
    Canada
    Posts
    12177
    Downloads
    0
    Uploads
    0

    Default

    You are stopping the spindle, bringing tool 9, the stop, down into place then opening the chuck and stopping program execution with the M0.

    You pull the bar out then push Cycle Start again???

    What happens? On my SL 10 if I try a sequence like this when I push Cycle Start after the M0 I get the Alarm 'Chuck Unclamped' and the program will not restart. I do not open the chuck in the program, I just bring the stop into place, stop the program at the M0 then open and close the chuck with the foot pedal.

    Regarding offsets I just treat the stop T909 like any other tool.

    An open mind is a virtue...so long as all the common sense has not leaked out.


  4. #4
    Registered
    Join Date
    Sep 2007
    Location
    USA
    Posts
    37
    Downloads
    0
    Uploads
    0

    Default

    WOLOG the g53 makes sense and yes I would like get a sample of this code.



  5. #5
    Registered
    Join Date
    Sep 2007
    Location
    USA
    Posts
    37
    Downloads
    0
    Uploads
    0

    Default

    Thanks Geoff



  6. #6
    Registered WOLOG's Avatar
    Join Date
    Oct 2003
    Location
    HOUMA,LA
    Posts
    352
    Downloads
    0
    Uploads
    0

    Default

    Rapid,

    This how I do it. i do not use the G20 thing. I am not sure how the G53 will act in your code.

    G53 IS MACHINE POSITION FROM HOME POSITION. IT SHOULD ALWAYS BE NEGATIVE VALUES. This was the way my post processor was set up when I bought my cam system.


    (Stock Stopper------Empty B/B Block)
    G54;
    G00 G53 X0 Z-10.(TOOL CHANGE POS)
    T707;
    G00 G53 X-15.5 Z-20.;(MOVE BLOCK IN MACHINE POS. TO FRONT OF PART)
    M11;(CHUCK UNCLAMP)
    M00;
    (POSITION MATERIAL TO BORING BAR BLOCK)
    M10; (I USUALLY MANUALLY CLAMP THE CHUCK)
    M00;
    G00 G53 X0 Z-10.;
    M01;

    It seems basically the same as your G20 setup. I do not change the work offset. If I program the stock stopper at G54, then the rest of the program will be G54. Does this help?



  7. #7
    Member
    Join Date
    Jul 2005
    Location
    Canada
    Posts
    12177
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by WOLOG View Post
    .....M10; (I USUALLY MANUALLY CLAMP THE CHUCK)
    .....
    Will your machine restart if you do not manually clamp the chuck?

    An open mind is a virtue...so long as all the common sense has not leaked out.


  8. #8
    Registered WOLOG's Avatar
    Join Date
    Oct 2003
    Location
    HOUMA,LA
    Posts
    352
    Downloads
    0
    Uploads
    0

    Default

    Geof,

    It works fine. There is no problems with starting up again.



  9. #9
    Member
    Join Date
    Jul 2005
    Location
    Canada
    Posts
    12177
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by WOLOG View Post
    Geof,

    It works fine. There is no problems with starting up again.
    Thanks, I guess I need to search for the Parameter that controls it.

    An open mind is a virtue...so long as all the common sense has not leaked out.


  10. #10
    Registered WOLOG's Avatar
    Join Date
    Oct 2003
    Location
    HOUMA,LA
    Posts
    352
    Downloads
    0
    Uploads
    0

    Default

    Geof,

    I don't think there is a parameter for that. The stock stop works fine everytime I run it in a program. Tomorrow morning, I will scan through different programs to see if the sequence is different. What is your machine doing exactly when you try to run a stock stop?



  11. #11
    Member
    Join Date
    Jul 2005
    Location
    Canada
    Posts
    12177
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by WOLOG View Post
    .... What is your machine doing exactly when you try to run a stock stop?
    If I stop the program with the chuck unclamped it will not restart unless I manually close the chuck. I cannot have M10 and M11 separated by the M00 when I hit cycle start it tells me the chuck is unclamped and will not resume operation.

    An open mind is a virtue...so long as all the common sense has not leaked out.


  12. #12
    Registered WOLOG's Avatar
    Join Date
    Oct 2003
    Location
    HOUMA,LA
    Posts
    352
    Downloads
    0
    Uploads
    0

    Default

    Geof,
    I will check that first thing in the morning for you. If that is the case, then maybe a G04 dwell may fix that. Figure out how long you need to advance your stock and don't use the M00. Safety should dictate whether this is acceptable for you or not. That may cause more problems than what it's worth.



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

SL-40 Tool for a Stop (Code)?

SL-40 Tool for a Stop (Code)?