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! > Electronics > General Electronics Discussion


General Electronics Discussion Discuss basic electronics, power supplies and anything else electronic related here.


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 12-22-2006, 07:45 PM
Konstantin's Avatar  
Join Date: Feb 2004
Location: Mexico
Posts: 465
Konstantin is on a distinguished road
4 phase input to Step/Dir conversion?

Hello.
I have this unipolar stepper drive module that accepts 4 phase input, A 'A B 'B and you know I would need 2 LPTs to drive 3 motors if I want more outputs and limit switches.
Is there a converter of some sort (single IC hopefuly) so I could supply Step/Dir inputs and it would translate it in Full/Half 4 phase?


Thank you.
Konstantin.
Reply With Quote

  #2   Ban this user!
Old 12-27-2006, 09:18 PM
 
Join Date: Aug 2006
Location: USA
Posts: 2,624
kreutz is on a distinguished road

L297 (stepper motor controller IC) from ST
Reply With Quote

  #3   Ban this user!
Old 12-27-2006, 09:30 PM
 
Join Date: Aug 2004
Location: US
Posts: 2,786
ViperTX is on a distinguished road

Konstantin....are you sure that is correct. It almost seems like those are quadature encoder inputs?
Reply With Quote

  #4   Ban this user!
Old 01-03-2007, 07:08 AM
 
Join Date: Mar 2005
Location: usa
Posts: 509
smarbaga is on a distinguished road

you can get the motor signals for the phases from the port then go through drive transistors, but a separate breakout board and separate motor drive boards is the way to go.
feeding just step and direction to each of the motor drive boards.
the motor drive boards will look after the rest ( current, voltage, phase switching)
Reply With Quote

  #5   Ban this user!
Old 01-03-2007, 10:04 AM
 
Join Date: Nov 2006
Location: USA
Posts: 10
Clyde Crashkop is on a distinguished road

You can also get another 4 bits from the LPT control register but some need inverting.
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 01-03-2007, 11:02 AM
pminmo's Avatar  
Join Date: Jun 2003
Location: St. Peters, Mo USA
Age: 59
Posts: 3,325
pminmo is on a distinguished road

Originally Posted by Konstantin View Post
Hello.
I have this unipolar stepper drive module that accepts 4 phase input, A 'A B 'B and you know I would need 2 LPTs to drive 3 motors if I want more outputs and limit switches.
Is there a converter of some sort (single IC hopefuly) so I could supply Step/Dir inputs and it would translate it in Full/Half 4 phase?


Thank you.
Konstantin.
Those look like motor connections.
__________________
Phil, Still too many interests, too many projects, and not enough time!!!!!!!!
Vist my websites - http://pminmo.com & http://millpcbs.com
Reply With Quote

  #7   Ban this user!
Old 01-07-2007, 04:41 PM
Konstantin's Avatar  
Join Date: Feb 2004
Location: Mexico
Posts: 465
Konstantin is on a distinguished road

Thanks for the replays guys.

Right, Kreutz, the L297 looks like the way to go.
I have looked at the schematic and hopefully I could interface my drive board with the L297 and the sensing resistors wont be needed.

The thing is that there this guy, who can get alot of copiers and he salvages many parts from them, so I have bought a couple drive modules, one is a 1/16 microstepping drive that accepts STEP/DIR input and the other simple one that accepts A A' B B' phases to drive it. Both modules are in the 2A range 48V.

This guy promises that he has somewhere around his piles of junk a bag full of this modules, but it is yet to be confirmed.


I have been figuring out the way the microstepping drive works and thus it looks a bit dirty here and there, I removed the resistor network used as pull up for some signals. One thing to be careful about is that (imho) the amperage selection for this board uses voltage less that the 5V stated in the Sanyos IC datasheet, so the Vref voltage dividing circuit wont make sense if you use the datasheet's formulas.

Konstantin.

