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 > OpenSource Software


OpenSource Software For the Discussion of Opensource CAD/CAM and NC shareware software etc)


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 03-16-2004, 08:09 PM
 
Join Date: Mar 2004
Location: United States
Posts: 1,147
vacpress is on a distinguished road
Opensource CNC

In addition, i keep waiting to find "opensource cnc" or soething similar

a real, organized effor to make some great quality opensource hardware and software available.. not cad\cam packages, but things like digitizing systems, 4,th,5th,6th axis designs, PCBs for all the important electrical components. I know there is interest in this. I will post more about it. If someone would donate some webspace, we could start.. And also use surceforge resources... Im sure we allready have alot of designs, they jsut need to be put together in a good format and tested by multiple users..

Good, easy to create PCB designs would be usefull. I have lots of stuff to contribute. Links to examples forthcomming.

Just a thought..

Robert Guyser
www.vacuumstudios.com/rg.html
__________________
Design & Development
My Portfolio: www.robertguyser.com | CAD Blog I Contribute to: http://www.jeffcad.info
Tweet this Post!Share on Facebook
Reply With Quote

  #2   Ban this user!
Old 03-16-2004, 08:32 PM
pminmo's Avatar  
Join Date: Jun 2003
Location: St. Peters, Mo USA
Age: 59
Posts: 3,325
pminmo is on a distinguished road
Count me in, I've got a driver board for a 5408. http://webpages.charter.net/pminmo/CNC/5804channel.jpg

Working on one for a 3977 chopper driver. Pcb's are made, In debug.

Personally I'd like to see some effort into a standard established, that uses the parrallel port interface as designed, with a edge clocked strobe to latch the output data. That way software developers could have a common driver if they wanted. Would o aid in the Widows NT/2000/xp kernel world, so it would become less dependent on other cocnurrent running threads.

Phil
Tweet this Post!Share on Facebook
Reply With Quote

  #3   Ban this user!
Old 03-16-2004, 08:41 PM
 
Join Date: Mar 2004
Location: United States
Posts: 1,147
vacpress is on a distinguished road
I am fairly experienced with web design.. If someone would donate webspace, i would register a domain and setup a site.. Or maybe sourceforge would be good place.


Sourceforge is amazing
__________________
Design & Development
My Portfolio: www.robertguyser.com | CAD Blog I Contribute to: http://www.jeffcad.info
Tweet this Post!Share on Facebook
Reply With Quote

  #4  
Old 03-16-2004, 09:45 PM
ynneb's Avatar
Moderator
 
Join Date: Feb 2004
Location: Oz
Posts: 2,571
ynneb is on a distinguished road
A fantastic idea. Power to the people.
I can offer web storage but not a domain as such.
There is already a domain name for this site so it would have to be a sub domain at this stage.

But upon thinking, this whole forum is an open source domain. Why not post all your specs and articals here? I am sure the admin here would set up whatever was needed, they seem very willing to help out with all sorts of requests.

Surely it is better to keep every thing in one place?
Tweet this Post!Share on Facebook
Reply With Quote

  #5   Ban this user!
Old 03-16-2004, 11:54 PM
 
Join Date: Mar 2004
Location: United States
Posts: 1,147
vacpress is on a distinguished road
that would be jsut fine, and it would also give the projects exposure to the very experienced people on this board. I will have to go over to sourceforge and look at how they organize projects. And maybe someone could setup a pole to see what the best first project(s) would be.



This is an unfinished example of some of my work I could contribute. I have 6 or 7 projects like this. some are much more finished

http://www.vacuumstudios.com/vformer.htm


robert
__________________
Design & Development
My Portfolio: www.robertguyser.com | CAD Blog I Contribute to: http://www.jeffcad.info
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #6  
Old 03-17-2004, 01:20 AM
Gold Member
 
Join Date: Mar 2003
Location: United States
Posts: 2,669
Mariss Freimanis is on a distinguished road
Well, we are doing just that. It is the G2002 project.

It is an open source 6-axis, USB powered (remember, parallel ports and com ports are disappearing soon), 32-bit general purpose I/O all run by a Rabbit Semiconductor module. Right now it is running true 3-D vectors, constant contouring of anything you can draw in ACAD. Unlimited step pulse frequencies, (>4MHz) in 8 freq ranges of 65,536 evenly spaced velocities with 1,024 vectors per second on 6 simultaneous axies.

Open source means the schematics are open source, the firmware code (Z80 super-set) is open source as is the principle of operation.

It is open to everyone but CNC firmware developers are particularly welcome. The hardware is designed, it works perfectly but firmware is a work in progress.

Please visit the Yahoo Group "geckodrive" if you are interested. Go to www.***********.com to get there if you aren't already a member.

See the "files" and "photos" section of the group to get oriented. Open the "G2002 Manifesto.txt" from the files section for a quick overview.

Mariss
Tweet this Post!Share on Facebook
Reply With Quote

  #7   Ban this user!
Old 03-17-2004, 01:23 AM
 
Join Date: Mar 2004
Location: United States
Posts: 1,147
vacpress is on a distinguished road
When real electronics gurus are around, i am never the person to goto. I am most skilled at industrial design. I could put a pretty case around the thing?


