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 11-26-2007, 09:38 PM
 
Join Date: Jan 2007
Location: USA
Posts: 38
mike944 is on a distinguished road
EMC2 version & upgrading questions

As suggested, i'm starting a new thread with these questions.

My first one, how do i check what EMC2 version i am running?

How do i upgrade? Do i have to "uninstall" the old version before upgrading, if so, how do i do that?


Basically, i want to run the "stepconf" setup tool, but i can't figure out how to start the program, so i suspect i'm running an old version of EMC2, and don't know how to upgrade.

I'm new to linux, and haven't used unix in about 8 years or more, so i really don't know what i'm doing with the software.

BTW, i'm running a Dyna 2400 that has a custom interface card that i'm developing. The interface works just fine, i can run the machine with turbocnc, but that program is not very user-friendly.
Reply With Quote

  #2   Ban this user!
Old 11-26-2007, 10:48 PM
 
Join Date: May 2005
Location: canada
Posts: 1,149
cyclestart is on a distinguished road

Originally Posted by mike944 View Post
My first one, how do i check what EMC2 version i am running?
Open a terminal and enter the command 'emc'.

How do i upgrade? Do i have to "uninstall" the old version before upgrading, if so, how do i do that?
No need to remove the existing emc. Have you looked at the instructions at linuxcnc? In any case, it might be good to see the answer to #1.

BTW, i'm running a Dyna 2400 that has a custom interface card that i'm developing.
Interesting. Maybe the others will understand. The word "developing" is enough to rule out my help

Off now to see what this new stepconf thingy is.
__________________
Anyone who says "It only goes together one way" has no imagination.
Reply With Quote

  #3   Ban this user!
Old 11-26-2007, 11:35 PM
acondit's Avatar  
Join Date: Apr 2005
Location: USA
Posts: 1,774
acondit is on a distinguished road

Mike,

If you have the internet running on the box you are running emc2 on, and if you are running the standard ubuntu installation, you can use the ubuntu upgrade feature. However, be sure to read the "upgrading to 2.2" info on the wiki. It will tell you what you need to do to enable the update to get the 2.2 version. It is actually fairly simple, but it gives you pretty much step by step guidance.

Are you developing your own controller or just a breakout board?

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

  #4   Ban this user!
Old 11-27-2007, 01:18 AM
 
Join Date: May 2005
Location: canada
Posts: 1,149
cyclestart is on a distinguished road

Originally Posted by acondit View Post
and if you are running the standard ubuntu installation,
Good point. Mike didn't say how or when he got the linux disk.

Try this in a shell
Code:
cat  etc/issue;   uname   -r
If it comes up something like;
Ubuntu 6.06.1 LTS
2.6.15-magma

and emc is 2.1.something

You're golden with these instructions http://wiki.linuxcnc.org/cgi-bin/emc...?UpdatingTo2.2
__________________
Anyone who says "It only goes together one way" has no imagination.
Reply With Quote

  #5   Ban this user!
Old 11-27-2007, 05:44 AM
 
Join Date: Nov 2006
Location: USA
Posts: 21
blumpie is on a distinguished road

Originally Posted by cyclestart View Post
You're golden with these instructions http://wiki.linuxcnc.org/cgi-bin/emc...?UpdatingTo2.2

Worked for me! I just got done. I had to re-edit my stepper_inch.ini and standard_pinout.ini so make sure you back those up or jot down your edits.
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 11-27-2007, 08:25 AM
 
Join Date: Jan 2007
Location: USA
Posts: 38
mike944 is on a distinguished road

Thanks for the help guys! I've been trying to read up on all this stuff online, but most of the instructions out are confusing, and assume a little more knowledge of linux than i think i have right now.

I'm at work right now, and i'm pretty busy tonight, but i hope i'll have a chance to try it sometime later. Yes, i have the ubuntu configuration. I don't know what version, and yes, it's connected to the internet. Surfing the web on the linux machine seems exceptionally slow though. But that's a separate issue in itself.

To answer acondit's question, it's sort of like a breakout board, but it's highly specific to that machine. It's basically an isolation board, configured and buffered properly to plug right into the original controller electronics, using the original electronics to run all the steppers, and all ancillary functions.
Reply With Quote

  #7   Ban this user!
Old 11-27-2007, 01:10 PM
acondit's Avatar  
Join Date: Apr 2005
Location: USA
Posts: 1,774
acondit is on a distinguished road

