The program does not work correctly if "start from the selected line"

Results 1 to 5 of 5

Thread: The program does not work correctly if "start from the selected line"

  1. #1
    Member Anriro's Avatar
    Join Date
    Feb 2019
    Posts
    76
    Downloads
    0
    Uploads
    0

    Default The program does not work correctly if "start from the selected line"

    If you stop the program and then select "start from the selected line" the program works at the wrong speed. What to do with it? TNG
    In the old version, it was possible to choose where to get speed, from the program, or from the settings, the new program does not have this option.



    the video shows that first the G-code is executed correctly (the speed is set to 1000), after stopping and starting from a certain line, the speed starts jumping

    In the old cnc planet program, there were no such problems.

    Similar Threads:
    Attached Files Attached Files
    Last edited by Anriro; 02-07-2019 at 10:56 PM.


  2. #2

    Default Re: The program does not work correctly if "start from the selected line"

    I also experience the same thing with TNG.
    Seems like when you "start from line", the program ignores lookahead and goes into exact stop mode - decelerating and accelerating for each line segment.
    Any quick settings or script edit solution for this? or wait for the next version update?

    Last edited by dasilvaboards; 02-09-2019 at 02:52 PM.


  3. #3
    Member PlanetCNC's Avatar
    Join Date
    Mar 2017
    Location
    Slovenia
    Posts
    1304
    Downloads
    0
    Uploads
    0

    Default Re: The program does not work correctly if "start from the selected line"

    If selected g-code line does not have G code but only X or Y, then moves will be using G00 and not G01 as expected. This results in incorrect behavior like you reported.



  4. #4
    Member
    Join Date
    Jan 2005
    Location
    USA
    Posts
    1943
    Downloads
    2
    Uploads
    0

    Default Re: The program does not work correctly if "start from the selected line"

    This is very controller dependent. Some controllers go into a default modal state when the program is started whether or not it is started at the beginning or middle of the program. This is why you should always have a line at the beginning of a program to define the modal states. Something like:

    G90G0G54G17G20G98

    If you start from the middle of the program it may be up to you to determine what those modal states should be. They change as the program runs, so what it is at the beginning is probably not what it is at line XXX. Some controllers do this for you and basically interrogate the lines before the one you are starting at so that the modal states can be correctly set. This isn't a "problem", it is just how some controller programs work.



  5. #5

    Default Re: The program does not work correctly if "start from the selected line"

    The old program did work correctly when starting from any line tho



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

The program does not work correctly if "start from the selected line"

The program does not work correctly if "start from the selected line"