Results 1 to 5 of 5

Thread: MC-4VAE/OSP5020M - Alarm B 539

  1. #1
    Registered
    Join Date
    May 2007
    Location
    United States
    Posts
    2
    Downloads
    0
    Uploads
    0

    MC-4VAE/OSP5020M - Alarm B 539

    Starting up our old Okuma, using Mastercam X2 to generate code. When trying out a new program that only uses one tool, machine runs great all the way through to the end. Upon restarting machine to run again I am getting an Alarm B, 539 Wrong T command – Code 1, which indicates: The T number same as active tool number is specified.

    The problem is that now the Active tool is tool 1, which now remains in the spindle. There is no need to change, as there are no other tools required.

    I have to go back into manual mode and send the tool back to the carousel before going in Auto to run again.

    The program starts and ends like this:

    (Beginning)
    $01.MIN%
    G15 H0
    T1 M6
    G0 G90 X-3.907 Y-31.306 S22500 M3
    G56 Z3. H1
    G1 Z-.2 F25
    < Body of the program, everything working fine>
    (End)
    G0 Z1.
    Z3.
    M2
    %

    Is there a way to cancel the Active tool 1 at the end of program so it can be run again when pressing Cycle Start? Right now when hitting again results in the Alarm as noted above.

    Thanks for any input! I hope to get this old beast up and running again.


  2. #2
    Registered
    Join Date
    Aug 2005
    Location
    the netherlands
    Posts
    8
    Downloads
    0
    Uploads
    0

    mc4v error

    well,...

    it seems that the origional 5020 controll gave a M63 command
    this means: tools change, with empty spindle return.

    yhis can be removed by a M64 command

    regards from the Netherland (europe)


  3. #3
    Registered
    Join Date
    Jan 2008
    Location
    USA
    Posts
    8
    Downloads
    0
    Uploads
    0
    On the 5000 control, you have press the "BLOCK SKIP 1" button and in the T1 M6 line of the program add a slash and it should look like this:

    /T1 M6

    The machine will skip that block and you should not get an error.


  4. #4
    Registered
    Join Date
    Jan 2007
    Location
    U.S.A.
    Posts
    71
    Downloads
    0
    Uploads
    0
    On the safer side, replace T1 M6 with these lines,
    IF[VTLCN EQ 1]GOTO N1
    IF[VTLNN EQ 1]GOTO N2
    T1M6
    GOTO N1
    N2 M6
    N1(START OF FILE)
    This way, if the tool has been called or is in the spindle, no alarms.
    You CAN do anything, if you REALLY want to, but how many people really want to?
    Kyle


  • #5
    Registered broby's Avatar
    Join Date
    Apr 2006
    Location
    Australia
    Posts
    643
    Downloads
    0
    Uploads
    0
    Also if you use tool offsets HA for the tool length and DA for Cutter Rad Comp, the machine will then make sure it is using the "Active" tools first offset information.
    To use the second or third offsets on the tool use HB/DB and HC/DC
    Much easier to use when manually editing any information. This way if you change tool numbers you do not have to search and replace all the instances of T1 H1 D1 for example.
    This, combined with Slaves suggestions should get you around your problem.
    Cheers
    Brian.


  • Similar Threads

    1. Replies: 1
      Last Post: 12-24-2012, 06:57 AM
    2. Replies: 6
      Last Post: 04-29-2011, 06:20 PM
    3. osp5020m tool offset format?
      By dmcdowell in forum Okuma
      Replies: 3
      Last Post: 01-14-2008, 08:32 AM
    4. Alarm 103...need help?!
      By JMFabrications in forum Haas Mills
      Replies: 10
      Last Post: 09-28-2007, 07:45 PM
    5. alarm #180
      By j-radkemachine in forum Haas Mills
      Replies: 1
      Last Post: 07-20-2006, 02:34 PM

    Posting Permissions


     


    About CNCzone.com

      We are the largest and most active discussion forum from DIY CNC Machines to the Cad/Cam software to run them. The site is 100% free to join and use, so join today!

    Follow us on

    Facebook Dribbble RSS Feed


    Search Engine Friendly URLs by vBSEO ©2011, Crawlability, Inc.