Programming NL2500 question


Results 1 to 2 of 2

Thread: Programming NL2500 question

  1. #1
    Registered
    Join Date
    Jul 2007
    Location
    usa
    Posts
    17
    Downloads
    0
    Uploads
    0

    Default Programming NL2500 question

    I am looking for a way to do a shift,...for example, if you were making washers and wanted to make 10 at a time .425 wide, is there a way to do this by simply shifting over 10 times?
    Thanks

    Similar Threads:


  2. #2
    Registered makinstuff59's Avatar
    Join Date
    Mar 2017
    Location
    United States
    Posts
    5
    Downloads
    0
    Uploads
    0

    Default Re: Programming NL2500 question

    This is how I have done multiple pieces using a shift.
    You set a variable for how many pieces you want.
    Create a parts counter and then a looping statement.

    Here is an example

    #525=5(NUMBER OF PCS PER BAR)
    G10L2P0Z0(RESETS G53 SHIFT)
    #526=0(COUNTER RESET)
    WHILE[#526LT#525]DO1
    (G53 SHIFTS Z IN FOR EACH PART)
    G10L2P0Z[#526*.873]
    ;
    ;
    ;
    ;
    ;
    #526=#526+1(PARTS COUNTER)
    M01
    END1(LOOP BACK TO THE WHILE STATEMENT)
    ;
    ;
    ;
    M30
    %

    This example will run 5 pieces shifting .873" for each part



Tags for this Thread

Posting Permissions

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


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

Programming NL2500 question

Programming NL2500 question