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 01-25-2010, 01:56 PM
 
Join Date: Oct 2007
Location: India
Posts: 75
joprinz is on a distinguished road
Smile : Stepper+Encoder :How to Stop Exec on Missed Steps?

Hello Everyone,

I'm working on a CNC Router in my free time. I have read many posts about using an Encoder along with a Stepper motor. However I'm confused as to how to get it done. I do not intend to obtain a Closed loop Stepper Drive system (which many said is almost impossible to do - Plz correct me if I'm wrong here!). All i want is The machine to Pause/Stop Execution when the Motor stalls or misses steps. I have read it is quite possible using EMC2. I have been searching various topics and doing a lot of reading over here but I couldn't find info as to how exactly to configure it.

Hope someone can help me with the configuration steps or point me to a thread where configuring Encoders with Steppers is discussed.

Thank You!


Joe!
Reply With Quote

  #2   Ban this user!
Old 01-25-2010, 07:16 PM
 
Join Date: May 2005
Location: canada
Posts: 1,149
cyclestart is on a distinguished road

The only example I can remember:
http://wiki.linuxcnc.org/cgi-bin/emc..._With_Encoders

The author mentions posting his .ini and .hal files, although I'm not sure where he posted them. Maybe the author subscribes to the emc-user mailing list ?
__________________
Anyone who says "It only goes together one way" has no imagination.
Reply With Quote

  #3   Ban this user!
Old 01-25-2010, 07:24 PM
 
Join Date: Mar 2009
Location: USA
Posts: 99
marzetti is on a distinguished road

Yes, it is possible. Check out the products by Jon Elson on this site: http://pico-systems.com/oscrc4/catalog/index.php.
Jon also maintains a pico-systems forum here at CNCzone. You may find that you could go to a full-blown servo system for very little more using his products.
Reply With Quote

  #4   Ban this user!
Old 01-25-2010, 07:43 PM
 
Join Date: Oct 2007
Location: India
Posts: 75
joprinz is on a distinguished road

Thanks Cyclestart, Marzetti.

I had come across the link on LinuxCNC site. But like you said even I couldnt find where he had posted his INI n HAL files.

Pico systems are more of a commercial option. It costs about $250 i guess. In a way it is worth the price. But I'm not from the US. So the Shipping charges and Customs duties are gonna make the price double if not triple

If only I could lay my hands on the INI n HAL Files or atleast some advice on how to go about making those edits to the HAL files. In a way I'm a lil afraid of modifying the HAL files unless I'm sure of what I'm doing. Hope someone can me help out with this...

Joe!
Reply With Quote

  #5   Ban this user!
Old 01-25-2010, 08:50 PM
 
Join Date: Jul 2003
Location: Holmen, WI
Posts: 1,081
samco is on a distinguished road

there are a couple of ways to do this that I have seen...

1. You unhook the feedback from the stepgen that goes back to emc2 and instead hook in the output from the encoder componant back to emc. So instead of the feedback loop coming from the stepgen - it is coming from the encoder. Then you set the following error to what you want emc to estop at.

Emc2 -> hal stepgen -> printer port -> stepper drive/stepper -> encoder -> printer port -> hal encoder -> emc2.

You would have to make sure you can count the encoder fast enough through the printer port to get the speed you need.

2. You change the encoder so it runs in velocity mode instead of position. Now you setup a pid loop that takes postion and feedback from the encoder and output a velocity command to the stepgen. It in effect runs the like a servo loop. It will actually correct for some missed steps as long as the stepper didn't stall. You set the following error the same as above to estop when tripped.

sam
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 01-25-2010, 09:20 PM
 
Join Date: Mar 2004
Location: St. Louis, MO
Posts: 309
jmelson is on a distinguished road

Originally Posted by joprinz View Post
Hello Everyone,

I'm working on a CNC Router in my free time. I have read many posts about using an Encoder along with a Stepper motor. However I'm confused as to how to get it done. I do not intend to obtain a Closed loop Stepper Drive system (which many said is almost impossible to do - Plz correct me if I'm wrong here!). All i want is The machine to Pause/Stop Execution when the Motor stalls or misses steps. I have read it is quite possible using EMC2. I have been searching various topics and doing a lot of reading over here but I couldn't find info as to how exactly to configure it.
First, there may be a problem in reading the encoder back into the computer. It takes a minimum of two wires per encoder. So, you might need to dedicate most of an additional parallel port to this input job, as it takes 6 signals for a 3-axis machine.

Second, depending on the speed of the machine, software may not be able to keep up with the encoder count rate. That depends on the encoder resolution and the maximum speed of the motors.

It can be done with my Universal Stepper Controller. The normal mode of using this board is to have the counters in the board count the step pulses as they go out. But, by flipping a switch, you can make it count the actual position as indicated by the encoders. If you do this, it WILL be a true closed-loop system, as all positioning will be based on the encoder reading, not the step pulses generated. It will not be able to correct for motor stalls or major loss of steps, as that will only ask for greater velocity when the motor has already stalled. It will correct for an occasional dropped step without your ever knowing this has happened, but a properly set up system will not do this anyway. By setting the FERROR parameter in the ini file, you can set a tolerance for the error you want to allow before a following error is declared and the program is stopped.
Even when this happens, your position reference will be maintained, due to the encoders.

See :
http://pico-systems.com/oscrc4/catal...products_id=21
for a look at that board.

Jon

Last edited by jmelson; 01-25-2010 at 09:21 PM. Reason: typo
Reply With Quote

  #7   Ban this user!
Old 01-26-2010, 06:18 AM
 
Join Date: Oct 2007
Location: India
Posts: 75
joprinz is on a distinguished road

Thank You Sam, Jon for your inputs.

I'm not very familiar with editing the HAL files. But now I have an idea as to what I need to do. Just need to do a bit of reading the HAL Manual. I'l post my results once i'm done.

Thank you once again

Meanwhile does anyone have a modified HAL n INI files for a similar setup? It be great to have a reference file while learning HAL.

Joe!
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
Problem- weird cutting (Missed steps?????) MonoNeuron DIY-CNC Router Table Machines 4 01-11-2009 06:03 AM
Missed steps and back EMF question wjfiles General CNC (Mill and Lathe) Control Software (NC) 3 08-14-2006 08:11 AM
Missed Steps fool Machines running Mach Software 11 04-04-2006 06:51 PM
Missed Steps - A curse or manageable? andy_ck87028 Stepper Motors and Drives 3 07-20-2005 05:47 PM
Problem with error or missed steps or something? rustyolddo TurboCNC 18 07-10-2005 08:51 AM




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