585,670 active members*
4,238 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking Machines > Cincinnati CNC > Cincinnati Hawk 250 Acramatic 2100 - continuous auto restart until desired part count
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2017
    Posts
    2

    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..

  2. #2
    Join Date
    Oct 2011
    Posts
    205
    Main and sub

  3. #3
    Join Date
    Aug 2009
    Posts
    1570

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

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

  4. #4
    Join Date
    Mar 2008
    Posts
    285

    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])

Similar Threads

  1. Cincinnati Sbare 750 Acramatic 2100
    By Fero_Engineering in forum Cincinnati CNC
    Replies: 1
    Last Post: 01-07-2020, 04:53 PM
  2. Need Post for Cincinatti Hawk 200 w Acramatic 2100 control
    By dbensavage in forum FeatureCAM CAD/CAM
    Replies: 0
    Last Post: 04-06-2017, 08:42 PM
  3. cincinnati milacron hawk 150 acramatic 2000 control
    By leroy1652 in forum Cincinnati CNC
    Replies: 1
    Last Post: 10-24-2014, 10:15 PM
  4. Replies: 2
    Last Post: 03-30-2014, 07:48 PM
  5. Cincinnati Acramatic 2100 (Vickers)
    By atif.naseer in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 1
    Last Post: 12-01-2013, 07:47 AM

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
  •