CNCzone.com-The Largest Machinist Community on the net!



Home Page Mark Forums Read Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > MetalWorking Machines > Benchtop Machines


Benchtop Machines Discuss all mini mills sherline, taig, square column, round column and CNC mill conversions here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 07-26-2008, 04:20 AM
 
Join Date: Jul 2008
Location: USA
Posts: 83
ryansuperbee is on a distinguished road
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
Reply With Quote

  #2   Ban this user!
Old 07-26-2008, 04:42 AM
jalessi's Avatar  
Join Date: Feb 2007
Location: U.S.A.
Posts: 3,148
jalessi is on a distinguished road
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
Click image for larger version

Name:	69bee.jpg‎
Views:	64
Size:	40.1 KB
ID:	63742  
Reply With Quote

  #3   Ban this user!
Old 07-26-2008, 04:45 AM
LeeWay's Avatar  
Join Date: Jun 2004
Location: USA
Posts: 2,398
LeeWay is on a distinguished road

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
Reply With Quote

  #4   Ban this user!
Old 07-26-2008, 06:02 AM
 
Join Date: May 2005
Location: canada
Posts: 1,149
cyclestart is on a distinguished road

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.
Reply With Quote

  #5   Ban this user!
Old 07-26-2008, 08:14 PM
 
Join Date: May 2005
Location: canada
Posts: 1,149
cyclestart is on a distinguished road

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.
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 07-26-2008, 08:21 PM
 
Join Date: Feb 2008
Location: USA
Posts: 180
highspeedmazak is on a distinguished road

Change your speeds and feeds in bobcad it should do automatic rapids.
Reply With Quote

  #7   Ban this user!
Old 07-26-2008, 09:01 PM
 
Join Date: May 2005
Location: canada
Posts: 1,149
cyclestart is on a distinguished road

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.
Reply With Quote

  #8   Ban this user!
Old 07-26-2008, 09:07 PM
 
Join Date: Feb 2008
Location: USA
Posts: 180
highspeedmazak is on a distinguished road

I didn't think about checking your manual overide, would be a good idea I just never change that myself.
Reply With Quote

  #9   Ban this user!
Old 07-26-2008, 09:10 PM
 
Join Date: Jul 2008
Location: USA
Posts: 83
ryansuperbee is on a distinguished road

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.
Reply With Quote

  #10   Ban this user!
Old 07-26-2008, 09:28 PM
 
Join Date: Jul 2003
Location: Holmen, WI
Posts: 1,081
samco is on a distinguished road

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
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 07-26-2008, 09:34 PM
 
Join Date: Jul 2008
Location: USA
Posts: 83
ryansuperbee is on a distinguished road

I'm at my machine right now. I will give you guys updates in the .ini files
Reply With Quote

  #12   Ban this user!
Old 07-26-2008, 09:55 PM
 
Join Date: Jul 2008
Location: USA
Posts: 83
ryansuperbee is on a distinguished road

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.
Reply With Quote

Reply

Tags
cnc, fast, smithy, speed




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
My 1240 experiance..... falconman Smithy 29 12-15-2008 10:04 AM
Smithy 1240 cnc questions nupeswv Smithy 42 11-05-2008 11:03 AM
Smithy Projects & Smithy Machines Group nedtron Smithy 0 05-09-2008 10:06 PM
Smithy 1240 or tomach? petecul Knee Vertical Mills 6 04-24-2007 07:57 PM
Information On The Smithy 1240 CNC Bed Mill? Willyb Smithy 26 02-25-2007 03:35 PM




All times are GMT -5. The time now is 02:16 PM.





Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO
Template-Modifications by TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361