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 04-14-2008, 02:46 PM
 
Join Date: Jul 2005
Location: Iraq
Posts: 80
waleed alhadidi is on a distinguished road
Elm-Chan smc servo controller programming and tuning

Hi all,
I am building this dc servo controller :
http://elm-chan.org/works/smc/report_e.html

I am a manufacturing engineer and have no background on microcontrollers. I need to know how to input the parameters to the controller from the PC ? What program is used.
Till Now I have not programmed the at90s2313 MCU although i have the programmer but because in the firmware of th smc there are three files:
avr.inc
smc.asm
smc2.asm
and i don't know which one is the source code that i need to program th MCU and how will I enter the parameters. So I need help in this.
Thank you in advance.
Edit/Delete Message
Reply With Quote

  #2   Ban this user!
Old 04-14-2008, 04:37 PM
 
Join Date: Sep 2006
Location: Sweden
Posts: 104
CountZero is on a distinguished road

You will have to download Avrstudio from this link: http://www.atmel.com/dyn/products/to...p?tool_id=2725

I don't know the difference between the two versions, perhaps you can find that detail on the original page(also note that there is a even newer version for the more modern attiny2313).

You use one of the .asm files and assemble it to a .hex file in avrstudio(the .inc file is also needed). After that step you program the hex file into your microcontroller.

To get you started using AVR's go to these pages:

http://www.avrbeginners.net/
http://www.avrfreaks.net
Reply With Quote

  #3   Ban this user!
Old 04-16-2008, 06:21 AM
 
Join Date: Jul 2005
Location: Iraq
Posts: 80
waleed alhadidi is on a distinguished road

Thank you so much CountZero,
I will try to learn the avr programming by avr studio. but i still don't know how to input the online commands mentioned in the controller page
http://elm-chan.org/works/smc/report_e.html
It seems that a software is used to input these commands from the PC to the controller and this picture is put on the page showing the commands written in the PC
http://elm-chan.org/works/smc/term.png
So if any one can help me how to input these online commands i will be grateful.

Thank you again ContZero
Reply With Quote

  #4   Ban this user!
Old 04-18-2008, 08:51 AM
 
Join Date: Sep 2006
Location: Sweden
Posts: 104
CountZero is on a distinguished road

Any terminal should word, for instance hyperterm or whatever the one shipped with windows is called. Don't worry about that step yet... focus on assembling the file and programming your AVR
Reply With Quote

  #5   Ban this user!
Old 04-18-2008, 02:41 PM
 
Join Date: Jul 2005
Location: Iraq
Posts: 80
waleed alhadidi is on a distinguished road

Thank you CountZero I appreciate your help and patience, but I didn't understand this :
Any terminal should word, for instance hyperterm or whatever the one shipped with windows is called
Thank you again for your patience
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 04-18-2008, 05:00 PM
 
Join Date: May 2006
Location: Australia
Age: 40
Posts: 2,205
epineh is on a distinguished road
Buy me a Beer?

Hyperterminal is the program you use to configure the PID settings, once the micro is programmed and working.

Use a serial cable, plug it all in and start Hyperterminal, you will have to set up the correct baud rate, usually 9600 for this kind of thing.

Once Hyperterminal is happy and connects to the Elm-Chan drive you should get some kind of menu that you can use to configure your PID settings.

You must have the micro programmed with the original code BEFORE you try this, as CountZero mentioned you will need to get this sorted before you can use hyperterminal. I think the latest asm file is smc3a, at least out of the ones I have stored on my HDD, and I assume the compiler will need the .inc files to program the micro (I haven't got that far yet).

Good Luck !

Russell.

*EDIT... just checked and the baud rate is 38.4k bps and the serial data format is N81.
Reply With Quote

  #7   Ban this user!
Old 04-19-2008, 07:24 AM
 
Join Date: Jul 2005
Location: Iraq
Posts: 80
waleed alhadidi is on a distinguished road

I am very grateful to you epineh for the help. You made it clear to me
but where can I get the (Hyperterminal) software from?
Thanks again
Reply With Quote

  #8   Ban this user!
Old 04-19-2008, 07:42 AM
 
Join Date: May 2006
Location: Australia
Age: 40
Posts: 2,205
epineh is on a distinguished road
Buy me a Beer?

Hyperterminal comes with windows, goto : Start/All Programs/Accessories/Communication/Hyperterminal

This will only configure the PID settings and the operation modes, you will still need to program the AVR first, something like the STK500 and AVR Studio or search for an AVR programmer that you like.

Russell.
Reply With Quote

  #9   Ban this user!
Old 04-19-2008, 08:03 AM
 
Join Date: Jul 2005
Location: Iraq
Posts: 80
waleed alhadidi is on a distinguished road

Thank you Russell I will try that. I appreciate your help and patience with me.
Reply With Quote

  #10   Ban this user!
Old 05-24-2008, 05:58 AM
 
Join Date: Jul 2005
Location: Iraq
Posts: 80
waleed alhadidi is on a distinguished road

Can anyone explain how can i make one .hex file from two assembly file ?
I mean how can I put the .asm file with the .inc file in the hex file ?
Thank you
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 05-24-2008, 09:13 AM
 
Join Date: Sep 2006
Location: Sweden
Posts: 104
CountZero is on a distinguished road

Use AVRStudio

download from www.atmel.com
Reply With Quote

  #12   Ban this user!
Old 05-28-2008, 01:56 AM
 
Join Date: May 2006
Location: Australia
Age: 40
Posts: 2,205
epineh is on a distinguished road
Buy me a Beer?

I have just made a new HEX file for the Elm Chan drive, I have made one little change, I set the default mode to 3 so when you reset the drive it will go into servo drive, this way you don't have to connect up serial comms to restart the drive, this will be especially handy while tuning, as the drive will be reset frequently.

Be warned though, this will make the drive go into servo operation as soon as it is powered up, so be ready for "interesting" things that may happen

Just rename the file to a .hex extension and it should be fine.

Also be aware that I haven't tested this yet, but I compiled the same way as I did the original code and that worked for me. I should be running the drives up in about a week.

Cheers.

Russell.
Attached Files
File Type: txt SMC3AMode3.txt‎ (4.3 KB, 721 views)

Last edited by epineh; 05-28-2008 at 02:26 AM.
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Servo Tuning Problems? RYANPB Gecko Drives 1 11-27-2008 12:43 PM
Need Help!- Elm-Chan smc servo controller programming and tuning waleed alhadidi Open Source Controller Boards 3 04-18-2008 03:00 PM
Q: Motor tuning. Servo/Encoders Deviant Mach Mill 5 01-10-2008 11:19 AM
G320 servo motor tuning robhrzic Gecko Drives 12 11-01-2007 01:35 AM
appropriate servo tuning.... help? howling60 Servo Motors and Drives 6 02-27-2006 08:48 AM




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