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 04-07-2009, 06:50 PM
 
Join Date: Sep 2008
Location: usa
Posts: 219
RP Designs is on a distinguished road
What is EMC?

Ok, I have no experience with this so please forgive my ignorance. Other than being a control software, what exactly is EMC? How is it different than Mach software? What will it do, and what won't it do?

I am trying to decide on a retrofit of an older CNC and am trying to decide on the best path while keeping the learning curve as flat as possible. I am looking to pick up a servo based CNC machine and reuse as much of the hardware as possible.
Thanks
Reply With Quote

  #2   Ban this user!
Old 04-07-2009, 07:00 PM
 
Join Date: Jun 2006
Location: Canada
Posts: 93
flash319 is on a distinguished road

EMC is Open source (FREE) machine control software. It does the same type of thing that Mach can do but more. Since EMC is open source you can modify how it runs to suit your needs. Mach is a canned program with settings that can be changed but only what the author programmed into it. Mach is easier for a standard machine but EMC has more possible configurations and you can change it to what you want.
The biggest advantage of EMC is that it runs on Linux (FREE) and NOT Windows. Windows isn't stable with word processing let alone machine control.....
Reply With Quote

  #3   Ban this user!
Old 04-07-2009, 07:06 PM
 
Join Date: Sep 2008
Location: usa
Posts: 219
RP Designs is on a distinguished road

Originally Posted by flash319 View Post
EMC is Open source (FREE) machine control software. It does the same type of thing that Mach can do but more. Since EMC is open source you can modify how it runs to suit your needs. Mach is a canned program with settings that can be changed but only what the author programmed into it. Mach is easier for a standard machine but EMC has more possible configurations and you can change it to what you want.
The biggest advantage of EMC is that it runs on Linux (FREE) and NOT Windows. Windows isn't stable with word processing let alone machine control.....
I don't know anything about linux. How hard is EMC to use. Mostly I will be doing most of the G-code with a CAM program. I will need to integrate the software to the retrofit, is there some documentation anywhere?
Reply With Quote

  #4   Ban this user!
Old 04-07-2009, 07:22 PM
acondit's Avatar  
Join Date: Apr 2005
Location: USA
Posts: 1,774
acondit is on a distinguished road

Go to this link to find the documentation.

http://www.linuxcnc.org/content/view/5/5/lang,en/

I think that EMC2 is very easy to use. I am using it on a CNC router that I built and a lathe that I converted to CNC.

Alan
__________________
http://www.alansmachineworks.com
Reply With Quote

  #5   Ban this user!
Old 04-07-2009, 07:40 PM
BMG BMG is offline
 
Join Date: Dec 2006
Location: Pennsylvania, US
Posts: 151
BMG is on a distinguished road

Perhaps the better question is what do you need your machine to do and will the software your comfortable with do that?

EMC requires you to learn linux (if you have no experience) and more importantly - it requires you to have a better understanding of your actual machine. No fudging allowed (well - maybe a little).

In the end, if you pursue EMC - you will learn EMC, linux and how your machine functions better
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 04-08-2009, 02:19 AM
 
Join Date: Apr 2009
Location: Germany
Posts: 21
linuxstep1 is on a distinguished road

hi,

I have not much experience with EMC (just started), a little with linux.
Of course its helpful to understand linux, but for me it seems not necessary to become a Linux expert to use EMC.
My first impressions of EMC:
- easy to install (on top of an existing ubuntu hardy)
- very flexible to configure
- documentation a little fuzzy (as usual with linux sw)

Gerd
Reply With Quote

  #7   Ban this user!
Old 04-08-2009, 04:34 AM
vlmarshall's Avatar  
Join Date: Mar 2006
Location: usa
Posts: 474
vlmarshall is on a distinguished road

I switched to Linux and EMC (from Mach) at the beginning of this year. Ubuntu is easy to use, and EMC has many more options, so I'm sticking with it.
My biggest reason for switching was EMC's ability to use Macro programming, nesting conditional loops of Gcode. I'm used to programming this way at work, and didn't want to lose it at home.
Reply With Quote

  #8   Ban this user!
Old 04-08-2009, 07:03 AM
 
Join Date: May 2007
Location: US
Posts: 779
Andre' B is on a distinguished road

The single greatest difference is programs like Mach are not motion controllers they just send out a stream of position commands and assume that the hardware will follow.
EMC, at least when not being used in step/direction mode is a motion control making possible much high performance systems with more predictable results.
Reply With Quote

  #9   Ban this user!
