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! > WoodWorking Machines > DIY-CNC Router Table Machines


DIY-CNC Router Table Machines Discuss the building of home-made CNC Router tables here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 06-03-2007, 03:19 PM
 
Join Date: Mar 2007
Location: USA
Posts: 55
watsonstudios is on a distinguished road
Question about Limit switches

Is it common or even nessesary to have limit switches on your axis'?

Do most people put limit switches on their machines?

Are they for safety - so the axis doesn't slam into the end of it's travel? and if it did, would that burn out the motors if they are trying to move the axis but is at the end of it's travel?

If the axis hits a limit switch, does it screw up the step count, or does the motor (or driver) still know where it is? Or should the software (i.e.Mach 3) know not to go far enough to hit a limit switch.

If someone could explain in detail the purpose and workings of how limit switches are incorporated, that would be wonderful.

Jon
Tweet this Post!Share on Facebook
Reply With Quote

  #2  
Old 06-03-2007, 04:52 PM
ger21's Avatar
Community Moderator
 
Join Date: Mar 2003
Location: Shelby Twp, MI....USA
Posts: 19,570
ger21 is on a distinguished road
Buy me a Beer?

Limit switches are safety devices, to prevent the machine from crashing and causing damage or destroying itself. If you have servos, then the motors could overheat if the machine crashed against the stops. Steppers probably wouldn't be damaged, but if they are strong enough, they could tear apart the machine.

If you hit a limit switch, the machine will usually lose position and need to be homed or referenced. Mach3 incorporates "soft" limits (software limits) which you can set up to stop the machine before it gets to the limits, which I think will avoid losing steps.

Basically, the purpose of the limit switches is to prevent machine crashes. They are usually installed at both ends of each axis. One switch on each axis can also act as a home switch in addition to a limit switch, which will save you a few switches.
__________________
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)
Tweet this Post!Share on Facebook
Reply With Quote

  #3  
Old 06-03-2007, 05:07 PM
HuFlungDung's Avatar
Moderator
 
Join Date: Mar 2003
Location: Canada
Posts: 4,823
HuFlungDung is on a distinguished road

A stepper system will likely be out of position if it hits a limit, because the control issued the move and has no feedback to tell it how far the machine moved before the power was cut.

A servo system should not lose position when hitting a limit. The limits should be positioned before the dead stop so that the machine has time to decelerate under control of the system. Even then, the encoder feedback on the system cannot be fooled, and the position is always accessible from anywhere along the slideways.

Many servo systems will permit motion of the axis off the limit switch in the one free direction.

Needless to say, the interruption caused by hitting the limit may require rerunning the program from the beginning, but midprogram starts are possible under certain circumstances.
__________________
First you get good, then you get fast. Then grouchiness sets in.

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

  #4   Ban this user!
Old 06-08-2007, 12:39 AM
 
Join Date: Mar 2007
Location: USA
Posts: 55
watsonstudios is on a distinguished road

Another question I have now that I'm getting close to hooking up the motors and electronics. The reason I'm asking about home switches is because someone told me you need them to use the soft limits feature in Mach3.

I assume Home switches are the same type of switch as a limit switch(a little black box with a plunger usually depressed by a flat metal arm with or without a roller on the end) My question is, if I'm using 8 limit switches(2 per axis on a four axis system) Do I need seperate home switches?
Do I add more switches in addition to the limit switches? Can I use the same switches for home & limits? Do I only put home switches at one end of each axis where I want the machine to zero out?

Can someone please explain what, where and how many switches I will need in a typical setup? I know where to put the limit switches on each axis but I dont know how & where to incorporate the home switches.
Tweet this Post!Share on Facebook
Reply With Quote

  #5   Ban this user!
Old 06-08-2007, 05:20 PM
 
Join Date: Nov 2006
Location: UK
Posts: 20
mphel is on a distinguished road

As I understand it, you only need two switches per axis, if using Mach software it will treat the limit as a home when you tell it to "reference all" if you set it to reference in a negative direction it will treat the limit switch in that direction as a home switch until it has been triggered and reset. With a single parallel port you have limited inputs so its best to configure home and limits to share an input so you dont run out.
As far as soft limits goes, if you set them in configs to the usable size of your table they will still work if you dont have switches. jog the axis to their zeros and then "reference all" and the machine coordinates will be set to zero in this position, then when soft limits are enabled the machine should stop movement when it reaches the values defined in configs. The only problem will arrise if steps are missed and the machine returns to zero, it will foul before the DROs think it has reached home! Hardware switches will obviously overcome this problem. hope this helps a bit!!
__________________
Mark
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 06-08-2007, 06:54 PM
 
Join Date: May 2006
Location: Australia
Posts: 1,345
Greolt is on a distinguished road

Originally Posted by watsonstudios View Post
......................if I'm using 8 limit switches(2 per axis on a four axis system) Do I need seperate home switches?
Do I add more switches in addition to the limit switches? Can I use the same switches for home & limits? Do I only put home switches at one end of each axis where I want the machine to zero out?
If using Mach then you can use the limit as a home switch. Mach knows when to see it as a home.