Originally Posted by mike944 View Post
Thanks for the help guys! I've been trying to read up on all this stuff online, but most of the instructions out are confusing, and assume a little more knowledge of linux than i think i have right now.

I'm at work right now, and i'm pretty busy tonight, but i hope i'll have a chance to try it sometime later. Yes, i have the ubuntu configuration. I don't know what version, and yes, it's connected to the internet. Surfing the web on the linux machine seems exceptionally slow though. But that's a separate issue in itself.

To answer acondit's question, it's sort of like a breakout board, but it's highly specific to that machine. It's basically an isolation board, configured and buffered properly to plug right into the original controller electronics, using the original electronics to run all the steppers, and all ancillary functions.
Mike,

The reason that I asked is that part of making emc2 (or any other cnc controller) work is correctly assigning the parallel port pins to the correct step and direction signals (or pwm signals, or whatever). You would probably be best off if you use something like the xylotex pinout, if you haven't already made some other (sort of irreversible) choice. It will allow you to use a set of existing ini files as a starting point. This makes life simpler.

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

  #8   Ban this user!
Old 11-27-2007, 09:17 PM
 
Join Date: Jan 2007
Location: USA
Posts: 38
mike944 is on a distinguished road

No, nothing is set in stone yet. I have a working prototype, but it needs a revision.

That's an interesting thought. I set it up for best PC board layout, and the least number of jumpers, but there's no reason i can't make changes.
Reply With Quote

  #9   Ban this user!
Old 11-28-2007, 04:53 AM
 
Join Date: May 2006
Location: Australia
Age: 40
Posts: 2,205
epineh is on a distinguished road
Buy me a Beer?

I just upgraded my EMC2 to 2.1.7 ... I just downloaded the file with the .deb file extension on the end, then put it on a memory stick (CNC controller wasn't on the net), put this in the CNC PC, then just right click on the file and (I am a little rusty here) select install with package manager ( I think).

I would confirm this by checking the CNC PC, but ... erm... I kinda blew it up, along with a servo drive, FPGA card (Pluto-P) soooooo lets just say that you probably shouldn't take any advice on electronics that you may hear me give

The EMC upgrade was pretty painless though.

Russell.
Reply With Quote

  #10   Ban this user!
Old 11-29-2007, 03:12 AM
 
Join Date: Oct 2006
Location: usa
Posts: 15
runchman is on a distinguished road

For what it's worth, I just installed emc2 with ubuntu a couple nights ago - for me to run stepconf, I click 'applications' at the top, then 'cnc', and to the right of cnc I can select either emc2 or stepconf.

In other words, stepconf is accessible from the start-bar as a separate entity from emc2.

On the positive side, I went thru stepconf and got my motors all turning! Yipee!

- John
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 11-29-2007, 04:40 AM
 
Join Date: Sep 2003
Location: Melbourne, Australia
Posts: 32
djmickyg is on a distinguished road

Originally Posted by runchman View Post
For what it's worth, I just installed emc2 with ubuntu a couple nights ago - for me to run stepconf, I click 'applications' at the top, then 'cnc', and to the right of cnc I can select either emc2 or stepconf.
- John
did u install EMC on a pc with ubuto already on it??
Reply With Quote

  #12   Ban this user!
Old 11-29-2007, 06:28 AM
 
Join Date: Nov 2007
Location: South Africa
Posts: 8
softselect is on a distinguished road

Originally Posted by runchman View Post
For what it's worth, I just installed emc2 with ubuntu a couple nights ago - for me to run stepconf, I click 'applications' at the top, then 'cnc', and to the right of cnc I can select either emc2 or stepconf.

In other words, stepconf is accessible from the start-bar as a separate entity from emc2.

On the positive side, I went thru stepconf and got my motors all turning! Yipee!

- John
did you install this from the live cd, because i dont get the menu cnc and the emc,stepconf
i only get emc
thanks
Friedrich
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
Something Old, Something New..Upgrading An Old CNC Millrite Too_Many_Tools Knee Vertical Mills 16 04-10-2010 09:48 AM
Newest version of Mach3 Version 1.90.065 turmite Mach Mill 3 01-26-2009 09:21 PM
Upgrading a 1993 VF3???? sco999 Haas Mills 1 04-14-2007 02:06 PM
Upgrading 3 jaw chuck? scbvideoboy Shopmaster/Shoptask 15 04-02-2007 07:52 PM
VCarve Pro Trial version 3.0: any newer version? monte55 Vectric 2 12-11-2006 05:12 PM




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