587,657 active members*
8,996 visitors online*
Register for free
Login
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2008
    Posts
    5

    Star SR20 Macro question

    Hi everyone, I have a star sr20 with fanuc 16tt 1998 model. I'm trying to make a sub program with a macro command that checks if the cutoff is in position. If not it will go to the cutoff and cutoff the materal. If it is in position it will skip and start the program.



    Thanks everyone.

  2. #2
    Join Date
    Jan 2006
    Posts
    14
    hi,

    did you mean something like this:

    %
    O7777(CUT-OFF-TOOL-SKIP)
    M77
    G0 G99 U#5081 V#5084 W#5082 T0
    IF[#5024GT-1]THEN IF[#5021LE0]GOTO1
    T200
    T100
    G0 G97 X21.0 S2000 M3
    G1 X-1.2 F0.015
    N1 M78
    M99
    %

    Command M77 is for prevent the buffering (like STOPRE on SIEMENS) and disable the single block key on SR-20R. I hope this M code works on SR-20 too. In the 2nd line offset will be canceled without moving axis. 3th line checks if the y axis is greater then machine position -1 and the x axis is less or equal position 0 there are no need to cut off. N1 M78 is for enabling the single block key.

    Hope it works for you. There are some initialization programs for star machines equipped with a fanuc control. Maybe i can help you.

  3. #3
    Join Date
    Oct 2009
    Posts
    6
    this looks very useful.thank you.

Similar Threads

  1. Star SR20
    By jrob69 in forum Employment Opportunity
    Replies: 3
    Last Post: 08-21-2008, 05:52 AM
  2. Star
    By TZ250 in forum Dolphin CAD/CAM
    Replies: 2
    Last Post: 08-27-2007, 01:09 PM
  3. Thread commands on 6T control
    By Ricardo Guedes in forum Fanuc
    Replies: 2
    Last Post: 02-03-2006, 07:21 AM
  4. Looking for THK SR20 Bearings (cars)
    By southernexplore in forum Linear and Rotary Motion
    Replies: 1
    Last Post: 01-31-2006, 12:25 PM
  5. Need Star in .dxf
    By rcazwillis in forum Uncategorised CAM Discussion
    Replies: 12
    Last Post: 12-29-2005, 12:16 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
  •