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   Ban this user!
Old 09-19-2010, 04:27 AM
PBr PBr is offline
 
Join Date: Jan 2006
Location: SLOVAKIA
Posts: 26
PBr is on a distinguished road
sevostar cd rdc error

Hi,

I am trying to get work a servostar CR06250 drive with an standard ac servomotor with resolver feedback. I've come to a problem with the feedback device (which is a 2 pole resolver), the problem is, that after speeding up the motor to 2000rpm, the drive stops and a fault message apeears on the display saying RDC error.
Also the resolution of feedback is set to 14 bits by drive, but when i rotate the shaft manually, the position is always incremented by 256 units, which gives only 256 counts per revolution. The shaft position counter counts from 0 to 65535.
I suspect that this resolution problem is related to my main problem.
The cables to motor are shielded and about 0.5m long, so that doesn't affect the drive.

Any suggestions?
Reply With Quote

  #2   Ban this user!
Old 09-22-2010, 06:21 PM
 
Join Date: Sep 2010
Location: usa
Posts: 839
mike_Kilroy is on a distinguished road
Buy me a Beer?

r2 error says r/d converter has a problem right.... did this drive work once and just now break? unknown condition? hmmm... rdc error is not common.....

I would give it a labotomy and start over - type clreeprom to reset all variables to factory defaults and see if that helps....

U shud be able to get to 6100rpm with RDRES=112 bit, somewhere less at 14bit and 1500rpm max at 16 bit......why do u want 14bit setting? 99.9% of apps can use 12bit.

PRD is indeed 0-65535 range per rev on all drives, PFB counts up to like 32bit word b4 rolling over, not sure what variable u are seeing as 0-256.... If PFB (position feedback) is 0-256 and rolls over then perhaps you have the rollover variable turned on and set to 256 - again, unless u need this, turn it off or do clreeprom and start fresh. i'd tell u the variable but it is late and i cant remember right now

let us know if we can help more?
Reply With Quote

  #3   Ban this user!
Old 09-26-2010, 12:06 PM
PBr PBr is offline
 
Join Date: Jan 2006
Location: SLOVAKIA
Posts: 26
PBr is on a distinguished road

Originally Posted by mike_Kilroy View Post
r2 error says r/d converter has a problem right.... did this drive work once and just now break? unknown condition? hmmm... rdc error is not common.....

I would give it a labotomy and start over - type clreeprom to reset all variables to factory defaults and see if that helps....

U shud be able to get to 6100rpm with RDRES=112 bit, somewhere less at 14bit and 1500rpm max at 16 bit......why do u want 14bit setting? 99.9% of apps can use 12bit.

PRD is indeed 0-65535 range per rev on all drives, PFB counts up to like 32bit word b4 rolling over, not sure what variable u are seeing as 0-256.... If PFB (position feedback) is 0-256 and rolls over then perhaps you have the rollover variable turned on and set to 256 - again, unless u need this, turn it off or do clreeprom and start fresh. i'd tell u the variable but it is late and i cant remember right now

let us know if we can help more?
Hello,

thanks for your reply.
The drive i bought on ebay, so condition is unknown Ill try reset the eeprom.

Regarding to your remarks about resolution, the fact is, that the bit count (12,14,16) depends on max. motor speed, so i can't set it directly.

I'm sorry, but i didn't express myself clearly about the PRD range. The problem is, that in my drive is it in range of 0-65535, but it changes only in increments of 256. So PRD is like 0, 256, 512, 768, 1024 etc. Nothing between those values, no matter how gently i rotate the shaft.

Today a tested the motor with an other drive (CR03260) and it worked just fine after he first powerup. The PRD worked fine also. So the result is unambiguous, the drive has some kind of error. I think it can be caused by some passive component in the RDC part. I'll check it when i'll have some time and a scope available.
Or any other ideas what can be wrong?
Reply With Quote

  #4   Ban this user!
Old 09-26-2010, 06:12 PM
 
Join Date: Sep 2010
Location: usa
Posts: 839
mike_Kilroy is on a distinguished road
Buy me a Beer?

RDRES is read/write - YOU decide what to set it to. so yes, you can set it. just type RDRES 12 in terminal window or type CLREEPROM to reset it to 12 bit, the default.

