603,818 active members*
4,088 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking Machines > Haas Machines > Haas Lathes > SL-40 Tool for a Stop (Code)?
Results 1 to 12 of 12
  1. #1
    Join Date
    Sep 2007
    Posts
    37

    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

  2. #2
    Join Date
    Oct 2003
    Posts
    352
    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
    Join Date
    Jul 2005
    Posts
    12177
    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
    Join Date
    Sep 2007
    Posts
    37
    WOLOG the g53 makes sense and yes I would like get a sample of this code.

  5. #5
    Join Date
    Sep 2007
    Posts
    37
    Thanks Geoff

  6. #6
    Join Date
    Oct 2003
    Posts
    352
    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
    Join Date
    Jul 2005
    Posts
    12177
    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
    Join Date
    Oct 2003
    Posts
    352
    Geof,

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

  9. #9
    Join Date
    Jul 2005
    Posts
    12177
    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
    Join Date
    Oct 2003
    Posts
    352
    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
    Join Date
    Jul 2005
    Posts
    12177
    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
    Join Date
    Oct 2003
    Posts
    352
    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.

Similar Threads

  1. D&M and other School Orphans
    By draftingrus in forum Benchtop Machines
    Replies: 1
    Last Post: 06-21-2013, 05:47 AM
  2. newbie looking for school
    By nc9933 in forum Mentors & Apprentice Locator
    Replies: 0
    Last Post: 12-31-2007, 01:26 AM
  3. Old School Calibration
    By kenbarra in forum Calibration / Measurement
    Replies: 4
    Last Post: 04-30-2007, 01:16 PM
  4. New cnc school
    By warnercnc in forum Community Club House
    Replies: 1
    Last Post: 02-20-2007, 05:25 AM
  5. School in Socal?
    By Do.kevin in forum Employment Opportunity
    Replies: 0
    Last Post: 01-18-2007, 08:12 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
  •