Page 1 of 3 123 LastLast
Results 1 to 12 of 26

Thread: Help! how can I make my Smithy 1240 faster?

  1. #1
    Registered
    Join Date
    Jul 2008
    Location
    USA
    Posts
    83
    Downloads
    0
    Uploads
    0

    Help! how can I make my Smithy 1240 faster?

    Hello! I bought a Smithy CNC 1240 milling machine. The machine comes with it's own computer and has EMC2 software in it. When I program a part in the mills computer (only cabable of simple shapes) it ask we what size bit I'm using and what material I'm cutting into. This is EMC2 asking these questions. When I program a part using my bobcad software it bypasses the EMC2. So it doesn't ask me those previous questions. When I start to cut into aluminum I max out the speed and it goes slow. Do you think that this is because of a Default setting? Since I'm not telling the EMC2 software the material and tool, does it automatically assume the worst case scenerio and slow my speeds down? I know that the motors are cabable of much higher speeds. I can tell that when I jog the machine. In the end, I need the machine to move faster. Please help


  2. #2
    Registered jalessi's Avatar
    Join Date
    Feb 2007
    Location
    U.S.A.
    Posts
    3277
    Downloads
    0
    Uploads
    0

    Smile

    Ryan,

    Welcome to the Zone

    I don't have Bobcad however you should be able to set your feed rate by right-clicking on Milling Tools, and selecting Tools. There should be a feed rate setting option.

    P.S I had a 69 SB

    Jeff...
    Attached Thumbnails Attached Thumbnails Help! how can I make my Smithy 1240 faster?-69bee.jpg  


  3. #3
    Registered LeeWay's Avatar
    Join Date
    Jun 2004
    Location
    USA
    Posts
    2920
    Downloads
    0
    Uploads
    0
    Not too familiar with EMC, but there should be a setting somewhere that will let you set maximum speed of each axis. Then the Gcode that comes in gets run either at or below this speed depending on the code.

    Say you have max machine speed set at 100 IPM. The Gcode calls for a feedrate of 125 IPM. The machine will only do 100 IPM by default back to max allowed machine speed.

    It gets a little trickier too if you have a slow axis with a fast one. The slow axis won't be able to keep up with the faster one, so the machine controller slows down the faster axis so that they can work together.
    Lee


  4. #4
    Registered
    Join Date
    May 2005
    Location
    canada
    Posts
    1164
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by ryansuperbee View Post
    Hello! I bought a Smithy CNC 1240 milling machine. The machine comes with it's own computer and has EMC2 software in it. When I program a part in the mills computer (only cabable of simple shapes) it ask we what size bit I'm using and what material I'm cutting into. This is EMC2 asking these questions.
    This must be something Smithy has added to the software. It's not part of the linuxcnc released version of emc.

    When I program a part using my bobcad software it bypasses the EMC2. So it doesn't ask me those previous questions. When I start to cut into aluminum I max out the speed and it goes slow. Do you think that this is because of a Default setting?
    Is the interpretor (emc) overriding the feed (F#) in the BobCad created code? Maybe you simply need to increase the F# in the gcode file? If that doesn't work contact Smithy. There must be a way to bypass the addons and run a straight gcode file without the nonsense.

    Edit/ Also ask Smithy where the default settings are located. Maybe the material defaults to SS or the like. Unless someone running a similar machine chimes in.
    Anyone who says "It only goes together one way" has no imagination.


  • #5
    Registered
    Join Date
    May 2005
    Location
    canada
    Posts
    1164
    Downloads
    0
    Uploads
    0
    Out of curiosity I went to the Smithy site. That's a nice (not so) little mill

    While they don't deny running modified Emc2, they don't exactly talk it up either

    Normally emc at startup calls a someword.ini file. This file contains the velocity and accelerations settings among other things. Since this file has been created by Smithy don't mess with it. It's interesting if Ez-Trol is capping the feedrate while maintaining the rapids. My gut feeling is the gcode simply was created with low feedrates.
    Anyone who says "It only goes together one way" has no imagination.


  • #6
    Registered
    Join Date
    Feb 2008
    Location
    USA
    Posts
    180
    Downloads
    0
    Uploads
    0
    Change your speeds and feeds in bobcad it should do automatic rapids.


  • #7
    Registered
    Join Date
    May 2005
    Location
    canada
    Posts
    1164
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by highspeedmazak View Post
    Change your speeds and feeds in bobcad it should do automatic rapids.
    I'm not familiar with BobCad but would assume most posted files contain some G00's.

    The reason for mentioning "while maintaining the rapids" is the override in Emc2 is total. If a user were to deliberately or accidently have the override set to lowspeed both the feeds and rapids should be noticably slower
    Anyone who says "It only goes together one way" has no imagination.


  • #8
    Registered
    Join Date
    Feb 2008
    Location
    USA
    Posts
    180
    Downloads
    0
    Uploads
    0
    I didn't think about checking your manual overide, would be a good idea I just never change that myself.


  • #9
    Registered
    Join Date
    Jul 2008
    Location
    USA
    Posts
    83
    Downloads
    0
    Uploads
    0
    I will have to try changing the speed in the G code and see how that works. Normally I let the bobcad auto generate the code. I think that it may still cap me off though. I just may have to call smithy on monday and see if there are settings that I can change in the "definitions file" And see if that gets me anywhere. Until then I will play with the G code some more. There is an ".ini file". Are you familiar with this system? If you are I can give you my number, and tell you on the phone what settings I have to play with.


  • #10
    Registered
    Join Date
    Jul 2003
    Location
    Holmen, WI
    Posts
    1200
    Downloads
    0
    Uploads
    0
    what type of program is it? Is it a bunch of short line segments? If it is - and smithy modified the normal emc2.. You may just need to add a G64Px.xxx where x.xxx is how close you want emc to follow the programmed path. If you run normal G64 (no tolerance) emc touches every line segment. with tollerance it blends segments togather that are within the x.xxx tolerance.

    Hope that made sense.

    sam


  • #11
    Registered
    Join Date
    Jul 2008
    Location
    USA
    Posts
    83
    Downloads
    0
    Uploads
    0
    I'm at my machine right now. I will give you guys updates in the .ini files


  • #12
    Registered
    Join Date
    Jul 2008
    Location
    USA
    Posts
    83
    Downloads
    0
    Uploads
    0
    From my main screen, >places
    >home folder
    >EMC2
    >configs
    >smithy1240
    >smithy1240.ini
    From here it opens a page where I can change all sorts of varibles. The ones that I think pretain to me are:
    max feed override= 1.5 ( is this my max speed for programed parts?)
    max velocity= 20.0 (is this my max jog speed?)
    max acceleration= 1.5 ???
    Please help me decide what factors to change I can get more info if needed.


  • Page 1 of 3 123 LastLast

    Similar Threads

    1. My 1240 experiance.....
      By falconman in forum Smithy
      Replies: 29
      Last Post: 12-15-2008, 11:04 AM
    2. Smithy 1240 cnc questions
      By nupeswv in forum Smithy
      Replies: 42
      Last Post: 11-05-2008, 12:03 PM
    3. Smithy Projects & Smithy Machines Group
      By nedtron in forum Smithy
      Replies: 0
      Last Post: 05-09-2008, 11:06 PM
    4. Smithy 1240 or tomach?
      By petecul in forum Knee Vertical Mills
      Replies: 6
      Last Post: 04-24-2007, 08:57 PM
    5. Replies: 26
      Last Post: 02-25-2007, 04:35 PM

    Tags for this Thread

    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.