clreeprom shud fix u up. if not perhaps u r right and components are broke. we rpr these and if it needs new control card it prob would cost around $ 1000 if u r interested.

cant say why PRD shud count in 256 increment steps.... never saw that in 20 years of intense daily working with this drive.
Reply With Quote

  #5   Ban this user!
Old 09-27-2010, 12:10 PM
PBr PBr is offline
 
Join Date: Jan 2006
Location: SLOVAKIA
Posts: 26
PBr is on a distinguished road

So today i quickly tried your suggestions, but unfortunately without success.
I tried also to set the RDRES variable, but it cannot be written.

I forgot to check the firmware version, maybe a upgrade will fix it.

Also after disassembling the drive i saw, that the RDC converter is made of RDC19222 chip, which might be bad.
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 09-27-2010, 01:17 PM
 
Join Date: Sep 2010
Location: usa
Posts: 839
mike_Kilroy is on a distinguished road
Buy me a Beer?

OOPS; sorry. too many drive types to keep all read/write variables in mind. You are correct on that drive - read only. BUT YOU do set it - by setting VLIM variable (set directly in terminal window or on velocity limits page - hover mouse over bottom left fields on page to see which is overspeed and which is VLIM. Just set it to 7000rpm for now to force RDRES = 12 to try it.

Here is help descrip FYI:

RDRES

displays the resolver resolution on resolver-based systems. RDRES is a read-only variable which is automatically calculated in order to achieve maximum resolution. The setting is based on VLIM, which is the maximum application velocity. The relationship between VLIM and RDRES is given below:
if (VLIM ³ 6101) then RDRES = 12
if (1501 £ VLIM £ 6100) then RDRES = 14
if (VLIM £ 1500) then RDRES = 16

Firmware Versions: all
Type: switch mode (R) Range: 12, 14, or 16
Units: bits Default: n/a
Opmodes: all Drive Status: en/dis EEPROM: no
Reply With Quote

  #7   Ban this user!
Old 09-28-2010, 11:31 AM
PBr PBr is offline
 
Join Date: Jan 2006
Location: SLOVAKIA
Posts: 26
PBr is on a distinguished road

Hello,

so i tested everything i could, upgraded the firmware. The results were same.
I studied the datasheet for RDC, it has 16 bit outputs (2 bytes), ie range from 0-65535. It has also 2 inputs, which enable the low and high byte latch. Maybe the low byte enable input isn't driven low (active) to enable the outputs, therefore the position is incremented exactly by 256. I don't have a scope to check it now. But it is a too complicated PCB for repair it without schematics.
Reply With Quote

  #8   Ban this user!
Old 09-28-2010, 06:44 PM
 
Join Date: Sep 2010
Location: usa
Posts: 839
mike_Kilroy is on a distinguished road
Buy me a Beer?

checking to see if bosses will allow us to offer you replacement control card for cheap to get u running.. in meantime, if u want, tell us how much a new card wud be worth to u?
Reply With Quote

  #9   Ban this user!
Old 09-29-2010, 01:52 AM
PBr PBr is offline
 
Join Date: Jan 2006
Location: SLOVAKIA
Posts: 26
PBr is on a distinguished road

OK, thank you.
Let's discuss the details in private.
Reply With Quote

  #10   Ban this user!
Old 09-29-2010, 08:34 AM
MKC MKC is offline
 
Join Date: Sep 2010
Location: USA
Posts: 13
MKC is on a distinguished road

Good morning! We do replace the control cards and retest these drives on a regular basis however the price below was misquoted so please disregard. Private message sent.
Reply With Quote

Sponsored Links
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
tl-2 program integrity error and program data error alarm #'s 212 250 need help CNChelp Haas Mills 12 03-14-2010 08:19 PM
Need Help!- Matsuura Mc500v seq error/magazine error mc500v General Metal Working Machines 10 01-08-2010 01:35 PM
Need Help!- Error 414 Z axis error detect- servo alarm andywids Fanuc 0 07-09-2009 10:33 AM
Need Help!- Error 414 Z-axis error detect servo alarm andywids General Metal Working Machines 1 07-09-2009 09:56 AM
OM-A ROM PARITY ERROR "NOT RAM ERROR" offroadxx Fanuc 9 05-07-2008 08:15 PM




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