586,096 active members*
3,014 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking Machines > Cincinnati CNC > Acramatic 950 Subroutine Repeat ???
Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2009
    Posts
    42

    Acramatic 950 Subroutine Repeat ???

    Cannot figger out the coding to repeat a sub on this control.
    Book doesn't mention it at all, and coding for the 900 doesn't work either.

    (CLS, L1, ?xxx)

    R99 does not work.

    The code above without the ?xxx does work, just won't loop.

  2. #2
    Join Date
    Feb 2008
    Posts
    586

    Re: Acramatic 950 Subroutine Repeat ???

    Have you tried (CLS, L1, 99) where just 99 is the number of repeats?

    Beege

  3. #3
    Join Date
    Jan 2009
    Posts
    42

    Re: Acramatic 950 Subroutine Repeat ???

    Quote Originally Posted by beege View Post
    Have you tried (CLS, L1, 99) where just 99 is the number of repeats?

    Beege
    "Bad Expression"

    .

  4. #4
    Join Date
    Feb 2008
    Posts
    586

    Re: Acramatic 950 Subroutine Repeat ???

    Is your subroutine local (as in (DFS, L1)~~(ENS) or a separate registered program? A local program should be (CLS, L1, 99) and a separate program would be (CLS, 1, 99) where the "1" would be the program #. I've read that some controls don't support the repeat.

  5. #5
    Join Date
    Jan 2009
    Posts
    42

    Re: Acramatic 950 Subroutine Repeat ???

    I am running local in this case.


    I've read that some controls don't support the repeat.
    Really?
    The 900 (10 yrs older) was able to repeat.
    But it wasn't able to run local AFAIK.

    I could try spinning the routine off and calling it that way - and then maybe a repeat will work.
    ???

    .


    .

Similar Threads

  1. Subroutine
    By Idiod in forum BobCad-Cam
    Replies: 5
    Last Post: 01-26-2016, 09:16 AM
  2. quick tip: Using Repeat function and proper End Repeat.
    By countryguy in forum Dolphin CAD/CAM
    Replies: 1
    Last Post: 10-13-2015, 10:42 AM
  3. subroutine
    By kendo in forum Okuma
    Replies: 3
    Last Post: 01-14-2010, 01:50 PM
  4. Example of a Subroutine?
    By donl517 in forum Fadal
    Replies: 14
    Last Post: 06-27-2007, 04:05 PM
  5. Need help with subroutine
    By 2_jammer in forum Uncategorised CAM Discussion
    Replies: 1
    Last Post: 01-18-2005, 05:46 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
  •