I will check it out for sure. Sounds like 1 key component.

So this device is an interpreter? No more mach 2 or truboCNC?


Or is it a pulse generator that reads a processed G-code?
Ive heard some reference to it..
__________________
Design & Development
My Portfolio: www.robertguyser.com | CAD Blog I Contribute to: http://www.jeffcad.info
Tweet this Post!Share on Facebook
Reply With Quote

  #8  
Old 03-17-2004, 01:51 AM
Gold Member
 
Join Date: Mar 2003
Location: United States
Posts: 2,669
Mariss Freimanis is on a distinguished road
Presently it reads ASCI text files using a gerber format, which is a close but simple G-Code cousin. An example: *X1234567Y0Z98* means "move X to 123.456 inches, Y to 0 inches and Z to 0.0098 inches.

It would solve the trignometry to move from where ever it is in 3-D to that 3-D X,Y,Z location. The resulting motion would be a constant 3-D vector velocity of exquiste accuracy and smoothess.

The point is not to write another G-Code interpreter. There are plenty of very good ones around that very talented people have poured their efforts into. Rather, it is to develop a vector based motion engine that gives performance beyond anything a PC can do. You supply the co-ordinates, it supplies the best possible flawless motion.

Mariss
Tweet this Post!Share on Facebook
Reply With Quote

  #9   Ban this user!
Old 03-17-2004, 09:58 AM
 
Join Date: Jan 2004
Location: United States
Posts: 231
owhite is on a distinguished road
I'm all for the idea, let me just say that sourceforge is not that desireable.

I have had to use it in several capacities. I have a project related to my professional area, (I run a group of about 40 scientists and software engineers) and the software engineers really wanted to avoid using it. The server itself is falls down frequently.

But the sourceforge interface even when working is really over-engineered to the point of not being useful.

Bear in mind that you all are also talking about sharing hardware like resources and I dont think its really set up for those kinds of use-cases.

I have a second comment that I think I'll put into another post...

Owen
Tweet this Post!Share on Facebook
Reply With Quote

  #10   Ban this user!
Old 03-17-2004, 10:00 AM
 
Join Date: Jan 2004
Location: United States
Posts: 231
owhite is on a distinguished road
Why not just use this site? It has an administrator that is showing incredible talent. It has lots of capability for managing storing files, technical reports, and the running commentary that is really important for any type of open source project. I think we're basically talking about storing files describing hardware, documentation, pictures, and "bug" reports which amount to people posting on different threads.

So let me ask the question this way: what is it that this site lacks that we would need to have a full blown open source cnc hardware/software site?
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 03-17-2004, 10:10 AM
 
Join Date: Jan 2004
Location: United States
Posts: 231
owhite is on a distinguished road
Originally posted by Mariss Freimani
Well, we are doing just that. It is the G2002 project.

It is an open source 6-axis.... Mariss
Mariss,

this sounds really amazing and I'll definitely have a look at the project, but there is also room for similar electronic projects -- I have examples in mind of my own work where I'm building a simple "jam circuit" which is if any of several inputs reflect that a switch it reports which circuit went out and also sends a signal to e-stop. so that's just an example but eventually could turn into a useful accessory to the g2002 system.

You would probably agree that it would be valuable to develop a culture of multiple contributors to open source hardware. We'd want a site that collected information on lots of projects like the g2002, yes?

Owen
Tweet this Post!Share on Facebook
Reply With Quote

  #12   Ban this user!
Old 03-17-2004, 05:45 PM
 
Join Date: Mar 2004
Location: United States
Posts: 1,147
vacpress is on a distinguished road
Ohwhite- exatcly


the G2002 project is very ambitious and looks set to release a very interesting piece of hardware on the "scene". A very complex, piece of hardware.

I would love to hear about the g2002 development experience and how it could help dictate setting up a good collaboration system for getting some of these projects goin.

I have seen very high quality work allready on the net. chopper drivers, linear bearings, etc. have all been well designed and implemented by many DIYers - and their designs have been given away for free - fabulous.

What we need is perhaps a style sheet and norms to present these projects in a format that is useable. I always jsut use the best pieces of these ideas I find because you never know what changes havent been made to the documentation that are required for proper operation.


Also - im glad to see the interest - If there is server space offered, I will gladly donate 4 or 5 hours to either integrate it into this message board and make it a file drop, or to make it its own autonomous "OPENCNC.org" or whatever

Robert
__________________
Design & Development
My Portfolio: www.robertguyser.com | CAD Blog I Contribute to: http://www.jeffcad.info
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using your CNC Mill as a CNC Lathe lstool Knee Vertical Mills 10 08-02-2010 01:06 AM
Making money with CNC Johnuk CNCzone Club House 26 12-13-2009 11:46 AM
The start of a big CNC project... UKRobotics General Metal Working Machines 10 09-30-2004 06:34 PM
OpenSource CNC Design Center License CNCadmin Opensource Forum Rules 0 08-13-2004 10:39 PM
Opensource CNC vacpress DIY-CNC Router Table Machines 0 03-16-2004 08:13 PM




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