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! > Machine Controllers Software and Solutions > LinuxCNC (formerly EMC2)


LinuxCNC (formerly EMC2) Discuss LinuxCNC (formerly EMC2) Controlers here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 05-26-2008, 09:03 AM
DrStein99's Avatar  
Join Date: Jul 2005
Location: usa
Posts: 233
DrStein99 is on a distinguished road
emc VS mach - has anyone used both?

I have built 3 cnc routers in the course of 4 years (on a small scale) and am now preparing for my next one which is retrofitting a CNC series 1 rigid ram Bridgeport. I started with Turbo cnc and quickly moved to Mach 3, which does the job, but not completely satisfied. I've gained some linux experience in the years and starting to like the system over windows, and microsoft products.

Has anyone else used Mach-3 and switched to using EMC ? Can you tell me about likes dislikes?

Also a quick question - how difficult is it to configure special function joystick devices, and possibly use a Contour-shuttle pro for an MPG encoder / positioner?

- Erich Stein
__________________
WWW.RAIDGEAR.NET - FFC cables, foam headset replacement parts, and other gadgets.
Reply With Quote

  #2   Ban this user!
Old 05-27-2008, 05:42 AM
 
Join Date: Apr 2005
Location: finland
Posts: 262
andy55 is on a distinguished road

EMC can control closed-loop servos, so I would use mach only on stepper machines where the cutting loads are small (pcb-router, plotter etc.)

Configuring a jog-pendant or joystick should not be that hard, there are a couple of examples on the web and on the wiki.
Reply With Quote

  #3   Ban this user!
Old 05-27-2008, 11:18 AM
 
Join Date: Feb 2007
Location: USA
Posts: 514
Big John T is on a distinguished road

Originally Posted by DrStein99 View Post
I have built 3 cnc routers in the course of 4 years (on a small scale) and am now preparing for my next one which is retrofitting a CNC series 1 rigid ram Bridgeport. I started with Turbo cnc and quickly moved to Mach 3, which does the job, but not completely satisfied. I've gained some linux experience in the years and starting to like the system over windows, and microsoft products.

Has anyone else used Mach-3 and switched to using EMC ? Can you tell me about likes dislikes?

Also a quick question - how difficult is it to configure special function joystick devices, and possibly use a Contour-shuttle pro for an MPG encoder / positioner?

- Erich Stein
If I can do it anyone can this is my write up on hooking up a MPG pendant.

http://wiki.linuxcnc.org/cgi-bin/emc..._A_MPG_Pendant

What are you not satisfied with on Mach3? I use EMC2 btw...

John
Reply With Quote

  #4   Ban this user!
Old 05-27-2008, 12:08 PM
DrStein99's Avatar  
Join Date: Jul 2005
Location: usa
Posts: 233
DrStein99 is on a distinguished road

Big John;

I am not satisfied with Mach-3. Though only a few outstanding bugs, one of them I found completely unacceptable -- where change the FEED/SPEED during g-code execution causes steppers to malfunction. A closed-loop system (to me) is also very important - and has taken a big back seat in the Mach-3 world. Also, the developers appear to be taking on some other software projects, which delay fixes and advances to Mach-3.

Windows is a good user interface, of course. I am not a fan for use with robotics, or other crucial timing sensitive applications. I prefer to use a linux system for this type of application and would rather take a chance and try something new. My experience so far building linux systems (used professionally a different environment and purpose) has shown me its more stable, consistent and configurable for engine server related platforms.

-Erich Stein
__________________
WWW.RAIDGEAR.NET - FFC cables, foam headset replacement parts, and other gadgets.
Reply With Quote

  #5   Ban this user!
Old 05-27-2008, 01:01 PM
 
Join Date: Feb 2007
Location: USA
Posts: 514
Big John T is on a distinguished road

Thanks Erich for sharing that with me.

Was the feed changes during short arcs and or lines?

Thanks
John
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 05-27-2008, 01:19 PM
DrStein99's Avatar  
Join Date: Jul 2005
Location: usa
Posts: 233
DrStein99 is on a distinguished road

Big John;

I cant say for sure specifically WHEN or WHERE the steppers would begin to malfunction. It started off as a wierd thing - and took months for me to trace down and pinpoint. If I ran a program and then just increased the FEED speed (simply by pressing "+" to increase speed beyond like 5%); then the steppers would just start randomly going MAD.
I thought at first for sure there was something wrong in my setup. Until after MONTHS passed and under every circumstance the problem will repeat and persist - on the router, and also in the test-bench.

I brought it up in the support forums and was told an array of different excuses. The only resolution was either to NOT use the feed-speed increase button above 125%, or to set the feed IN THE G-CODE TO 200% above what your target rate was, and set the default feed to 10% and increase up to 100% - but DO NOT exceed 125%.

This type of function is so basically necessary for g-code control.
__________________
WWW.RAIDGEAR.NET - FFC cables, foam headset replacement parts, and other gadgets.
Reply With Quote

  #7   Ban this user!
Old 05-28-2008, 01:12 AM
H.O H.O is offline
 
Join Date: Jul 2007
Location: Sweden
Posts: 886
H.O is on a distinguished road

Hi,
I'm sorry, I've never used EMC but I thought I'd try to shed some light on this feedrate override thing...

The reason that it is not advisable to go beyond 125% feedrate override in Mach3 is that it is not only the velocity that gets overridden but unfortunately also the acceleration. So if your setup is on the borderline acceleration-wise you may stall the motors when you override upwards.

Feedrate override is a necessary function for sure and IMO it works. I'm not sure (I've only seen a few in real life) but if you look at comercial CNC-controls, do you often see ones where FRO above ~120% is possible?

So, by posting your code with 2X your desired feedrate you can set the FRO to 50% and get the correct feedrate as well as having the possibility to override upwards.

Again, I'm just trying to explain what I think you were "hitting" and why. I beleive that originally the FRO in Mach3 was "locked" at 120% or something like that but people with more "capable" systems wanted "more" so it was increased.

There's not really a problem overriding above 125% if your motors can take it. The fact that the acceleration is overridden too is drawback for sure but that's how it is....

Hope that helps a bit.

/Henrik.
Reply With Quote

  #8   Ban this user!
Old 05-28-2008, 06:55 AM
 
Join Date: Feb 2007
Location: USA
Posts: 514
Big John T is on a distinguished road

IMHO there is no reason to go past 120% with feed override. If your system is capable of more then it is not configured properly. If you programmed the G code wrong then you should fix that not twiddle with a slider past 120%...

I can understand how having acceleration tied to feed override and allowing either one to go past the machine limits is a big problem.

EMC2 does not allow that to happen. You set the machine limits in the INI file. The feed override or Fnnn will never go past the limits.

John
Reply With Quote

  #9   Ban this user!
Old 05-28-2008, 07:34 AM
DrStein99's Avatar  
Join Date: Jul 2005
Location: usa
Posts: 233
DrStein99 is on a distinguished road

I pursued the FRO problem with great detail, and guarantee its not a matter of hardware. Months of my time were spent logging results in an analytic manner, with swapping equipment to the tune of at least 3 completely separate test environments.

I understand how the process of the data in a g-code program works with timing the output into a step/direction signal out the parallel port. I also understand the max top speed and acceleration will vary on hardware.

If I run g-code near the top feedrate on a Mach-3 system, and then push the FRO close-to or beyond that limit; makes perfect sense to see that problems will happen. I would expect a failure on EVERY system when pushed near limits.

If I run the same g-code at 1/3 the top feedrate on the SAME system, and push the FRO above 130% -- the motors still error and fail! Even though at 130% FRO the maximum speed and velocity of this system is still at 1/2 of its tested maximum speed and velocity.

For many people; all they want are simple mill operations which each portion is executed less then 30 minutes so it doesn't affect them very much. My artistic sculptures require HOURS of machine uptime - so changing the FRO is as common to me as a throttle peddle to a truck driver. Stopping the machine to reprogram g-code isnt something I feel comfortable with, when feed-increase should just do its job and work.

-Erich
__________________
WWW.RAIDGEAR.NET - FFC cables, foam headset replacement parts, and other gadgets.
Reply With Quote

  #10  
Old 05-28-2008, 08:06 AM
ger21's Avatar
Community Moderator
 
Join Date: Mar 2003
Location: Shelby Twp, MI....USA
Posts: 20,457
ger21 is on a distinguished road
Buy me a Beer?

Originally Posted by DrStein99 View Post
If I run the same g-code at 1/3 the top feedrate on the SAME system, and push the FRO above 130% -- the motors still error and fail! Even though at 130% FRO the maximum speed and velocity of this system is still at 1/2 of its tested maximum speed and velocity.
Did you set the velocity and accel in motor tuning to 1/3 their normal values? That's what you needed to do for your test.

Also, about 2 months ago some changes were made to the FRO I believe. Have you tried the latest versions?

And btw, the FRO on our $150K machine only goes to 110%.
__________________
Gerry

Mach3 2010 Screenset
http://home.comcast.net/~cncwoodworker/2010.html

(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 05-28-2008, 08:16 AM
 
Join Date: May 2005
Location: canada
Posts: 1,149
cyclestart is on a distinguished road

Originally Posted by H.O View Post
Hi,
Feedrate override is a necessary function for sure and IMO it works. I'm not sure (I've only seen a few in real life) but if you look at comercial CNC-controls, do you often see ones where FRO above ~120% is possible?
I've been away from commercial machines for a while. If memory serves correctly 200% override was common. In addition some controls (conversational types) had the ability to learn (change the program) as adjustments were made. Very handy for proving out a program. There's a reason a tailor built control costs big $$$.

In Axis there's a slider control that goes to 120%. Think that's the limit with all interfaces (not positive). The keyboard shortcuts only reduce feedrate. If there's another way of exceeding 120%, other than the gcode based solution, I'm unaware of it.

Oh yeah, and hands off, DrStein is ours now j/k

ger
What machine? Seems a strange limitation for $150k
__________________
Anyone who says "It only goes together one way" has no imagination.
Reply With Quote

  #12   Ban this user!
Old 05-28-2008, 08:27 AM
 
Join Date: May 2007
Location: US
Posts: 779
Andre' B is on a distinguished road

Every machine in our shop has a feed override to 200% and spindle override to 150% but one older machine which is 120% on the spindle.
They all also have a separate override for rapid moves.
And in the parameters they have different max speed and acc settings for feed rate and rapid moves. The max speeds for rapids are faster then the max for feed rate moves but the accelerations are lower.
Reply With Quote

Reply




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 On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
help with mach 3 cicio Australia, New Zealand Club house 7 01-27-2008 03:55 AM
Confused: Mach Turn, Mach Mill, Mach 2/3 ? CanSir Mach Software (ArtSoft software) 5 02-16-2007 04:41 AM
Mach 3 no spindle - but OK in Mach 2 zcases Mach Software (ArtSoft software) 9 07-31-2006 07:38 AM
Moving to mach 3 need exact mach 2 screen carlnpa Mach Software (ArtSoft software) 2 12-11-2005 03:00 PM
will mach 2 or mach 3 work for 4 axis cnc? Runner4404spd Mach Mill 3 10-05-2005 11:44 AM




All times are GMT -5. The time now is 05:21 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