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  
Old 09-21-2009, 10:47 AM
*Registered User*
 
Join Date: Jul 2009
Location: usa
Posts: 38
cwebs is on a distinguished road
How do I edit EMC2 Question

I just got my cnc machine done and moving in Mach3. I am brand new to EMC2 and ran the stepconfig wizard. All three stepers moved in the test setup OK. When I tried the EMC2 program I kept getting a warning the Z was out of limits and I was not able to home. I think I set the home/limit switch to "maximum/home" Should I have set this to "minimum/home"? If so what, where and how do I edit this problem. I can Jog X and Y but not Z. Z just bumps a few thousands at a time when I try to jog. Touching the Z home switch is no help. Thanks for any help! Carl
Reply With Quote

  #2  
Old 09-22-2009, 11:25 AM
*Registered User*
 
Join Date: Jul 2009
Location: usa
Posts: 38
cwebs is on a distinguished road

After hours of searching and hours of reading and thinking about it all night I have all problems solved.
Reply With Quote

  #3   Ban this user!
Old 09-23-2009, 07:24 PM
vlmarshall's Avatar  
Join Date: Mar 2006
Location: usa
Posts: 474
vlmarshall is on a distinguished road

Great, what was it? Did you have your travels configured incorrectly?

I'd have tried to help if I'd seen your post. I just started using EMC at the beginning of this year, but I'm really enjoying it now.
Reply With Quote

  #4  
Old 09-23-2009, 08:49 PM
*Registered User*
 
Join Date: Jul 2009
Location: usa
Posts: 38
cwebs is on a distinguished road

Originally Posted by vlmarshall View Post
Great, what was it? Did you have your travels configured incorrectly?

I'd have tried to help if I'd seen your post. I just started using EMC at the beginning of this year, but I'm really enjoying it now.
I did not know how to set Homing rapids to go in the correct direction or how to get the stepper config back so I could fix anything. Still have a problem with limits. I am using homing switches as limits but I can't find how to config my other limits. I have Z Y X conected together but find no option for that.
Reply With Quote

  #5   Ban this user!
Old 09-24-2009, 10:30 AM
pminmo's Avatar  
Join Date: Jun 2003
Location: St. Peters, Mo USA
Age: 59
Posts: 3,325
pminmo is on a distinguished road

The people that monitor the EMC IRC channels are the best place to ask EMC questions. You can get there via their website.
__________________
Phil, Still too many interests, too many projects, and not enough time!!!!!!!!
Vist my websites - http://pminmo.com & http://millpcbs.com
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 10-04-2009, 09:47 PM
acondit's Avatar  
Join Date: Apr 2005
Location: USA
Posts: 1,774
acondit is on a distinguished road

Originally Posted by cwebs View Post
I did not know how to set Homing rapids to go in the correct direction or how to get the stepper config back so I could fix anything. Still have a problem with limits. I am using homing switches as limits but I can't find how to config my other limits. I have Z Y X conected together but find no option for that.
I think you will be much happier if each axis is on a separate pin. I did the three together originally on my first machine. If I hit a switch it would report a joint error on all three axes (axii??). Much more frustrating to figure out where the error is when two or more axes (axii??) are close to the switches.

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

  #7   Ban this user!
Old 10-05-2009, 10:33 AM
acondit's Avatar  
Join Date: Apr 2005
Location: USA
Posts: 1,774
acondit is on a distinguished road

Originally Posted by cwebs View Post
I did not know how to set Homing rapids to go in the correct direction or how to get the stepper config back so I could fix anything. Still have a problem with limits. I am using homing switches as limits but I can't find how to config my other limits. I have Z Y X conected together but find no option for that.
I hate to tell you to read the manual but that is how I got mine working. The critical information is in the integrators manual under configuration:ini file:homing. You need to read that information to understand how the variables that control homing work. EMC2 offers a lot of control over how homing works that Mach doesn't. More control means more complexity.

I use combined home and limit switches, one switch at each end of travel.

Here is what I did in my ".hal" file.
# create a signal for the limit switches
net both-home-x <= parport.0.pin-11-in
net both-home-y <= parport.0.pin-12-in
net both-home-z <= parport.0.pin-13-in
net both-home-x => axis.0.neg-lim-sw-in axis.0.pos-lim-sw-in axis.0.home-sw-in
net both-home-y => axis.1.neg-lim-sw-in axis.1.pos-lim-sw-in axis.1.home-sw-in
net both-home-z => axis.2.neg-lim-sw-in axis.2.pos-lim-sw-in axis.2.home-sw-in

And here are the settings for the X-axis in my ".ini" file.
HOME_OFFSET = -0.1
HOME_SEARCH_VEL = -1.500
HOME_LATCH_VEL = 0.250
HOME_USE_INDEX = NO
HOME_IGNORE_LIMITS = YES
HOME_SEQUENCE = 1

This says that my home switch is -0.1" from X0, that I search for home in a negative direction at 90ipm, that once I hit home I back off and search again at 15ipm, that I don't use an index in addition to the switch, that I ignore limits when searching for home and finally that the X axis is the second axis to home. I have Z set to HOME_SEQUENCE = 0 and Y is also set to HOME_SEQUENCE = 1. So it homes Z first and then X and Y simultaneously. If I was sharing a switch loop between multiple axii, then I could not home two axii simultaneously. So if yours is homing in the wrong direction you would change the sign on the HOME_SEARCH_VEL (and probably the HOME_LATCH_VEL as well).

Alan
__________________
http://www.alansmachineworks.com

Last edited by acondit; 10-05-2009 at 10:38 AM. Reason: More Explanation
Reply With Quote

  #8  
Old 10-05-2009, 12:43 PM
*Registered User*
 
Join Date: Jul 2009
Location: usa
Posts: 38
cwebs is on a distinguished road

You don't have to tell me to read the manual. I call it RTFM! I am reading EVERYTHING I can find and printing most of it out. At this time I have pins 10 11 12 for home limits and 15 for probe. I had set the X Y Z far limits to 13. Those three are connected in serial. and that was the problem setting them in Stepconfig. Soft limits are working OK so it is not that big a deal right now.
I am still learning to edit the .ini files but going at it slow so not to loose what I have. I will say that EMC rocks over Mock3 now that I am up and running. Thanks Carl
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
Need Help!- Using Gedit without EMC2 to manually edit Gcode with syntax mouratoglou LinuxCNC (formerly EMC2) 6 07-25-2009 02:36 AM
Problem- How to edit posts ssoptical BobCad-Cam 6 03-13-2009 05:50 AM
how to edit with mach 3 cob Mach Mill 3 05-20-2008 10:40 PM
Edit Options 18T Again pinguS Fanuc 2 08-02-2006 01:11 PM




All times are GMT -5. The time now is 05:12 AM.





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