Cincinnati Hawk 250 Acramatic 2100 - continuous auto restart until desired part count


Results 1 to 4 of 4

Thread: Cincinnati Hawk 250 Acramatic 2100 - continuous auto restart until desired part count

  1. #1
    Member
    Join Date
    Mar 2017
    Location
    United States
    Posts
    2
    Downloads
    0
    Uploads
    0

    Default Cincinnati Hawk 250 Acramatic 2100 - continuous auto restart until desired part count

    Trying to setup a stock puller program to run continuously until "x" part count is reached. I have the program setup to run the part and pull the stock perfectly, however cannot get it to automatically restart. any help appreciated

    cheers,

    Nick..

    Similar Threads:


  2. #2
    Member
    Join Date
    Oct 2011
    Location
    Canada
    Posts
    205
    Downloads
    0
    Uploads
    0

    Default

    Main and sub



  3. #3
    Member machinehop5's Avatar
    Join Date
    Aug 2009
    Location
    United States
    Posts
    1570
    Downloads
    5
    Uploads
    2

    Default Re: Cincinnati Hawk 250 Acramatic 2100 - continuous auto restart until desired part c

    144/length+cutoff-rem repeat sub + or -1 ?



  4. #4
    Member
    Join Date
    Mar 2008
    Location
    United States
    Posts
    285
    Downloads
    0
    Uploads
    0

    Default Re: Cincinnati Hawk 250 Acramatic 2100 - continuous auto restart until desired part c

    (PGM, NAME="COUNT")
    N10000 G0 G70 G62 G98.1 X10/2 Z12 S50 M3; G98.1 is a Machine coordinate move
    ;
    [RUN_1_MORE];START MACHINING CYCLE AGAIN
    (IF [@COUNTER] >= 5 GOTO [END]); STOP IF COUNT IS EXCEEDED
    ;
    ;MACHINE PART
    ;MACHINE PART
    ;MACHINE PART
    G4 F.5;DWELL .5 SECONDS
    ;MACHINE PART
    ;MACHINE PART
    ;MACHINE PART
    ;
    [@COUNTER] = [@COUNTER]+1; INCREMENT PART COUNT BY ONE
    (IF [@COUNTER] >= 5 GOTO [END]); TEST PART COUNT
    (GOTO [RUN_1_MORE])



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

Cincinnati Hawk 250 Acramatic 2100 - continuous auto restart until desired part count

Cincinnati Hawk 250 Acramatic 2100 - continuous auto restart until desired part count