In the photo the one on the left is the simple drive, on the right is the microstepping drive.
Usually the drives are mounted on the stepper itself and use a thin sheet of aluminum as heat sink.
Attached Thumbnails
Click image for larger version

Name:	HPIM0610.jpg‎
Views:	1805
Size:	77.8 KB
ID:	28946   Click image for larger version

Name:	HPIM0611.jpg‎
Views:	149
Size:	92.6 KB
ID:	28947  
Reply With Quote

  #8   Ban this user!
Old 01-07-2007, 06:04 PM
 
Join Date: Aug 2006
Location: USA
Posts: 2,624
kreutz is on a distinguished road

I have looked at the schematic and hopefully I could interface my drive board with the L297 and the sensing resistors wont be needed.
Is the board taking care of the current limiting (chopping)? If it is not, how will you limit the current on the coils?
Reply With Quote

  #9   Ban this user!
Old 01-08-2007, 11:32 AM
Konstantin's Avatar  
Join Date: Feb 2004
Location: Mexico
Posts: 465
Konstantin is on a distinguished road

Originally Posted by kreutz View Post
Is the board taking care of the current limiting (chopping)? If it is not, how will you limit the current on the coils?
Yes the Sanyo ICs are chopped.


Konstantin.
Reply With Quote

  #10   Ban this user!
Old 02-10-2007, 03:17 PM
Konstantin's Avatar  
Join Date: Feb 2004
Location: Mexico
Posts: 465
Konstantin is on a distinguished road

I was experimenting with the L297 and no success. THe l297 sure looks like it performs the function I need, to convert STEP/DIR into coil activation signals but will it work standalone without L298?

At the beginning I just powered the L297 and wired the AA BB from my drive to the L297 pins 4,6,7,9 and used a LM555 to supply the L297 pin18 STEP pulse and nothing, also I tried to connect it to +5 or GND and no output on the motor.
When the drive phases are connected to GND the coils energize. So the drive is working, but the L297 is to be used in conjunction with the L298 and I just don't know what to do with the INH1 INH2 signals nor the pins 13 14 which connect to current sensing resistors.
I am worrying that I might damaged the L297, hopefully not.

Or I should just go with a microcontroller and write some code for this translator I need. The thing is I never used any microcontroller and I have no idea which one to use.


Konstantin.
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 02-10-2007, 04:20 PM
 
Join Date: Aug 2006
Location: USA
Posts: 2,624
kreutz is on a distinguished road

Originally Posted by Konstantin View Post
I was experimenting with the L297 and no success. THe l297 sure looks like it performs the function I need, to convert STEP/DIR into coil activation signals but will it work standalone without L298?

At the beginning I just powered the L297 and wired the AA BB from my drive to the L297 pins 4,6,7,9 and used a LM555 to supply the L297 pin18 STEP pulse and nothing, also I tried to connect it to +5 or GND and no output on the motor.
When the drive phases are connected to GND the coils energize. So the drive is working, but the L297 is to be used in conjunction with the L298 and I just don't know what to do with the INH1 INH2 signals nor the pins 13 14 which connect to current sensing resistors.
I am worrying that I might damaged the L297, hopefully not.

Or I should just go with a microcontroller and write some code for this translator I need. The thing is I never used any microcontroller and I have no idea which one to use.


Konstantin.

Konstantin;

The L297 could be used without the L298, but you need to know more about the circuit you are driving, do you happen to have any schematics?

INH1 and INH2 are chopper signals.
Reply With Quote

  #12   Ban this user!
Old 02-10-2007, 04:37 PM
Konstantin's Avatar  
Join Date: Feb 2004
Location: Mexico
Posts: 465
Konstantin is on a distinguished road

Hi Kreutz.
Of course I am using the L297 documentation and the STK6713BMK4 drive module documentation.
I just cant make the L297 do what I want, I could simply forget about the drive I wish to hook up and use 4 leds to see it working. If it works then my drive will work as well.

Konstantin.
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





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