Also you can have the switch move with the axis and have actuators each end for limits. So that means only one switch per axis.

Don't know about your fourth axis. Is it rotary? Then probably only one switch too.

Another thing is depending on how many inputs you have available you can wire multiple switches to one input.

Greg
Tweet this Post!Share on Facebook
Reply With Quote

  #7   Ban this user!
Old 06-08-2007, 08:23 PM
 
Join Date: Mar 2007
Location: USA
Posts: 55
watsonstudios is on a distinguished road

Originally Posted by Greolt View Post

Don't know about your fourth axis. Is it rotary? Then probably only one switch too.

Another thing is depending on how many inputs you have available you can wire multiple switches to one input.

Greg
I actually only have 3 axis' the fourth is really having a dual X axis drive so I will still need 4 motors and drivers. So I guess I will only need 6 switches to cover all my axis' and if I can use the same switches as home switches, that would be great.

Now, are the home switches only at the end of the machine where you want zero to be? In other words, only using 1 switch per axis for home? Say at the top of Z, the back of X and to the right of Y?
Tweet this Post!Share on Facebook
Reply With Quote

  #8   Ban this user!
Old 06-08-2007, 08:42 PM
 
Join Date: Dec 2006
Location: Clw, FL
Age: 26
Posts: 524
rustamd is on a distinguished road

Originally Posted by watsonstudios View Post
I actually only have 3 axis' the fourth is really having a dual X axis drive so I will still need 4 motors and drivers. So I guess I will only need 6 switches to cover all my axis' and if I can use the same switches as home switches, that would be great.
For limit switches you should be ok with 1 per axis.


Originally Posted by watsonstudios View Post
Now, are the home switches only at the end of the machine where you want zero to be? In other words, only using 1 switch per axis for home? Say at the top of Z, the back of X and to the right of Y?
You are correct about Home switches, only on one end of axis. However, you would be much better of with having two on your X axis(if this is the one you have two motors on) so it will square itself when it homes.

So that would mean you need 7 switches, 3 for X, 2 for Y and 2 for Z.
Tweet this Post!Share on Facebook
Reply With Quote

  #9   Ban this user!
Old 06-08-2007, 09:40 PM
 
Join Date: Mar 2007
Location: USA
Posts: 55
watsonstudios is on a distinguished road

Originally Posted by rustamd View Post
However, you would be much better of with having two on your X axis(if this is the one you have two motors on) so it will square itself when it homes.
I don't know if that statement makes sense to me because of the rigidity of the Y axis along the X rails. The Y axis is fixed & square along the X so the motors would have little or no effect on how square it is unless one motor pushes further than the other in which case one motor will give out before it twists the Y off square. I could be wrong but these are 495oz motors and I don't know how that translates into pounds of pressure.

(Let's call the two X axis motors 1 and 2)
When having both X axis motors, one master(1) and one slave(2), I would assume that the master would control the slave (in Mach3) so one could not work independently of the other - which would prevent any twisting or racking.

On the X, What if motor(1) fails or the wiring fails, will the other motor(2) fight until it fails or burns-up? Or will Mach know that motor(1) is not working and shut motor(2) down or stop the system? It's an extreme scenario but it could happen.

Hope I didn't stray off topic too much.
Tweet this Post!Share on Facebook
Reply With Quote

  #10   Ban this user!
Old 06-08-2007, 09:43 PM
 
Join Date: Dec 2006
Location: Clw, FL
Age: 26
Posts: 524
rustamd is on a distinguished road

It still home's independently.
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 06-08-2007, 09:48 PM
 
Join Date: Dec 2006
Location: Clw, FL
Age: 26
Posts: 524
rustamd is on a distinguished road

What i mean, it can share one switch, but if you have two home switches, i will home indepdently. If it homes exactly at same time you are lucky, that means your gantry is not racking. But pretty much 90% of the time you will have some racking(might be very small, but still). This will help it have a good start for next operation. Of course everything is just mine opinion.
Tweet this Post!Share on Facebook
Reply With Quote

  #12   Ban this user!
Old 06-21-2007, 06:39 AM
 
Join Date: Jun 2007
Location: india
Posts: 44
shashank ayyar is on a distinguished road

Originally Posted by HuFlungDung View Post
A stepper system will likely be out of position if it hits a limit, because the control issued the move and has no feedback to tell it how far the machine moved before the power was cut.
is there a way to hook up the switches so they issue the feed back?
__________________
i dont know sqat!!! will be asking dumb questions
Tweet this Post!Share on Facebook
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
Limit switches question wjfiles Machine Problems, Solutions , Wireless DNC, serial port 2 11-28-2006 03:36 AM
limit switches planescott General Electronics Discussion 5 01-13-2006 04:23 PM
The relationship of limit switches to home switches. MikeAber General Electronics Discussion 4 11-04-2004 02:28 PM
Limit switches and home switches viktorcnc TurboCNC 2 08-03-2004 07:11 AM
Home switches and limit switches. ynneb General Electronics Discussion 5 04-08-2004 06:32 PM




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