. .
Page 2 of 5 FirstFirst 1234 ... LastLast

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    phew! I'm pleased to hear you say that jazz! Is just me being far too ambitious with it. I will have another play tomorrow night and get those speeds down. what kind of speed would be a conservative setting? also this may sound stupid. I can change the feed speed whilst cutting in vectric whilst setting up my toolpath. Is there a separate option in maxh to adjust the rapid movements in between cuts? or is this dictated purely by feed settings? guessing there's something in mach3 for this?

    Thanks again and appreciate your opinion jazz. was beginning to feel open wallet surgery about to take place ;-) .

    thank you

  2. #2
    Rapid speed is the Velocity setting in Motor tuning.
    If you watch the video it stalls while cutting not rapiding between moves so I think if you tweak the Accel first and lower the feed while cutting then you'll be ok.
    Basically it's stalling under the cutting load which isn't much at this depth but your feed rate is so fast your at the limits of the motors torque so it doesn't take much to make stall.

    Just drop the Accel by 10% and try again.

    What feed rate was it set at while cutting.?

    Edit: If you want to test and see the affects of lowering feedrate without altering anything, machine or G-code, then just lower the feed rate over ride to 75% and try it again.!
    Last edited by JAZZCNC; 14-01-2014 at 12:39 AM.

  3. #3
    Quote Originally Posted by itsmillertime View Post
    phew! I'm pleased to hear you say that jazz! Is just me being far too ambitious with it. I will have another play tomorrow night and get those speeds down. what kind of speed would be a conservative setting? also this may sound stupid. I can change the feed speed whilst cutting in vectric whilst setting up my toolpath. Is there a separate option in maxh to adjust the rapid movements in between cuts? or is this dictated purely by feed settings? guessing there's something in mach3 for this?
    Just for the sake of clarity Velocity and Accel are two different settings in Mach they are in config\motor tuning. Not to be confused with each other Jazz is referring to the Accel setting that might be a bit too high. Good luck I am sure you will get this sorted. ..Clive

  4. #4
    The way i think of it is, the Acceleration and Velocity settings in Mach act like your speed limiter, they over-ride whatever settings the CAM software specifies in the job.

    Its also critical (although I cannot explain why) to ensure the Acceleration and Velocity settings are the same for both your Y axis and X axis. (Z can be different) Otherwise (I found) it effects 90deg corners. Where (I think) the machine is still decelerating (moving) when the next move starts

    Personally (others will disagree, I set the accelleration very low (often 100), and the velocity to a comfortable speed for the machine as Im far more interested in quality, than speed) I also find having acceleration set so low helps when jogging your machine manually into a start position and also makes a nice smooth start and stop to each move.

    As mentioned above, Mach is your speed limit. So if you have set your velocity to 6000mm/min in mach, and your tool to 8000mm/min in vectric (or your cam software) mach wont let the machine exceed 6000.

    The machine jogs (ie with the arrow keys, at the maximum speed stated in mach)
    The machine moves (between cuts, at whatever speed the Gcode outputted by your cam software) -- but limited by mach.

    The above is just my opinion.

  5. #5
    You're noticing the variable corner rounding effect because the acceleration is too low. You should be aiming for around 1000mm/s^2 for the acceleration - certainly at least 500... otherwise in some circumstances your parts wont be as accurate.
    Last edited by Jonathan; 15-01-2014 at 09:35 AM.
    Old router build log here. New router build log here. Lathe build log here.
    Electric motorbike project here.

  6. #6
    Isn't there also a gcode parameter which affects accuracy at corners? You can either specify stop/start for maximum accuracy but lose feed rate at corners, or give a maximum error value so that Mach or LinuxCNC can approximate the corner to maintain cutting speed. Coupled with a max acceleration figure, it can all start getting a bit complicated.

  7. #7
    Matt just going to make some things a bit clearer for sake of others not picking on you here mate but it's not clear and your Soooooo wrong on some it. .

    Quote Originally Posted by kingcreaky View Post
    The way i think of it is, the Acceleration and Velocity settings in Mach act like your speed limiter, they over-ride whatever settings the CAM software specifies in the job.

    As mentioned above, Mach is your speed limit. So if you have set your velocity to 6000mm/min in mach, and your tool to 8000mm/min in vectric (or your cam software) mach wont let the machine exceed 6000.

    The machine jogs (ie with the arrow keys, at the maximum speed stated in mach)
    The machine moves (between cuts, at whatever speed the Gcode outputted by your cam software) -- but limited by mach.
    This is true but I'll make it clearer because it does apply here.

    In the G-code this will only apply to the G1 moves which have F### feed rate parameter but all G0 moves will be at the Velocity setting in motor tuning. So if your over tuned on velocity then you will still lose position if G0 moves are in the g-code even if you lower the feedrate in Cam software.!


    Quote Originally Posted by kingcreaky View Post
    Its also critical (although I cannot explain why) to ensure the Acceleration and Velocity settings are the same for both your Y axis and X axis. (Z can be different) Otherwise (I found) it effects 90deg corners. Where (I think) the machine is still decelerating (moving) when the next move starts

    Personally (others will disagree, I set the accelleration very low (often 100), and the velocity to a comfortable speed for the machine as Im far more interested in quality, than speed) I also find having acceleration set so low helps when jogging your machine manually into a start position and also makes a nice smooth start and stop to each move.
    This is the bit your Sooooo wrong about matt... .Lol

    It's not critical and perfectly fine to have differant setting for each axis, Mach will only go fast has the slowest axis anyway when moving 2 axis at same time. Try it.!! . . Double the Speed of Y axis velocity (if machine can do it) and home the machine and jog away good distance and Type G1 X0 Y0 F ( Feed value abobe X axis velocity or same has Y axis velocity) in the MDI box.

    Like Jonathan pointed out most if not all of trouble is coming from having the Accel far far to low.
    Molasses moves faster than that so MAch's gets tired of waitng and Knobs off to the pub for a quicky but has few too many so when it gets back it's forgot where it was upto and thinks bollocks to it i'll just carry on from here and that's why your getting square circles.!!. . . . Mach pissed.!! . .Lol . . . . Ok well maybe being bit silly but the point is your messed up on tuning.!

    You really want to be within 500-800 just for normal use and 1000 and above this if doing mostly 3D type work.
    Just remember the golden rule that you can't have High Accel and High Velocity you need a balance and you won't go wrong.

  8. #8
    In LinuxCNC you can specify a tolerance on the G64 command, so the controller sacrifices constant speed to maintain the toolpath within the specified tolerance. e.g. put 'G64 P0.05' at the begining of the G-code and the path will not deviate by more than the P from the true value.

    Quote Originally Posted by JAZZCNC View Post
    It's not critical and perfectly fine to have differant setting for each axis, Mach will only go fast has the slowest axis anyway when moving 2 axis at same time. Try it.!! . . Double the Speed of Y axis velocity (if machine can do it) and home the machine and jog away good distance and Type G1 X0 Y0 F ( Feed value abobe X axis velocity or same has Y axis velocity) in the MDI box.
    You've raised a mildly interesting point there, which I think is worth expanding to show why what you've observed occurs. The velocity of each axis cannot exceed the values in the motor tuning, however the speed of the machine (i.e. the feedrate) can, unless the machine is only moving in one axis. This occurs because when two axes are moving at given velocities, the resultant feedrate is the vector sum of these velocities. One way to visualise it is as a right angled triangle, where (for example) the velocities of X and Y are the sides adjacent to the right angle - the length of the hypotenuse will equal the feedrate.

    Example 1:
    Suppose you set your maximum velocity settings for X and Y both to 1000mm/min, home the machine (so it's at 0,0) then enter 'G0 X100 Y100'. Mach will move both X and Y as fast as it can (as it's a G0 move), so the feedrate you actually get is ., assuming the machine can accelerate to that feedrate within the specified distance.

    The practical upshot of this is you can specify a feedrate higher than the velocity setting, and get that feedrate in some circumstances.

    Example 2:
    Same as example 1, except we enter 'G1 X100 Y200 F1100'.
    The required speed is 1100mm/min, so the following must hold: ., where X and Y are the X and Y axis velocities.
    The Y axis must travel twice as fast as X to go in the correct direction (as 200/100=2), so we have .
    We also have the condition .,due to the motor tuning settings.
    From (2), ., so substitute that into 1:
    .
    .
    .
    Whence,
    .

    (You can also solve this graphically quite easily - which may be more intuitive.)

    So the X and Y velocities do not exceed 1000mm/min, yet the machine can in this example cut at 1100mm/min.

    In reality, it's probably not a good idea to use this 'feedrate bonus' as it makes the feedrate a function of the direction in which the machine is travelling, so unless you're cutting a single straight line the feedrate you actually get will vary (continuously if an arc move).
    Old router build log here. New router build log here. Lathe build log here.
    Electric motorbike project here.

  9. The Following 2 Users Say Thank You to Jonathan For This Useful Post:


  10. #9
    Quote Originally Posted by Jonathan View Post
    From (2), ., so substitute that into 1:
    .
    .
    .
    Whence,
    .
    I see you like your new toy. . . . Lol . . .(Shame Nobody got F'#$ing clue what your saying. .)

  11. #10
    Quote Originally Posted by JAZZCNC View Post
    I see you like your new toy. . . . Lol . . .(Shame Nobody got F'#$ing clue what your saying. .)
    Dean: its a recipe for a sponge cake anybody can see that ..Clive

Page 2 of 5 FirstFirst 1234 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 guests)

Similar Threads

  1. Workshop & Noise Help
    By kemo_2002 in forum Workshop & Equipment
    Replies: 7
    Last Post: 12-04-2014, 10:16 PM
  2. Dell monitor making a funny noise !
    By Lee Roberts in forum Monitors
    Replies: 1
    Last Post: 13-09-2013, 12:11 PM
  3. MDF CNC Router plans / parts for home build beginners
    By HiltonSteve in forum Gantry/Router Machines & Building
    Replies: 81
    Last Post: 10-06-2012, 02:33 PM
  4. Homepage occasionally displays incorrectly.
    By Jonathan in forum General Discussion
    Replies: 1
    Last Post: 08-06-2012, 09:15 AM
  5. Motor noise
    By M250cnc in forum General Electronics
    Replies: 4
    Last Post: 25-11-2010, 02:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •