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! > MetalWorking Machines > Benchtop Machines > Taig Mills & Lathes


Taig Mills & Lathes Discuss Taig machine here.


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 07-30-2009, 10:23 AM
bill-the-cat's Avatar  
Join Date: May 2009
Location: USA
Posts: 21
bill-the-cat is on a distinguished road
Several newbie questions.

I'm just getting started with my Taig mill, Gecko controller and Keling steppers. After researching this forum for weeks to educate myself, I've still got several questions.

1) After my system has been powered up for a while, my stepper motors are relatively warm/hot to the touch. This is true even if I haven't been moving the axes. I would expect this a little due to the current that is holding the stepper in position, but I am concerned that they might be warmer than they should be. Is this normal? How warm should they be?

2) I've read countless posts about losing steps. They often mention that you can "hear" that you are losing steps. What exactly should I be listening for?

3) There is a "Verify" button on the Mach "MDI" page, but I'm not sure I understand exactly how I use this to determine if I've lost steps. Can someone explain the process?

Thanks for any help with these questions!
__________________
Bill (the Cat) Shubert
Tweet this Post!Share on Facebook
Reply With Quote

  #2   Ban this user!
Old 07-30-2009, 03:24 PM
 
Join Date: Apr 2004
Location: Oakland CA USA
Posts: 794
awerby is on a distinguished road

Originally Posted by bill-the-cat View Post
I'm just getting started with my Taig mill, Gecko controller and Keling steppers. After researching this forum for weeks to educate myself, I've still got several questions.

1) After my system has been powered up for a while, my stepper motors are relatively warm/hot to the touch. This is true even if I haven't been moving the axes. I would expect this a little due to the current that is holding the stepper in position, but I am concerned that they might be warmer than they should be. Is this normal? How warm should they be?

[They can be pretty warm without causing any problems. You are correct that the stepper is using power just holding its position. As long as it doesn't burn your finger when you touch it, I wouldn't worry about it.]

2) I've read countless posts about losing steps. They often mention that you can "hear" that you are losing steps. What exactly should I be listening for?

[The motor will stutter, or growl. When it's happy, the sound is somewhere between "Whirr" and "Zing". When it's not, it will let you know...]

3) There is a "Verify" button on the Mach "MDI" page, but I'm not sure I understand exactly how I use this to determine if I've lost steps. Can someone explain the process?