Old 04-13-2009, 08:41 PM
guru_florida's Avatar  
Join Date: Nov 2007
Location: United States
Age: 36
Posts: 257
guru_florida is on a distinguished road

Download the EMC2 Live CD. I evaluated EMC2 without even installing it on my hard drive. Use a flash drive to store the emc2 config files until you decide to do a full hard drive install. Emc2 was 10 times better than the windows controller I tried (it wasnt mach3 though). After learning a lot of emc2's internals, it's very robust and it's gcode interpreter is very good and fully functional with it's control loops, variables, etc.

You won't have to learn much linux to run and operate EMC2, it won't be that dissimilar to using windows. However, after a while you may prefer Linux over Windows...I definitely do! (In some spare time, use the "Synaptics Package Manager" program to search and install from thousands of free applications with the click of a button. Uninstallation is just as easy.)

Generate your config with stepconf wizard if you end up using steppers or servo amps with step/dir interface. If you use servos then you will have quite a learning curve setting emc2 up to control them.

If you are new to CNC you should start with Stepper Control. Unless you are doing some *real* heavy cutting, you are really better off with steppers anyway. Servos are the fastest and are powerful, but often require tuning and more understanding of your machine than steppers and the control theory is more complicated.

I also configured emc2 to use an xbox style joystick as a CNC control pendant, very handy!

Colin
Reply With Quote

  #10   Ban this user!
Old 04-13-2009, 11:22 PM
 
Join Date: Sep 2008
Location: usa
Posts: 219
RP Designs is on a distinguished road

Originally Posted by guru_florida View Post
Download the EMC2 Live CD. I evaluated EMC2 without even installing it on my hard drive. Use a flash drive to store the emc2 config files until you decide to do a full hard drive install. Emc2 was 10 times better than the windows controller I tried (it wasnt mach3 though). After learning a lot of emc2's internals, it's very robust and it's gcode interpreter is very good and fully functional with it's control loops, variables, etc.

You won't have to learn much linux to run and operate EMC2, it won't be that dissimilar to using windows. However, after a while you may prefer Linux over Windows...I definitely do! (In some spare time, use the "Synaptics Package Manager" program to search and install from thousands of free applications with the click of a button. Uninstallation is just as easy.)

Generate your config with stepconf wizard if you end up using steppers or servo amps with step/dir interface. If you use servos then you will have quite a learning curve setting emc2 up to control them.

If you are new to CNC you should start with Stepper Control. Unless you are doing some *real* heavy cutting, you are really better off with steppers anyway. Servos are the fastest and are powerful, but often require tuning and more understanding of your machine than steppers and the control theory is more complicated.

I also configured emc2 to use an xbox style joystick as a CNC control pendant, very handy!

Colin
Can you run EMC2 Live on windows, or do you need to install Linux first? Do you have a link for the CD download?
I am not as worried about learning servo's, while I am very new to it I do have a bit of control theory from school and have been researching the tuning aspects, but hopefully If I need assistance I can find it here. There certainly are a lot of people with a lot more knowledge and experience than I have. I am still really in the planning stage and have not made a 100% decision on anything yet.
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 04-14-2009, 12:06 AM
 
Join Date: May 2005
Location: canada
Posts: 1,149
cyclestart is on a distinguished road
it's easy

Originally Posted by RP Designs View Post
Can you run EMC2 Live on windows, or do you need to install Linux first?
No need to install anything. It runs off the cd using ram and won't harm your windows install in any way. Very cool stuff. Just boot up the machine with the cd in the drawer.
Do you have a link for the CD download?
http://www.linuxcnc.org/
and read, or go directly here
http://www.linuxcnc.org/content/view/21/4/lang,en/
Go for 8.04. unless your computer is more than a few years old.

Anything less than 512 ram is a guaranteed miserable experience.
Burn the cd as an image. Burning software has different terminology for this and some won't do it at all (notably the last windows built in software I tried). If you see only one large file on the disk after burning you did it wrong.
Make sure your BIOS is set to boot the optical drive before the hard drive.
Have fun
__________________
Anyone who says "It only goes together one way" has no imagination.
Reply With Quote

  #12   Ban this user!
Old 04-14-2009, 08:40 AM
 
Join Date: Nov 2005
Location: Canada
Posts: 465
chester88 is on a distinguished road

reading the wiki would be good too- the manual is there in HTML and PDF...
http://wiki.linuxcnc.org/cgi-bin/emc...cKnowledgeBase
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





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