585,894 active members*
5,162 visitors online*
Register for free
Login
IndustryArena Forum > Machine Controllers Software and Solutions > Fanuc > Alarm 003 to many digits on Hardinge with 18-T
Results 1 to 9 of 9
  1. #1
    Join Date
    Dec 2006
    Posts
    49

    Alarm 003 to many digits on Hardinge with 18-T

    My control keeps getting stuck at the following line:

    G0 X.3096 Z1. (RAPID TO 1 INCH FROM FACE)

    When it stops here I get a "003 TOO MANY DIGITS" alarm. According to the alarm code list this means I have entered too many digits. Very helpful. Anyone run into this before?

    Bob J

  2. #2
    Join Date
    Mar 2003
    Posts
    2932
    Please post some more code. 5 blocks either side should do.

  3. #3
    Join Date
    Dec 2008
    Posts
    42
    Yea there is nothing wrong with that line, more than likely it is one or a few lines after, as most all modern controls read a few to several lines of code ahead of the one being executed.

  4. #4
    Join Date
    Feb 2006
    Posts
    1792
    TOO MANY DIGITS: In direct input (i.e., not through calculations), you cannot use more than eight digits, including zeroes.

  5. #5
    Join Date
    Dec 2006
    Posts
    49

    alarm 003

    Apologies for the tardy reply. I was out for a couple of days and by the time I returned an operator had butchered the program so badly the alarm problem became moot. It seems that leaving the edit key in is a license to kill. After rewriting the program I didn't have the issue so I am assuming it was either an input error or one of my descriptions was to long. Either way it is a phantom until it occurs again. Thank you for your suggestions and responses.

    Bob J

  6. #6
    Join Date
    Jun 2008
    Posts
    1838
    Quote Originally Posted by HBFixedGear View Post
    Apologies for the tardy reply. I was out for a couple of days and by the time I returned an operator had butchered the program so badly the alarm problem became moot. It seems that leaving the edit key in is a license to kill. After rewriting the program I didn't have the issue so I am assuming it was either an input error or one of my descriptions was to long. Either way it is a phantom until it occurs again. Thank you for your suggestions and responses.

    Bob J
    Hi Bob J

    Possible you had the program line numbers going above the 9999 that is the usual Fanuc default amount, if for example you have a program where you set the numbers to go in increments of say 10 to allow for editing at the machine it is easy to end up with numbers that go above the 9999 limit and that will bring up the P/S 003 alarm.

    Could be when you re-wrote the program you set the line number increments to a smaller amount so didn`t hit the magic 9999!!

    Regards
    Rob
    :rainfro::rainfro:
    .

  7. #7

    Re: Alarm 003 to many digits on Hardinge with 18-T

    Quote Originally Posted by The Engine Guy View Post
    Hi Bob J

    Possible you had the program line numbers going above the 9999 that is the usual Fanuc default amount, if for example you have a program where you set the numbers to go in increments of say 10 to allow for editing at the machine it is easy to end up with numbers that go above the 9999 limit and that will bring up the P/S 003 alarm.

    Could be when you re-wrote the program you set the line number increments to a smaller amount so didn`t hit the magic 9999!!

    Regards
    Rob
    :rainfro::rainfro:
    .
    I am currently getting this error trying to run M198 to run a program with N-block increments of 2, to 9999, and then restarting at N100 several times in one program. I can run this in my 0i-MF machine no problem. Does 21i not allow N blocks above 10000 or is it ok to restart at 1?

    Example

    N9984 G03 X59.2518 Y33.8386 I-.0985 J0.
    N9986 Y33.4447 I0. J-.1969
    N9988 Y33.8386 I0. J.1969
    N9990 X59.1534 Y33.7401 I0. J-.0985
    N9992 G01 G40 X59.2518 Y33.6417
    N9994 Z-1.4728
    N9996 G41 D3 X59.3476 Y33.7375
    N9998 G03 X59.2518 Y33.8332 I-.0958 J0.
    N100 Y33.4501 I0. J-.1916
    N102 Y33.8332 I0. J.1916
    N104 X59.1561 Y33.7375 I0. J-.0958
    N106 G01 G40 X59.2518 Y33.6417
    N108 Z-1.4927
    N110 G41 D3 X59.345 Y33.7348

  8. #8

    Re: Alarm 003 to many digits on Hardinge with 18-T

    Actually you don't have to have a line number on every line. It's only required when you jump to a particular line number, otherwise they do nothing. Some programmers use them only at tool numbers so they can forward search to that part in the program.

  9. #9
    Join Date
    May 2007
    Posts
    1003

    Re: Alarm 003 to many digits on Hardinge with 18-T

    Quote Originally Posted by drdos View Post
    Actually you don't have to have a line number on every line. It's only required when you jump to a particular line number, otherwise they do nothing. Some programmers use them only at tool numbers so they can forward search to that part in the program.
    Yup. Line number at each operation. Line number if using GOTO statements. Otherwise a waste of memory and a pain to look at once used to not having them. Should note I only program lathes. Maybe you mill guys have a different need for them.

Similar Threads

  1. Hardinge VMC 1000 alarm 1001
    By WTF in forum Bridgeport / Hardinge Mills
    Replies: 1
    Last Post: 09-16-2015, 06:15 PM
  2. Hardinge Talent 501 Alarm
    By debpurdy in forum Fanuc
    Replies: 0
    Last Post: 12-20-2013, 05:28 PM
  3. Hardinge VMC 1000 with 409 alarm and SP1-12
    By texaswalleye in forum Controller & Computer Solutions
    Replies: 0
    Last Post: 07-18-2013, 02:57 PM
  4. Hardinge lathe Alarm
    By ChrisW in forum Hardinge Lathes
    Replies: 4
    Last Post: 09-19-2012, 05:39 PM
  5. Hardinge CHNC 4-16C Alarm 2009
    By Billet Sean in forum Hardinge Lathes
    Replies: 4
    Last Post: 03-18-2009, 11: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
  •