[I don't think that's what it does; as far as I know, it just checks if the code is possible for it to run (no illegal characters, or out-of-limits moves). I don't think Mach has any mechanism to determine if steps have been lost, although some controllers may close a feedback loop at the drive, and will shut down if the commanded steps versus achieved steps are out of a certain ratio.]

Thanks for any help with these questions!
[No problem, Bill - it sounds like things are basically working for you, so happy milling!]

Andrew Werby
www.computersculpture.com
Tweet this Post!Share on Facebook
Reply With Quote

  #3   Ban this user!
Old 07-31-2009, 11:25 AM
bill-the-cat's Avatar  
Join Date: May 2009
Location: USA
Posts: 21
bill-the-cat is on a distinguished road
Just when I thought I was done.....

Thanks Andrew!

After you mentioned it, I think I remember something in one of the tutorial videos about using Verify to check your code. I'll have to go back and watch that one again. I'm not sure where I got the idea that it checked for lost steps, but I think I read something about it on this or another forum

Since I posted my original questions, I came up with one more. I recently experienced a phantom limit switch event. I use shielded cable for my limit switches, but, I guess I'm still getting some electrical noise from somewhere. In my reading, I've found that setting a "Debounce" value can correct this problem. One thing about setting this value was asked in one of the posts that I read, but was never answered. Is there a downside to setting this value TOO high?
__________________
Bill (the Cat) Shubert
Tweet this Post!Share on Facebook
Reply With Quote

  #4   Ban this user!
Old 07-31-2009, 03:35 PM
Mini Beast's Avatar  
Join Date: May 2009
Location: USA
Posts: 43
Mini Beast is on a distinguished road

I don't have an answer, but I know that my steppers are actually too hot to touch. It really gets my attention when I bump one with my arm when taking the part off the table. Sometimes, they make a bit of a hissing sound too.

I had a phantom limit switch too one time. It took me awhile, but I finally realized what the problem was (and got a good laugh out of it). I forgot to move my keyboard out of the way, and the cable for the x-axis stepper ended up pushing the 'esc' key on my keyboard.
__________________
DISCLAIMER: I'm a noob :)
Tweet this Post!Share on Facebook
Reply With Quote

  #5   Ban this user!
Old 08-01-2009, 01:01 PM
bill-the-cat's Avatar  
Join Date: May 2009
Location: USA
Posts: 21
bill-the-cat is on a distinguished road
I thought I remembered it correctly

I reviewed the tutorial video and I was correct. It states that pressing the Verify button on the MDI screen will send the machine to the Home position and then back to your current position. It will them report if you have lost any steps. I haven't tried it yet. If anyone has any experience with this feature, I'd like to hear about it before I try it.

Also still wanting to hear opinions on debounce settings. I'm using shielded cable for my limit switches (grounded at the control box), but I still got two phantom limit switch events so far. Since these events are so rare, I'm not sure I can determine the exact cause and I'm thinking that setting a minimal debouce value will prevent them from happening. I know that ideally the debounce should be zero, but is a small value to deal with the "occassional" noise problem OK as a general rule? At what level is the debounce value to be considered excessive? Are there other drawbacks to having the debounce value TOO high?

Thanks!
__________________
Bill (the Cat) Shubert
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 08-01-2009, 02:58 PM
 
Join Date: Apr 2004
Location: Oakland CA USA
Posts: 794
awerby is on a distinguished road

[QUOTE=bill-the-cat;646098]I reviewed the tutorial video and I was correct. It states that pressing the Verify button on the MDI screen will send the machine to the Home position and then back to your current position. It will them report if you have lost any steps. I haven't tried it yet. If anyone has any experience with this feature, I'd like to hear about it before I try it.

[If you've got a Taig mill, I don't think this is going to be much help, unless you retrofit it with home switches. Lacking those, sending it to the Home position will just crash it, since the homing routine sends it to the limit of each axis until a switch is triggered.

I'd suggest you address your debounce questions to the Mach3 forum on machsupport.com, since that's where the real Mach experts hang out...]

Andrew Werby
www.computersculpture.com
Tweet this Post!Share on Facebook
Reply With Quote

  #7   Ban this user!
Old 08-01-2009, 08:10 PM
bill-the-cat's Avatar  
Join Date: May 2009
Location: USA
Posts: 21
bill-the-cat is on a distinguished road
I do...I did

[quote=awerby;646137]
Originally Posted by bill-the-cat View Post
I reviewed the tutorial video and I was correct. It states that pressing the Verify button on the MDI screen will send the machine to the Home position and then back to your current position. It will them report if you have lost any steps. I haven't tried it yet. If anyone has any experience with this feature, I'd like to hear about it before I try it.

[If you've got a Taig mill, I don't think this is going to be much help, unless you retrofit it with home switches. Lacking those, sending it to the Home position will just crash it, since the homing routine sends it to the limit of each axis until a switch is triggered.

I'd suggest you address your debounce questions to the Mach3 forum on machsupport.com, since that's where the real Mach experts hang out...]

Andrew Werby
www.computersculpture.com
I do have limit/home switches installed on my Taig. I'll just have to play around with the verify and see what is does.

As for the debounce, I have posted the question on the MACH forum as well. You're right there are some very knowledgable people on that forum and I've gotten some great help from them at times. However, on the debounce question I keep getting text book answers about what debounce is. Along with that, I'm told that, if I have noise problems, they should be addressed and not covered up with debounce. I understand the concept and, if I had phantom limit switch events happening constantly, I'd start with trying to figure out where the noise was comming from. I've had two phantom limit switch events in the two weeks since I've started using the machine. It would be hard to diagnose this problem due to the lack of repeatability. I know that setting a debounce would be "covering up" this situation, but, due to it's infrequency, I view it as an acceptable option. What I need to know are any adverse effects of setting a debounce value too high and just what is considered too high.
__________________
Bill (the Cat) Shubert
Tweet this Post!Share on Facebook
Reply With Quote

  #8   Ban this user!
Old 08-02-2009, 06:26 AM
Jeff-Birt's Avatar  
Join Date: Feb 2007
Location: USA
Posts: 392
Jeff-Birt is on a distinguished road

Mechanical switches do not switch cleanly, there is always a little contact 'bounce' that gives you a small succession of make/break events as the switch closes. Every mechanical switch will require some debounce (from keyboards to limit switches.) There is no default value that works but something on the order of 10~100ms should be plenty. If you have an o-scope you can get a better idea of the settling time of the contacts.

The other thing to keep in mind is what type of switch your using. Using a switch rated for high current on a 5V circuit will cause lots of problems. High current switches have contacts that are designed to be self cleaning via the high current that they are switching. Using a switch that is rated for 5V/100ma will be much more reliable.
__________________
Jeff Birt
Tweet this Post!Share on Facebook
Reply With Quote

  #9   Ban this user!
Old 08-04-2009, 11:12 AM
 
Join Date: Jun 2009
Location: USA
Posts: 106
noisillator is on a distinguished road

Isn't there a proven way to do this electrically, rather than through software? Maybe a RC network at the switches?
Tweet this Post!Share on Facebook
Reply With Quote

  #10   Ban this user!
Old 08-08-2009, 08:50 AM
Jeff-Birt's Avatar  
Join Date: Feb 2007
Location: USA
Posts: 392
Jeff-Birt is on a distinguished road

Isn't there a proven way to do this electrically,
Why? Switch debounce is generally done in software. Everything from pocket calculators to your PC's keyboard use it as it is the simplest most reliable way to fix the problem.
__________________
Jeff Birt
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 08-09-2009, 12:41 AM
 
Join Date: Jun 2009
Location: USA
Posts: 106
noisillator is on a distinguished road

Originally Posted by Jeff-Birt View Post
Why? Switch debounce is generally done in software. Everything from pocket calculators to your PC's keyboard use it as it is the simplest most reliable way to fix the problem.
Does that mean you're offering to uprev his software?
Tweet this Post!Share on Facebook
Reply With Quote

  #12   Ban this user!
Old 08-09-2009, 10:28 AM
bill-the-cat's Avatar  
Join Date: May 2009
Location: USA
Posts: 21
bill-the-cat is on a distinguished road
Update

Well, I did find one problem with my system. One of the wire connections on one of my limit switches was loose. I tightened the connection and have not had any more phantom limit switch events.

I tend to agree with Jeff. So, as a precaution, I've decided to set a minimal debounce value of 100.
__________________
Bill (the Cat) Shubert
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 Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hi there - newbie with questions! rjmmusic Benchtop Machines 29 11-12-2008 12:19 PM
Some newbie questions... Sperstad Casting Metals 1 03-20-2008 07:13 PM
newbie!!! saying hi and asking questions.. nicejubjubs Australia, New Zealand Club house 3 01-23-2008 12:26 AM
Newbie Questions Jzbass25 Open Source CNC Machine Designs 7 04-25-2007 11:10 PM
Newbie Questions Rising Sight OneCNC 5 02-28-2006 05:20 PM




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