587,019 active members*
4,120 visitors online*
Register for free
Login
Results 1 to 14 of 14
  1. #1
    Join Date
    Sep 2006
    Posts
    25

    Question program problrm

    We have center machine with Fanuc OM control
    I wrote a program such:

    .
    .
    .
    N50 G53 g00 z-10...
    N60 M03 s1000
    N70 ...

    after execution the program all line are executed but the machine stop on spindle rotation line M03 s1000 the spindle rotates but the program dosent go to next line!!! on the spindle drive rotation is indicated 1005 rpm.
    I have chck it in MDA mode M03 S1000 spindle rotates but the light on program starts remain on.
    I have checked all parameter. is there any diagnostic to show me real spindle rotation?
    please help me soon I need help urgently!

    thanks

    [email protected]

  2. #2
    Join Date
    Apr 2009
    Posts
    1379
    All I can think of quickly is a signal from the spindle drive (speed arrival?) that signals to the PLC/control to proceed. I would need the machine electrical to tell which signal it is.

  3. #3
    Join Date
    Nov 2007
    Posts
    79
    i think u have G1,G2 or G3 with out feed rate given in one of the blocks after N60, check ur prog very good , and see if u have an alarm
    i hope this help
    bye

  4. #4
    Join Date
    May 2009
    Posts
    181
    check the dry run switch, and spindle arrival signal.. it probably isnt on..

  5. #5
    Join Date
    Sep 2006
    Posts
    25

    Question program problem

    I have checked Spindle arrival signal it is "ON" after a few milisecond after M03 S1000 command.
    but the program stop in this line!!?
    Thanks

  6. #6
    Join Date
    Feb 2006
    Posts
    1792
    Possibly, M03 is redefined on your machine, using macros?

  7. #7
    Join Date
    Aug 2007
    Posts
    339
    If your machine can read 3 lines ahead which I think it does, the error may not be on the line it stops on. Could we see more of the program please?
    We all live in Tents! Some live in content others live in discontent.

  8. #8
    Join Date
    Jul 2008
    Posts
    29
    I think Boots is right. Show us some more of the program.

  9. #9
    Join Date
    Sep 2006
    Posts
    25

    Question program problem

    Thanks all for youe reply

    my proram is:

    N20 G00 G53 z-1
    N30 M03 S1000
    N40 G00 X.. Y..
    N50 G01 F.. Z...

    if I omit line N30 M03 S1000 the program executed normally! without problem and axis go to locations. but with spindle rotation stop on N30!?
    Thanks

  10. #10
    Join Date
    Feb 2006
    Posts
    1792
    Possibly, some hardware problem regarding completion of M-code???

    If you are working on 0i series control, assign a value of 2 to system variable #3003 before M03, and see what happens.

  11. #11
    Join Date
    Mar 2007
    Posts
    122
    Does this happen right after a tool change?

  12. #12
    Join Date
    Nov 2007
    Posts
    79
    send me the complete prog here if u want or pm please
    thnx

  13. #13
    Join Date
    Nov 2007
    Posts
    79
    any way i am quite sure that ur problem comes from the G 53 , because there are a limitation when u use it in the program with tool length compensation and or tool diameter compensation G 43 and or G41 ,G42 ,, any way try to cancel by G40 & G49 befor the block ( G53Z-???) if still no work i suggest u to cancel G53 from ur program and use one of the g54 or 55,,,,,59 to put ur work piece cordinate system
    and tell me if u solve the problem
    thnx

  14. #14
    Join Date
    Sep 2006
    Posts
    25
    justb this simple program
    N20 G00 G53 z-1
    N30 M03 S1000
    N40 G00 X120 Y100
    M30

Similar Threads

  1. Mazatrol Program into a G Code Program
    By fuzzman in forum Mazak, Mitsubishi, Mazatrol
    Replies: 15
    Last Post: 09-25-2012, 04:27 PM
  2. Replies: 12
    Last Post: 03-15-2010, 02:19 AM
  3. Program Restart in mid program?
    By Donkey Hotey in forum Haas Lathes
    Replies: 16
    Last Post: 03-18-2008, 08:19 PM
  4. CNC Cad program
    By bilbee in forum European Club House
    Replies: 3
    Last Post: 03-24-2006, 10:39 PM
  5. Replies: 11
    Last Post: 10-09-2005, 05:45 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •