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! > OpenSource CNC Design Center > Open Source Controller Boards


Open Source Controller Boards Discussion for Open Source CNC type Controller Boards and other related items. (for personal use only)


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 01-25-2005, 12:35 AM
 
Join Date: Apr 2004
Location: United States
Posts: 149
berin is on a distinguished road
pic chip SERIAL to step/dir and controll

Ok, this is just a starter thread. I'll add more to it tomarrow or the day after when I get a chance.
But to give a quick summery of what I'm going ot post in this. I have a bunch of info on building SERIAL to cnc controll open source. But I have YET to find any thing which is serial to step/dir with other tipical controll logic like relays and limet switches. I'll also be posting some example design's and hex/asm code which does this. But every thing out there is based on driving straight PHASE controll.
I'm looking for a setup which takes one of these open source setup's, and rewrite the code to basicly swap the control form from phase to step/dir. And every thing else basicly would stay the same.
A setup like this which is already 98% done would be great for driving controllers which just require step/dir. I can give you a great example, many people are using the expensive GECO drive controllers. But they require being hooked to the parallel port or some CUSTOM controll setup. Wouldnt it be nice to just wire it to a serial driven pic chip. That way we could get much greater use out of windows software. Where the parallel port fail's us every time in a manner and sence of max preformance of are hardware during windows software operation.

this serial to pic-step/dir would be a great addition to the cnczone open source as well.

basicly this is the way it works.

comport-max232-pic chip ? 16f877/18f452 <- interchangable, few relays, limet switches +/- ends because there are plenty of I/O's to go around. A few resistors/transistors diodes and thats it all done. HECK i found one setup which uses a max232 chip and three 12c509's. each 12c509 was attached to the same serial line. Then all you had to do was send an address header which one of the chips would pick up on. Followed by the movment command, but the one design like that that I found AGAIN outputed straight phase controll no step/dir.
Tweet this Post!Share on Facebook
Reply With Quote

  #2   Ban this user!
Old 01-25-2005, 02:43 PM
 
Join Date: Jan 2005
Location: Toronto, Canada
Posts: 909
H500 is on a distinguished road

I was wondering how it would interface to programs like mach2 or turbocnc. As far as I know, they only support parallel.
Tweet this Post!Share on Facebook
Reply With Quote

  #3   Ban this user!
Old 01-25-2005, 07:34 PM
 
Join Date: Jan 2004
Location: Alberta, Canada
Posts: 111
TinkerDJ is on a distinguished road

Berin, i'm working along the same lines, of having a serial controlled pic control seperate stepper boards. That way it can be used with the open source board designs or like you say gecko boards. To have the pic output step/dir would be more of a programming matter then hardware would it not. Picstep is a cool idea but it is only using the chips to work on each board but is still driven by lpt port.

If you haven't seen luberth's site.
http://cstep.luberth.com/
__________________
Have a good one.
Dave
Tweet this Post!Share on Facebook
Reply With Quote

  #4   Ban this user!
Old 01-25-2005, 11:50 PM
 
Join Date: Apr 2004
Location: United States
Posts: 149
berin is on a distinguished road

pstep from luberth IS a serial to PHASE controll setup using the pic chip. it uses a MAX232 chip and a pic chip. That version should/would really only need a reworking to remove the PHASE controll and output step/dir, OR have one pin set aside to tell the chip weather to run in PHASE or step/dir mode. That would be a simple matter of setting a single pin HIGH or LOW.

P.S. I have prob. seen every cnc web site out there. Dont forget we who bring out new design's SET the standerd in the open source field. Because the design that works best becomes adopted and refined the most!
Tweet this Post!Share on Facebook
Reply With Quote

  #5   Ban this user!
Old 01-27-2005, 11:29 PM
 
Join Date: Apr 2004
Location: United States
Posts: 149
berin is on a distinguished road

These are all RS232 serial to cnc controll open source projects. But the problem is that they ALLL output phase controll. Non of them output step/dir. Any one think they could take a crack at them and edit the hex file to output step/dir instead of phase controll? I wouldnt think that it would be all that hard.

http://home.comcast.net/~scottxs/pcbcnc/cncindex.htm
http://cstep.luberth.com/PStep.html

