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 > Servo Motors and Drives


Servo Motors and Drives Discuss servo motors, drivers and other related topics here.


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 11-09-2005, 07:35 AM
Gold Member
 
Join Date: Sep 2003
Location: USA
Posts: 530
HillBilly is on a distinguished road
International Rectifier IRMCK201

High Performance Configurable Digital AC Servo Control IC.

Has anyone used, or seen one of these used?
Reply With Quote

  #2   Ban this user!
Old 11-09-2005, 07:31 PM
 
Join Date: Sep 2005
Location: Indonesia
Posts: 43
johan_tr2000 is on a distinguished road

Hi,

IRMCK201 has an "hardwared" function for calculate & compute the Space Vector PWM, Clark & Park Transform, PI filter.

It is also can be use for PM motor (like the one on surplus center), & induction motor.

All we have to do is to initialize the register inside the chip with the correct parameter (They have 128 register). to custumize to the right motor. The register can be access through SPI, RS-232 or Parallel port (microcontroller).

I have D/L the data-sheet and start to study for using them for my Sanyo Denki motor. I wish that anyone who interest to this chip can share the knowledge with us in this thread.

Regards,

TR2000
Reply With Quote

  #3   Ban this user!
Old 11-11-2005, 10:41 AM
 
Join Date: Apr 2005
Location: finland
Posts: 262
andy55 is on a distinguished road

Just some links for everyones information:

the chip itself, IRMCK201
http://www.irf.com/product-info/data...a/irmck201.pdf

hmm... only available in a 100-pin QFP. how easy is working with that going to be ? or are there sockets for QFP?

The IRMCS2011 reference design
http://www.irf.com/technical-info/re.../irmcs2011.pdf

and some prices (digikey):
IRMCK201 $ 15.77
IR2175 $ 6.25 (suggested current sensing amp, two needed per drive)

(IRMCS2011 $2398 hah



almost looks to me that interfacing with this chip will going to be as complex as doing the whole drive with a suitable microcontroller...
comments ?

better yet, do it all on an FPGA ??
Reply With Quote

  #4   Ban this user!
Old 11-11-2005, 12:29 PM
 
Join Date: Jan 2005
Location: Toronto, Canada
Posts: 1,102
H500 is on a distinguished road

I always favor more off-the-shelf parts because the knowledge learned can be used elsewhere. The PID code for a servo motor is actually relatively simple.

However, this chip looks good for someone who don't want to do any programming. I think it only work with a single phase motor, so it's probably not suitable for the surplus 3 phase servo at surplus center.
Reply With Quote

  #5  
Old 11-11-2005, 01:43 PM
Gold Member
 
Join Date: Sep 2003
Location: USA
Posts: 530
HillBilly is on a distinguished road

Here is a list of motors that have allready been setup with this chip. Notice the Sanyo Denki's.

Darek
Attached Thumbnails
Click image for larger version

Name:	m3ph.jpg‎
Views:	545
Size:	53.1 KB
ID:	11883  
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 11-11-2005, 05:09 PM
 
Join Date: Jun 2003
Location: Boalsburg PA
Posts: 844
unterhaus is on a distinguished road

I always assumed that the reason the reference design was so high is so that IR doesn't compete with their customers. They could put this controller on the IRAM/S/X/Y and have an almost complete motor drive on one package. They used to have a very similar thing with a TI DSP, it was $500.

I have looked at the IR chips, and still go back to Freescale or TI DSP, or possibly the PIC motion controller. It seems like you have just a little more flexibility and you aren't as likely to get screwed when IR gets bored of making a particular chip. I'm not sure about the Pic, but TI has a DSP that is 32 pin that will drive a three phase brushless motor. Analog devices and Freescale have chips very much like this one that are made to drive 3 phase motors.
Reply With Quote

  #7   Ban this user!
Old 11-13-2005, 06:40 PM
 
Join Date: Sep 2005
Location: Indonesia
Posts: 43
johan_tr2000 is on a distinguished road

Hi,

Andy55 : The IRMCS2011 is expensive, I think becouse of the software "ServoDesigner". It help us to calculate & setting the parameter (register) with the proper value for the proper AC servo. I think we do not need that software (or we could make one) if we do understand the function of each register.

H500: The software for PID is simple but we have to do alot for clark-park transform, space vector PWM, etc. and it is time-consume to the development and also for the exectution time for this function. IR have the "hardware" solution for the high speed execution time & development time. What do you think?

Edit: for the soldering of QFP100, please refer to : http://www.avrfreaks.net/index.php?m...nc=index&cid=4

Regards,

TR2000
Reply With Quote

  #8  
Old 11-14-2005, 07:18 AM
Gold Member
 
Join Date: Sep 2003
Location: USA
Posts: 530
HillBilly is on a distinguished road

I phoned IR Friday and they confirmed the only way to get the "Servo Designer" software is with the IRMCS2011. I also asked if they had a simple load and save parameters version to which the answer was no.

Darek
Reply With Quote

  #9   Ban this user!
Old 11-14-2005, 08:20 AM
 
Join Date: Apr 2005
Location: USA
Posts: 39
GisMo is on a distinguished road

-

Last edited by GisMo; 11-15-2005 at 02:51 PM. Reason: Wrong Thread
Reply With Quote

  #10   Ban this user!
Old 11-14-2005, 08:47 PM
 
Join Date: Jan 2005
Location: Toronto, Canada
Posts: 1,102
H500 is on a distinguished road

Tr2000, the biggest disadvantage of the chip is that it might take a lot of work to get everything working without their software. All the knowledge that will be gain is not really useful elsewhere else.

Unfortunately, I did not find out about the 400W servos in time to get hold of any. But if I did, I would do the design using non-specialized parts. A chip like the DSPIC is highly optimized for number crunching and is easily up to the task.
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 11-14-2005, 08:53 PM
 
Join Date: Sep 2005
Location: Indonesia
Posts: 43
johan_tr2000 is on a distinguished road

I know that ServoDesigner is only sold with IRMCS2011, but it is not the end of world. The register function is explained on irmck201.pdf, also there is an design guide dg-irmck201.pdf in IRF site.

The ServoDesigner communicate with the board with RS-232 (which also explain in these 2 PDF file.

Some one who can make programing on PC (C++ or Delphi) should be no problem to make the simple software to set the parameter. (I hope someone out there already start this idea).

Regards,

TR2000
Reply With Quote

  #12   Ban this user!
Old 11-15-2005, 01:11 AM
 
Join Date: Oct 2005
Location: usa
Posts: 16
lolailando is on a distinguished road

I think you can set the register values directly through RS-232 with hyperterminal or similar software. You just send a command with a value through your com port to the chip to set the registers.
I don't have a lot of experience but thats the way it looks to me reading through that pdf.
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





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