Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- CAD-CAM-EDM-DRO
- Messages
Search
Re: Compumotor Plus stepper drive
eric
Ron Wickersham wrote:
yes, when equipped with a hi-resolution position sensor (such as aI have at least one synchro resolver in the junk drawer. Are they really high resolution, or just as good as analog can get? I guess you could have more than one sine wave per rev and get more resolution. I pretty much have written the thing off myself, seeing how encoders are pretty cheap. eric |
Re: stepper & driver
Douglas Pollard
Hi Bellendo
toggle quoted message
Show quoted text
I will take your advice on the two motors driving the x axis and will use instead a jack shaft to drive sprockets on both sides of the x axis and will use chain on the Y axis as well. I will be making parts during the winter as well as finishing up my building. Assembly will start in the spring. In the meantime I will also build a very small three axis engraver-router to learn what the building of a cnc machine is all about. I have some small stepper motors and an old 486 Dell computer to run it. and a bunch of shafting out old dot matrix printers too. I don't want to reinvent the wheel on this so I will probably buy a set of plans to work from. Any advice as to what set of plans would be easy to build using as much of the hardware that I have would br helpful. I would like to thank you and everyone else for their input. Doug - Original Message -----
From: "ballendo" <ballendo@...> To: <CAD_CAM_EDM_DRO@...> Sent: Wednesday, November 26, 2003 3:29 AM Subject: [CAD_CAM_EDM_DRO] Re: stepper & driver Doug,timg@... Moderator: pentam@... indigo_red@... [Moderators]aol://5863:126/rec.crafts.metalworking or go thru Google.com to reach it if you have trouble. sister site to the CCED group, as many of the same members are there, for OT subjects, that are not allowed on the CCED list. DON'T POST IF YOU CAN NOT ACCEPT THIS.....NO EXCEPTIONS........ bill --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (). Version: 6.0.536 / Virus Database: 331 - Release Date: 11/3/03 |
Re: need motor for CNC (sherline)
walt smith
This is something I might try, but I still need a motor (right now I have to
toggle quoted message
Show quoted text
switch the motor back to the lathe when I want to use it and put it on the mill when I need it What I actuly have been doing is choping up my cuts into a bunch of subs and putting a pause in the control program so I can manuely feed/lift the milling head. The problem is I have paint twice for motors and bouth don't work. If it weren't that the motor from the lathe does work, I'd think there was a different problem. But if the lathe motor works, I should be able to find a new motor that will work--Ijust don't know a damn thing about stepper motors so I have no idea what to buy or from who (I don't want to go back to backtrack as they don't seem inclined to work with me on this) -----Original Message-----
From: Darrell [mailto:dgehlsen@...] Sent: Tuesday, July 11, 2000 5:00 PM To: CAD_CAM_EDM_DRO@... Subject: Re: [CAD_CAM_EDM_DRO] need motor for CNC (sherline) Also, if you have any backlash on Z, by counterbalancing a little heavy (so the Z motor has to push Z down) you could eliminate the backlash. Darrell Addresses: Post message: CAD_CAM_EDM_DRO@... Subscribe: CAD_CAM_EDM_DRO-subscribe@... Unsubscribe: CAD_CAM_EDM_DRO-unsubscribe@... List owner: CAD_CAM_EDM_DRO-owner@..., wanliker@... Moderator: jmelson@... [Moderator] URL to this page: FAQ: bill, List Manager |
Re: Opinions: Cheap 3-axis Software
Jon Elson
Mike wrote:
Yes, with stepper motors, you can definitely do this. there are a bunch of programs out there that many people like. Really, there may not be much advantage with EMC if you will only be using steppers. If you have an interest in a servo driven machine, however, EMC is the ONLY low-cost solution I'm aware of. (Low cost means less than $10,000 !) Do you run the EMC software?Yes, mostly because I DID want servos, ball screws and high accuracy + moderate speed. I assume it's open source so if you're savvyMinor customization is built into the setup procedure. You have to specify maximum speeds and accelerations, travel limits, encoder or stepper count size, and define the bits, scales and polarities that make everything work. More serious customization is possible. The Tk/Tcl graphical user interface is quite easy to customize. Some of the other stuff, like the motion control and RS-274D interpreter gets pretty deep, and you really need to study the code before changing anything. Jon |
Re: Conversational Programming and Subroutines
Jon Elson
Donald Kelley wrote:
Hi there,Well, in fact, the C preprocessor should be able to do this. You'd need to run it through a renumber program afterwards. Jon |
Re: Conversational Programming
Jon Elson
Ron Ginger wrote:
5)Subroutines and gcode.If you aren't familiar with what I've already put in the public domain, you should look at : which is my page of programs that write G-code. You answer a few questions, and these little c programs (supplied as source) write the g-code for boring circular holes or pockets, milling out a rectangular pocket or trepanning out a rectangular hole, drilling (and also peck-drilling) a circular array of holes (bolt circle). There is also a program for thread milling with a single-row thread mill. (These can do any thread pitch with one tool.) I have a few more that I need to clean up and add to the list. I use these more than my Bobcad/CAM software, because I don't have to fight it to get it to do things in a milling machine-oriented way. These programs are pretty well optimized for efficient movements of the tool. They pretty much all do climb milling profiles. If someone wanted to recode them in Tk/Tcl for use with the TkEMC user interface of EMC, I'd be glad to help explain any quirky bits of the code. Jon |
Re: Conversational Programming and NAMES- very long!
Jon Elson
Pete Jarman wrote:
Ron wrote:Yes, in theory, a DOS program that makes no system calls, and has no TSR programs that might grab control away will be allowed to run unimpeded, and can achieve real time performance. The serial port might be a bit slow for this. But, if you are throwing Linux into the equation, who needs any extra computers? They just make debugging that much more of a hassle. If you will be using Linux, put everything on it, the real-time motion control will make sure it has adequate time to process the motion, and the rest is left to the user's various tasks. I do this now, and pretty fearlessly edit programs while the machine is running others. (The only problem is that while you are in another window, you lose keyoard and mouse focus to the machining task, so the only emergency control is the E-stop button, which is a bit drastic. Nothing like trying to switch focus with the mouse when a crash is 1/2 second away!) Jon |
Ecoder resolution terms
Mina Aboul Saad
Hi,
I just need to know the difference between several encoder resolution terms. I read the Gecko requirement and it mentioned a min. 200 line encoder Searching to buy the encoders, I found the following resolution terms: - Count per Revolution (CPR) - Pulse per Revolution (PPR) Could someone please explain the difference between the 3 terms. Merry Xmas everybody. Mina F. |
Motors & encoders connection
Mina Aboul Saad
So, I got the breakout board, the Geckos 320 and the power supply is almost
done. Now, it's time to start wiring, I found out that my servo motors have 4 pin connection, how do I know which of the 4 wires is the Arm+ and Arm- to be connected to the geckos, or does this mean that my motors are double winding?? Regarding the encoders, they carry 17 pin connector, is there a way to know which wires for phase A and B, and also the +5V and the ground??? Is there some kind of standard for wire colors??? Help is appreciated. Mina F. |
Re: How small can a plasma torch get?
josef-wagner
_____
Von: CAD_CAM_EDM_DRO@... [mailto:CAD_CAM_EDM_DRO@...] Im Auftrag von afogassa Gesendet: Samstag, 2. September 2006 03:03 An: CAD_CAM_EDM_DRO@... Betreff: [CAD_CAM_EDM_DRO] Re: How small can a plasma torch get? --- In CAD_CAM_EDM_ <mailto:CAD_CAM_EDM_DRO%40yahoogroups.com> DRO@..., Ron Ginger <ronginger@...> wrote: good evening from vienna to ron ginger I have none built by myself, but I have ordered really tons of laser as well as plasma cutted stainless steel parts, from TP304 to very high grades as HL and so. From my experience with Austrian and german companies plasma cutting is much better in termns of accuracy than oxygen cutting. But laser cutting is about 10 times better resulting a much smaller area which remains heat effected, gives a much smoother cutted surface- which makes it working later on with stainless steel material much more easier and cheaper as the cutted surface needs not to be glass blasted prior to welding execution. Best of all would be electronic beam cutting, for extreeeme precise cutting in vacuum and clean room condition. Best greetings from Vienna Josef wagner NOTICE: ALL POSTINGS TO THIS GROUP BECOME PUBLIC DOMAIN BY POSTING THEM. DON'T POST IF YOU CAN NOT ACCEPT THIS.....NO EXCEPTIONS........ bill List Mom List Owner <;_ylc=X3oDMTJjY29yMHRiBF9TAzk3MzU5NzE0BGdycElkAzE3N jI4OQRncnBzcElkAzE2MDAwNDE5OTIEc2VjA2Z0cgRzbGsDZ2ZwBHN0aW1lAzExNTcxNTg5ODI-> Yahoo! Groups You are receiving Individual Emails Change <;_ylc=X3oDMTJlNnZsbjkzBF9 TAzk3MzU5NzE0BGdycElkAzE3NjI4OQRncnBzcElkAzE2MDAwNDE5OTIEc2VjA2Z0cgRzbGsDc3R uZ3MEc3RpbWUDMTE1NzE1ODk4Mg--> Delivery Settings Visit <;_ylc=X3oDMTJjMzdiczR2BF9TAzk3 MzU5NzE0BGdycElkAzE3NjI4OQRncnBzcElkAzE2MDAwNDE5OTIEc2VjA2Z0cgRzbGsDaHBmBHN0 aW1lAzExNTcxNTg5ODI-> Your Group | Yahoo! Groups <> Terms of Use | Unsubscribe <mailto:CAD_CAM_EDM_DRO-unsubscribe@...?subject=Unsubscribe> Recent Activity * 20 New <;_ylc=X3oDMTJlbmVsMWpm BF9TAzk3MzU5NzE0BGdycElkAzE3NjI4OQRncnBzcElkAzE2MDAwNDE5OTIEc2VjA3Z0bARzbGsD dm1icnMEc3RpbWUDMTE1NzE1ODk4Mg--> Members Visit <;_ylc=X3oDMTJkN21wNHM3BF9TAzk3 MzU5NzE0BGdycElkAzE3NjI4OQRncnBzcElkAzE2MDAwNDE5OTIEc2VjA3Z0bARzbGsDdmdocARz dGltZQMxMTU3MTU4OTgy> Your Group New Message Search Find the message you want faster. Visit your group to try out the improved message search. Share feedback on the new changes to Groups . < 89637&stime=1157158982> |
Hello group
Robert
Topics in this post:
Maxnc: I take it this driver unit is a phase driven type and to do step direction I need that type driver board. Comment on Sales: I get mail lists because of the lists narrower topic focus and the lack of off topic posts, flames, etc, etc, yada, yada, yada that comes with some News Groups. I agree that some FS items are valid and invite a look at making a location for this type of thing. Didn't with have a drop box type place available. A link to Netiquette may help, though the list can go as it wants, er,as,The Manager Allows" But anyway, the drift I get is "subject related" selling is permitted, but no flames. Being unemployed right now, I can't afford to buy anything anyway, most of my stuff is made with junk and I end up with a lot of small steppers, 3 phase blm, and dc motors with controllers. Robert Ash |
Re: How to establish repeatable home position w/steppers?
Hugh Prescott
Something simular to this is done with floppy disk drive steppers.
toggle quoted message
Show quoted text
Home out until you trip the home switch then step to a certain phase of the drive is energized on out. Hugh Very glad that floppy drives are so cheap you don't have to field align them. ----- Original Message -----
From: Carey L. Culpepper <mr.c@...> To: <CAD_CAM_EDM_DRO@...> Sent: Sunday, August 27, 2000 7:01 PM Subject: Re: [CAD_CAM_EDM_DRO] Re: How to establish repeatable home position w/steppers? How about homing to the same exact step every time? To do this you needdiscussion of shop built systems, for CAD, CAM, EDM, and DRO.
|
Re: Maxnc - don't buy it!
Hugh Prescott
Used to be a video of an F-15 max performance takeoff at Lambert St. Louis,
toggle quoted message
Show quoted text
1 minute later he was still over the airport (at 100K + altitude). Thats impressive!! Have a safe fourth. Heard a nice talk yesterday about the revisionism being done to the WW II era. Nice gentleman, local Quincy, IL boy, WW II B-17 & B-29 pilot, Paul Tibbits Isnt happy about it. ----- Original Message -----
From: Carey L. Culpepper <mr.c@...> To: <CAD_CAM_EDM_DRO@...> Sent: Tuesday, July 04, 2000 9:29 AM Subject: Re: [CAD_CAM_EDM_DRO] Maxnc - don't buy it! Doug: That will work. Thanks!discussion of shop built systems, for CAD, CAM, EDM, and DRO.
|
Re: Maxnc - don't buy it!
Hugh Prescott
What a difference a 0 makes, sorry.
toggle quoted message
Show quoted text
----- Original Message -----
From: Jon Anderson <janders@...> To: <CAD_CAM_EDM_DRO@...> Sent: Tuesday, July 04, 2000 6:06 PM Subject: Re: [CAD_CAM_EDM_DRO] Maxnc - don't buy it! Hugh Prescott wrote:discussion of shop built systems, for CAD, CAM, EDM, and DRO.Yeah, I'd say 100,000fpm rate of climb would be impressive!
|
N.A.M.E.S. Show
Roland Friestad
To: All on the list,
The N.A.M.E.S. (North American Model Engineering Society) has agreed to have a special display space for CNC and computer-related projects and products in the upcoming Exhibition in Wyandotte, Michigan, April 29 & 30 - There will also be a 2 hour CNC Seminar on Saturday the 29th - Everyone is welcome to come and display and also have some time to speak at the seminar if desired - There is no charge, other than the nominal entrance fee charged at the door ($3 or $5, can't remember which) - The N.A.M.E.S. organization is doing this in order to hopefully promote more intereste in low-cost and home-built CNC systems and related "stuff" - If anyone is interested, please contact me for more information - I have agreed to be the contact person and attempt to organize the operation - This is a great show and they have a long waiting list for space so it is obvious that they are interested in promoting low-cost CNC - This should be a good forum to see demonstrations, meet with other interested people, and share experiences - Your help in making this a success will assure that they continue this project on a yearly basis - I've conducted a CNC Seminar for the last couple of years at the show and it has always been a standing room only deal with people spilling over into the hall - This year they have doubled the time available and are going to try to arrange for a larger space for the meeting - If you can't attend but would like to have something displayed, contact me also - We are interested in photos, samples of products or work, video tapes, literature, or whatever you would like to display that is related - If you have a commercial product to sell that is OK but since this is a "freebie" they have requested that sales efforts be primarily based on an educational approach rather than a "hard sell" - Samples or video tapes will be returned after the show if desired - This would be a great opportunity also to meet with some of the folks who we all know by name from the List but have never met in person, and talk over our mutual interests or display some of our efforts - Roland Friestad cardinal.eng@... Phone - 309-342-7474 |
24V / 10amp DC power supplies
John Murphy
I'm in the process of setting up my first CNC project
and have decided to use a bunch of parts laying around my shop. I've got some 24V DC servos with encoders on the back, and am thinking of using the geckodrive G320's with them. Can anybody point me to a good power supply(s) for this setup? I'll be running two or three motors (depending on how I get the Z axis automated) and so I'll probably need three supplies or one supply capable of 30 amps. Thanks, John Murphy |
Some links
Try some of these Links for starters:
Jones on Stepping Motors <A href=">Jones on Stepping Motors</A> Using disk drive motors <A href=">Using disk drive motors </A> Dro Software. ( theLindsay Homepage is down right now, but hope back on line soon, by S Lindsay) <A href=">DRO SOFTWARE</A> DRO Software <A href=">DRO_Plus Project - by Tom Kulaga </A> Cad freeware, plus more. <A href=">Completely Free Software - Index Freeware Free Shareware </A> CNC Retro-Fit Links <A href=">CNC Retro-Fit Links </A> I have nothing on EDM right now, can you help us out?? I am looking for a good source and low prices on 250 to 350 in/ounce steppers. Any help would be greatly appreciated. Need three, Bill Anliker Alb. NM |
Re: Welcome
Scott Logan
Yeah, I know the feeling, Bill.
toggle quoted message
Show quoted text
BTW, check the footer. "welcome to CAD/CAM/EDM/DRO@...,"?? -- Message from Scott Logan Support the anti-Spam amendment ssl@... Join at -----Original Message-----
From: WAnliker@... <WAnliker@...> To: CAD_CAM_EDM_DRO@... <CAD_CAM_EDM_DRO@...> Date: Wednesday, May 05, 1999 6:41 PM Subject: [CAD_CAM_EDM_DRO] Welcome From: WAnliker@...letter is a welcome, and a test for me. I have had quite a few wrongaddresses on invitations sent out from the list signed at NAMES, so still tryingto get it all together.--- ONElist: where real people with real interests get connected.--- welcome to CAD/CAM/EDM/DRO@..., an unmodulated list for thediscussion of shop built systems in the above catagories. |
Newbie . . .
Charles Brumbelow
This list represents an area of increasing interest for me. I am
looking to build model and miniature steam locomotives once I retire, but have never used a milling machine . . . and my lathe experience is limited and dated. The idea of easily replicating a locomotive in multiple scales is interesting. Now a NAMES question: Was MAXNC -- a Home Shop Machinest advertiser -- there? I have written with the SASE and received no response. Thought it might be all were at NAMES . . . Charles Brumbelow Nashville, Tennessee, USA |
to navigate to use esc to dismiss