http://www.techlf.com/cnc8am-eng.php3 the hex code file is in this next link for the 16f877 which is a TRUE rs232 controll system.
http://www.techlf.com/download/cnc8am.zip

any one good at asm? and would like to take a stab in converting the code to output STEP/DIR instead of straight phase controll.

Last edited by berin; 01-29-2005 at 11:13 AM.
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 01-29-2005, 11:25 AM
 
Join Date: Apr 2004
Location: United States
Posts: 149
berin is on a distinguished road

tinkerdj keep me posted on how your comming along because I'd love to compar notes .

h500 as far as controll, there are so many windows program which use the serial port for cnc controll its not even funny. KCAM uses it, I'd asume mach uses it but I dont know I've never used it. Downloading and dial up do not go hand in hand, especialy when your CRAP isp has a 4 hour time limet before they knock you off only to redial on again .
Tweet this Post!Share on Facebook
Reply With Quote

  #7   Ban this user!
Old 01-29-2005, 10:18 PM
 
Join Date: Jan 2004
Location: Alberta, Canada
Posts: 111
TinkerDJ is on a distinguished road

Right now i'm just waiting for some components to come in so i can start playing with the 877, i have a bit of knowledge with c++ so i'm playing with some programs. Alot of the people programming for pics seem to like basic. Other then that its down to playing with the code. Nothing i'm doing right now is diffrent then what is out there, just that i am trying to incoporate some finer details. Aswell i'm getting setup to build a router, fix my small router that i built to mill pcb's, study for school, fit some socializing in ther somewhere, so it wont be any time soon that i get a design built up, but i will stay on it.
__________________
Have a good one.
Dave
Tweet this Post!Share on Facebook
Reply With Quote

  #8   Ban this user!
Old 02-04-2005, 09:52 AM
 
Join Date: Apr 2004
Location: United States
Posts: 149
berin is on a distinguished road

you know the nice thing aobut using the 16f877, is that the 18f452 is a STRAIGHT swap out! AND it runs 2x faster at 40mhz.
Tweet this Post!Share on Facebook
Reply With Quote

  #9   Ban this user!
Old 02-17-2005, 07:08 AM
 
Join Date: Apr 2004
Location: United States
Posts: 149
berin is on a distinguished road

at least I get my internet back today finaly!!! I've been in @#$%@$# for the past month not having any kind of an internet connection. But not only do I get my internet back, I'm getting a little bit of an upgrade going from crap dial up to CABLE internet!! At least I can finaly put into this board again!
Tweet this Post!Share on Facebook
Reply With Quote

  #10   Ban this user!
Old 02-17-2005, 02:20 PM
 
Join Date: Jan 2004
Location: Alberta, Canada
Posts: 111
TinkerDJ is on a distinguished road

Good to hear, i'm still basically playing around with the code for now. One of the big problems is that half the code examples are in bas and the other half are in c. Hey Renesas has a new design contest out. You get a FREE programmer and chips to enter the contest. Its at the circuit celler site.
http://www.circuitcellar.com/renesas2005m16c/
All you gotta do is there little demo and then answer some questions, takes about half an hour to do. Best thing i like about these guys is that the kit comes with a free C programmer and debugger prototyping board with an lcd. Definitly a must have, gotta enter the design contest though.
__________________
Have a good one.
Dave
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 02-17-2005, 03:42 PM
 
Join Date: Jan 2005
Location: Toronto, Canada
Posts: 909
H500 is on a distinguished road

I use the M16 at work. It's a good processor and very cheap in large qty's. Their tools work pretty good also. My only reservation is that I don't think the chip is that easy to get in small qty's.
Tweet this Post!Share on Facebook
Reply With Quote

  #12   Ban this user!
Old 02-17-2005, 05:40 PM
 
Join Date: Jan 2004
Location: Alberta, Canada
Posts: 111
TinkerDJ is on a distinguished road

I haven't looked actually. But if you get enough people together and do a large buy thats not to bad. That there giving away the one kit for free for the contest was my only intrest at first. But the more i have gone over the lit for them i am getting to like the design as well as they seem to have a very nice C programming environment. I'm going to see if developing s design to work as a stepper drive is feasable. But for now i am just trying to get enough stuff together to start prototyping some of my ideas.
__________________
Have a good one.
Dave
Tweet this Post!Share on Facebook
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





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