585,679 active members*
5,042 visitors online*
Register for free
Login
IndustryArena Forum > Machine Controllers Software and Solutions > Fanuc > Changing Fanuc part counter increment?
Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2006
    Posts
    202

    Changing Fanuc part counter increment?

    Is it possible to change the amount the part counter increments when it hits an M30? Sometimes we run fixtures that produce an odd number of finished parts, and it would make it quicker to keep track of tool life and part count....
    I know, just multiply the counter by the parts per load. I'd like to make it easier for my "less skilled" operators....

    BTW, it's a Fanuc 18-M

  2. #2
    Join Date
    Mar 2006
    Posts
    167
    You could change the parameter for parts counter so it uses M10 (iirc) instead of M30, then put an M10 in the program after each part is complete.

    regards, Oz

  3. #3
    Join Date
    Dec 2006
    Posts
    58
    Hi
    you can also try G10 P5 (wear offset) U0.0001 or W0.0001; use it at the end of last toll that finishes the part. I use it often for our large production runs.

    Gerry

  4. #4
    Join Date
    Mar 2003
    Posts
    27
    On our pallet machines, we normally run more than 1 part per pallet. The way I do is it with setting a macro variable,
    example cutting 2 parts per cycle=
    >G-code program here<
    #500=[#500+2] (this will add 2 to variable #500)
    Be sure to use variable #500-599 as these will stay set after power down. You can adjust the value [#500+__] to match the number of parts completed before a pallet change or at the end of your cycle. I also sometimes run different parts on the same pallet so I can easily keep track of completed parts, ex:
    #500=[#500+4] (4 pcs p/n 1234)
    #501=[#501+10] (10 pcs. p/n 1235)
    Good luck!

  5. #5
    Join Date
    Nov 2006
    Posts
    174

    Wink #3901

    #3901 is your part counter
    #3902 is total parts count

    at end of prog write this, if doing 5 components....

    #3901=#3901+4 (adds 4 to part count)
    M30 (adds 1 to part count)

Similar Threads

  1. Part Counter
    By ParadiseIsle in forum FlashCut CNC
    Replies: 1
    Last Post: 06-14-2007, 02:04 AM
  2. Set the counter & timer Fanuc OTB
    By hien100881 in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 1
    Last Post: 09-25-2006, 07:13 PM
  3. Fanuc parts counter
    By scubanick in forum Fanuc
    Replies: 24
    Last Post: 07-12-2006, 07:16 PM
  4. Tool changing on Kryle VMC500B - Fanuc 0M
    By calor in forum DNC Problems and Solutions
    Replies: 0
    Last Post: 04-25-2005, 08:04 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
  •