Page 1 of 2 12 LastLast
Results 1 to 12 of 22

Thread: Machine has a stutter.

  1. #1
    Registered
    Join Date
    Oct 2006
    Location
    USA
    Posts
    137
    Downloads
    0
    Uploads
    0

    Machine has a stutter.

    1992 Fadal CNC88. I was machining a small nest yesterday when I noticed the machine would move a little ways, stop, and continue on. It is not related to a single axis nor is it distance related it is a timing thing. When it would rapid it would go about 4 times as far and stop, and then continue on. I was machining in X and rapiding in Z when I noticed it. It didn't start until I had been maching for probably 25 -30 minutes so I'm guessing something is getting warm. Any thoughts?

    FYI: I was doing a DNC but this was happening on an 8", single line, linear move it would stop 4 - 5 times. Of course the rapid in Z was to a tool change position, around 18", it only stopped once.

    Thanks,
    Don


  2. #2
    gar
    gar is offline
    Registered
    Join Date
    Mar 2005
    Location
    USA
    Posts
    1,498
    Downloads
    0
    Uploads
    0
    070728-1724 EST USA

    donl517:

    Since as you describe the problem as occuring within a single command, then there only an extremely small probabilty that DNC is the cause. To remove this or some interaction with that mode as the cause load a program into memory and run from memory to see if you can repeat the problem.

    .


  3. #3
    Registered
    Join Date
    Oct 2006
    Location
    USA
    Posts
    137
    Downloads
    0
    Uploads
    0
    Hi Gar,

    Yeah I'm 99.99% certain that it has nothing to do with DNC, I just through that in the description because I figured it would be the first suspect of any responses and I wanted to rule it out right away. When I get a chance I'll put the machine in a loop and watch for the problem, just to completely rule out the chance that it could be a DNC issue. Do you have any suggestions as to what it might be?

    Thanks,
    Don


  4. #4
    gar
    gar is offline
    Registered
    Join Date
    Mar 2005
    Location
    USA
    Posts
    1,498
    Downloads
    0
    Uploads
    0
    070728-1859 EST USA

    donl517:

    I have no idea.

    Write the very simplest program. Like a G00 in one direction for the 8" distance you referenced, then back and repeat. Does this cause a problem? If it occurs measure the time between pauses if possible. Next change to G01 and do the same thing. Maybe use different feed rates to see if there is a time change or is it related to distance traveled.

    Try this separately on each axis one axis at a time.

    .


  • #5
    Registered
    Join Date
    Apr 2007
    Location
    US
    Posts
    21
    Downloads
    0
    Uploads
    0

    Smile

    If you are running cutter comp and doing a lot of small steps, the machine will stutter after about 30 ipm feed rate.


  • #6
    Registered
    Join Date
    Oct 2006
    Location
    USA
    Posts
    137
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by captainasty View Post
    If you are running cutter comp and doing a lot of small steps, the machine will stutter after about 30 ipm feed rate.
    Hi Cap,

    Wasn't running cutter comp and making an 8" linear cut (one x move) stopped 3 or 4 times. I'm thinking it is something electronic but I don't know what would effect all 3 axis at the same time. Any thoughts?

    Thanks,
    Don


  • #7
    Registered
    Join Date
    Apr 2007
    Location
    US
    Posts
    21
    Downloads
    0
    Uploads
    0

    Smile

    Good morning, If all three, I would check the power and heat build up in the cabnet. I had another machine (not Fadal) that the amp cards were over heating due to fan failure.
    Back to the point, check for "Deceleration or Ramp",G9 " in postition mode. That will cause the machine to stop at points. BUT yours is in the middle and after some warmup time.
    Check for heat in the cabnets, aka fans working.


  • #8
    Registered
    Join Date
    Oct 2006
    Location
    USA
    Posts
    137
    Downloads
    0
    Uploads
    0
    Hi Cap,

    Yep I have checked the fan (my first suspect as well) it is running great moving alot of air. I ran with the door open and the air conditioning on just to make sure heat wasn't building up; and I had the same condition in about the same time frame. Somewhere in the machine there has to be a bottleneck that all the info is going through. That is where I would like to start, but what is passing info to all three servo's? Is there a CPU, for lack of a better term, and if so, does the info have to go through there before it goes to the servo's?

    Thanks,
    Don


  • #9
    Registered
    Join Date
    Oct 2006
    Location
    USA
    Posts
    137
    Downloads
    0
    Uploads
    0
    OK I found it!!! It is communication related. I am using the NCFadal software to DNC my program and at the exact moment it gives me a "Transfer Complete" dialog box the CNC starts to do its litte stutter moves. So, Can anyone suggest what to look for?

    Thanks,
    Don


  • #10
    Registered
    Join Date
    Oct 2006
    Location
    USA
    Posts
    137
    Downloads
    0
    Uploads
    0
    I've narrowed it down to the cable. I'm going to ring that out in the morning to see if it is wired correctly. If I unplug it after I get the "Transfer Complete" dialog the problem goes away.

    Don


  • #11
    gar
    gar is offline
    Registered
    Join Date
    Mar 2005
    Location
    USA
    Posts
    1,498
    Downloads
    0
    Uploads
    0
    070730-2108 EST USA

    donl517:

    Are you saying that data is being transferred via DNC (direct numerical control)(drip feed) during the time that the motion interruptions occur?

    Or has all the data been transferred prior to these occurances and only because the RS232 cable is connected the hesitations occur.

    If the problems occur during RS232 data transfer, then is handshaking working? If it is not, then you might be overloading the CNC CPU, but this would cause data errors at some point.

    Does the Fadal use a Windows based computer? How large is the buffer for incoming RS232 data. On HAAS all of the unused program memory is available for DNC (drip feed) buffering. So on a 1 meg machine you can have nearly a 1 meg buffer.

    If you have an electrical noise problem via the RS232 cable, then our I232 Isolator System would probably solve your problem. See
    www.beta-a2.com .

    Usually the type of stuttering problems that we solve are related to data starvation. Your description of your problem does not imply data starvation. It is most likely either external noise thru the RS232 cable or an internal problem in Fadal including some cause for lack of handshake.

    Unless you have a large CNC program why are you running in DNC mode?

    .


  • #12
    Registered
    Join Date
    Oct 2006
    Location
    USA
    Posts
    137
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by gar View Post
    070730-2108 EST USA

    donl517:

    Are you saying that data is being transferred via DNC (direct numerical control)(drip feed) during the time that the motion interruptions occur?

    Or has all the data been transferred prior to these occurances and only because the RS232 cable is connected the hesitations occur.
    It has completed the transfer and that is when the problem starts. I spent 2 hours on the phone with Fadal today and we finally discovered when we unplugged the cable after the transfer completed, even though the machine is still running, the problem went away


    Quote Originally Posted by gar View Post
    Unless you have a large CNC program why are you running in DNC mode?
    43K of memory. I'm looking into upgrades now.

    Thanks,
    Don


  • Page 1 of 2 12 LastLast

    Similar Threads

    1. Use Machine Shop vs. Buying Machine
      By imp22b in forum General Metalwork Discussion
      Replies: 15
      Last Post: 06-06-2007, 07:33 AM
    2. G Code Variances from machine to machine?
      By Miguel Gonzalez in forum G-Code Programing
      Replies: 16
      Last Post: 03-28-2007, 04:31 AM
    3. Mach 2 on old machine = great machine
      By foamcutter in forum Machines running Mach Software
      Replies: 6
      Last Post: 12-16-2005, 01:11 PM
    4. Getting work(gcode) from machine a to machine b
      By strat in forum DIY CNC Router Table Machines
      Replies: 9
      Last Post: 07-07-2005, 03:13 PM

    Posting Permissions


     


    About CNCzone.com

      We are the largest and most active discussion forum from DIY CNC Machines to the Cad/Cam software to run them. The site is 100% free to join and use, so join today!

    Follow us on

    Facebook Dribbble RSS Feed


    Search Engine Friendly URLs by vBSEO ©2011, Crawlability, Inc.