A collection of posts often on colt E- and I-frame revolvers: pythons, model 357s, officer model specials, etc. Topics not limited to: action jobs, fixing Bubba-gone-wrong gunsmith mistakes, and revolver porn. And sometimes I'll wander off the reservation and type random nouns and verbs that have nothing to do with our sole purpose, because who the hell can really pay attention that long?

Tuesday, September 15, 2009

sending gcode to a bandit controller on a wells index CNC milling machine

There's at most one other person on the planet that needs this information, but since I spent hours (and hours (hours (...))) looking for it, here it is.

Currently I only know how to send using "hyperterminal" on windows. When it starts tell it to connect to the serial port (If you don't know what this is: you pull down the hyperterminal menu which will say something like com3, com4 or other --- just try these until it works).

You set:
  • data bits: 7
  • parity: even
  • stop bits 1
  • flow control: hardware
Then under "properties" set:
  • windows keys
  • autodetect
  • send line ends
  • wrap lines

To send a program to the bandit:
  • put in ext mode
  • press "CE" and then "start"
  • In hyperterminal "send ascii file."
Here's a trivial program to move on the X axis one inch:
N001&0
X-1.0
M2
The "N001&0" seem required at the beginning. And "M2" states its at the end of the program.

After it loads
  • put the bandit in run "continuous mode"
  • hit reset (to put the machine to the beginning of the program)
  • hit start.
It should move one inch. If it doesn't and the red error light keeps going on when you try to the program, sure you've pushed the "axis enable" button.

I am using a laptop. Since modern laptops no longer ship with serial ports (at least mine doesn't) I'm using a USB-to-Serial converter from Frys. The first one I bought was broken, which really jacked up the whole process.

If anyone can figure out how to send using linux that would be great! I've tried cu, minicom, and a random com.c program from the net. Something doesn't seem right. The bandit red light of death goes on (so it received something) but it's definitely not the right thing.

Useful post on converting an emco compact 5 to modern hardware

I've been spending a lot of time trying to figure out how to build my own CNC.

This is a nice rundown on how to convert an emco compact 5 lathe by Art Fenerty (he wrote Mach 3):

Just to kick in on costing of such a project ( having converted my emco PC5 last year. This isnt a plug for my software, I retired over a year ago from Artsoft, just info for those interested in such a conversion. )

My costs were..

Motor drivers, about 100.00 each ( 2 required. ), I used some I had from ebay that I got for about 50.00 each, prices vary, but I used 10uStep controllers @ 3amps, 24 volt. Gecko's work great, as will almost any microstep driver.)

Motors ( you can use the ones currently on a pc5, but they are very weak, or mine were anyway. You couldnt even feel the torque detents as you rotated them without power. 500oz inch ( approx) cost me about 50.00 each , but you dont really need that power. ( though its nice to have ). My power more than tripled on the axis, they cannot be stopped by hand at this point, and they are much faster.

Power supply ( the one in the emco can be used, no need for an additional one. You can tap the original power supply for 24 volts for motor drives, and the 110volts for the breakout board power. )

I also added a breakout board for interfacing. The breakout board from pmdx.com fits well in the spot where the original
emco pc com board fits in the machine. Cost approx $129.00 US. The mach3 web based form has photos of the conversion I did,
everythign fits well int he Emco casing and made my pc5 a much more usefull machine.

I also added a sensor for threading, and put a bolt in one of the original slots to trigger the sensor for speed and threading. Mouser electronics 653-ee-sb5v is the sensor I used. About $20.00 for that.

Of course I didnt have to pay for the software. :-)

The emco works very well now, has no file length limitations, and lazyturn generates code that runs pretty well if you have nothing else available. ( free from the mach3 web forum till I end up adding a final finish pass. ). The only possible dodgy part is the
threading. While threading short threads works well, after a couple inches of thread there is a bit of wander that makes the thread imperfect, though nuts do spin on with no binding. This is the result of single pulse per rev threading. Still being worked on slowly, but seems to work well for most threaders, depends on the pc and sensor configuration and setting as to how well it works.

So my total cost was about 350.00US or so ( somewhere about 175 EU ) , adding software would make it about 300EU for a complete conversion.

The same conversion would allow EMC or other software to run the lathe. If one used an encoder for the spindle EMC woudl do perfect threading on it, or if one can figure out the original sensor in the pc5 to feed the software. ( I never could get mine working but it may have been defective from the start, I never used it prior to converting, so I just tore it out and replaced it with my 20.00 sensor..)

Alternately, instead of a breakout baord a smoothstepper device, USB based could be used, the smoothstepper is also known for perfect threads. All I can tell you for sure is the upgrade makes the lathe run much better than stock, much more powerfull, faster, and more reliable. Much depends on what you use it for of course.

Thanks,
Art


And his continuation of the same post:


>>I searched around: is this the thread you mean on your conversion?
http://www.machsupport.com/forum/index.php/topic,214.0.html


Yup, thats the thread.

Wiring isnt as bad as it looks. Where you see I added a pmdx breakout board, is where the emco put their pc interface card. You just rip that out entirely. ( if you have the same machine I do.. ). Your new motor drivers wire directly to the pmdx board, so between the docs for the drivers and the docs for the pmdx, all the wiring is described. Now I added 2 drivers and a pmdx, and 2 motors, the motors wire directly to the drivers ( real easy to wire the motors.. ) , and the pmdx board simply gets a printer port cable which I wired to the pc printer port plug on the back of my emco.. and then it wires to the drivers.. ( step/direction and com ) so 3 wires to each driver from the breakout board. I put 2 7 amp drivers and a PMDX in the same area.. they all went in just fine and with little effort. Chinese drivers or geckos all run about 120.00 I think for pretty high current drivers.

As to the power supply, yell if you like when you get there, its easy to find the 24volt spot on the emco supply. Lots of current available so no extra supply is necessary at least on the PC5 version of the Emco, those two points on the emco ( 24vdc and common) wire to each of the drivers to supply power to them, the pmdx just gets a tap to the 120vac line inside. Again, pretty easy.

Thats it, no other wires really need to be done unless you want threading.. the sensor can be a bit of a bitch to wire if you dont do electronics, but again, yell when you get there, its only 3 wires to the sensor from the breakout board.. and then I put a screw in one of the slots of the slotted wheel, the sensor see's it on every spin. The sensor bolts in the same bolt holes the old emco sensor did as I recall. I can take better pics if you get to that stage. But you can cut fine without the threading sensor. ( I dont cut threads usually..). If your firend can get that sensor that comes with the Emco running, then even better as I do have a special plugin that will use an index slot and multislot timing pulses for threading. Tests show it works well, but there is a wandering after an inch or two. Still holds nuts fine, but with Mach3 dont expect Boeing quality threads unless you use a smoothstepper.. its simply a limitation
of running from Windows. On the bright side, for those that need perfect threads, this described upgrade isnt just to make the emco Mach3 compatible, its also EMC compatable at that point, so if you like linux, you can run EMC as well. ) or pretty much any other step/direction controller. Steve Stallings, the pmdx inventor is an EMC group member and pretty knowledgeable about such things, Im sure many could help you get that up and running.

By the way, the new motors simply bolted in the same spots the old ones did, no work required at all.. you just wire the 4 wires from the motors to the drivers.. pretty easy.. Any basic electronics person will find it painless to do such a job.. ( and many people who know only about basic dc wiring..). Ill post Mach3 settings for the emco if anyone wants them.. it configures pretty easy and runs real well. No limit on file size at all.

Just my opinion, but if one is to upgrade an emco, Id really recommend going this route simply because it makes it compatable
with pretty much any controller that will send step/direction commands. The future will probably bring about things like SCurve controllers, ( which smooth out motion quite nicely), or other advances in technology which , if you go proprietary you wont be able to take advantage of. We all know how long these lathes last.. pretty much forever, so having a standard type of control has its advantages. ( Emco's also seem to sell for more if they are step/dir controlled thus allowing a new owner to pick their favorite software. ). Price wise, it seems if anything quite a bit cheaper to go this route, and then its done and standard, but thats just my opinion.

I usually dont kick in on such discussions as some may feel Im pushing for Mach3 to be used, and since I wrote it Im obviously biased,but I am retired.. I only work on things like future control code these days. So that having been said, you should probably ask as many groups as you can what your best plan would be. Ive never used WelTurn , the specs dont appear to be shown real well so I cant tell you max speed vs EMC or Mach3. At about 900.00US it seems pricey to me,specially if you have to then add new motors, complete conversion to step/direction is about 300.00 to 400.00US if you stick with your emco motors, I just found my emco motors so slow they drove me nuts. Max speed on my machine is set for 554 mm/minute, I could go quite a bit faster, but at 554 I never lose steps unless I jam into material. ( In fact the carriage would snap my hand off if I tried to stop it..), acceleration is set to 91mm/sec^2 and standard setting is 2000steps/mm. ( because I have it set to a high uStep setting, which is nice if your drivers support that. ). I tend to limit my speeds because using max speed rates on something like an Emco does stress it too much, but 550mm/sec seems very doable, and my lathe has no trouble with it at all.

At 2000steps/mm, Mach3's lowest kernal speed of 25Khz can do 720mm/min max, higher kernal speeds could double that quite easily if your motors can handle it, but I dont suspect an Emco can handle a meter a minute. My motors were advertised on Ebay for 750oz in, (Deep Groove) but I dont really believe it, I thing they are 500oz in or less, but I have to admit they are very powerfull, orders of magnitude above the steppers that came with my emco, the difference is not only audible, but amazing and very powerfull, the original motors I could easily stop with one hand, I would'nt recommend anyone trying to stop these puppies with their hands..not if they like having hands. :-)

My only problem is that my lathe has the AC motor driven spindle , which makes it quite low torque, my buddies emco ( You can see Brians on the group forum somewhere as well ) has the DC motor spindle, and Ive seen him do 1/4" of steel in one pass ,
(in fact theres a video somewhere showing it do that at a pretty high feedrate. Perhaps emco's with dc spindle can all do that, I only know the few Ive worked on). To me thats a pretty high rate of speed for 1/4" in one pass. No possible way my spindle could do that, I limit to 1mm per pass or less usually, but since feedrate is quite fast it doesnt seem an issue to me. I cant see any posting of welturn max speeds or step rates on their site, perhaps someone can post their experience in terms of speed and at which point they start to lose steps. Any comparison would be interesting to those considering updating hardware or software.

The welturn software does seem very nice to use from what I can see though, and any software is an upgrade from the original dos version of emco IMO , it seems pretty limiting and pretty non-standard in its Gcodes. CNC is all about standards what with the CAM packages available. Each person has their own requirments though, so check out every option as thoroughly as you can before you make a decision.

Again, this is all just my opinion, I know of many emco's that run Mach3, and several that run EMC, all seem pretty happy. Its not
a conversion project that should scare anyone with $400.00 or so to burn.. took about 3 hours to do mine, of course it may take
longer if your not used to cnc wiring, but its not brain science and very little wiring really needs to be done. Threading seems the only real issue, there are several ways to do it, and performance there will vary with software, methodology, sensor and experience.

While I think of it, the other issue you may want to think about is an auto tool turret if you have one, ( I dont ), Mach, and EMC can be configured for it, the pmdx interface board has lots of spare outputs when used with a lathe, and macro's can be written to
run it, but I havent done any for myself. From what Ive heard when I did support they just used a timed macro to run the motor, wait for a switch to hit, then run backwards for a couple seconds to jam it into position. You can also do things like add lights, blinking indicators that job is complete, relays for various optional functions.. all advanced topics if you do go that route... the various support groups are pretty good with information on such things.

Hope these thoughts help, sorry for the verbosity.

Thanks,
Art

Wednesday, September 9, 2009

a useful healthcare comment

Usually blog comments are worthless (or worse). This one is a welcome counter point to the typical nattering:


Thorley Winston:

My preference for health care financing reform (since no one is really not talking about health care reform) starts with:

a) Give consumers who buy health insurance the same tax breaks as employers who buy health insurance for their employees (no fines or mandates) or make all health care costs fully tax-deductible. I’m not a fan of employer-based health insurance but most people are satisfied with but I think we can at least give those in the personal health insurance market the same tax treatment.

b) Allow consumers and employers to buy health insurance policies across State lines like we can for life insurance, auto insurance, and every other legal good and service (if you want competition, that’s the way to do it).

c) Remove barriers to allow small businesses and other organizations to form Association Health Plans (about 60% of uninsured Americans work for small businesses).

d) Encourage high-deductible policies that cover catastrophic illnesses and Health Savings Accounts. These policies tend to have lower premiums (which make them more affordable especially for younger and lower income people) and we can start to develop a more robust market (along with price signals) for routine care costs instead of having them covered by third-party payers.

e) Automatically enroll those who are eligible for Medicaid in Medicaid (about 25% of uninsured Americans are those who are eligible for Medicaid but don’t enroll until they need to see a doctor).

f) For the poor who don’t qualify for existing programs and/or for people with preexisting conditions for whom it is still cost-prohibitive to buy health insurance, let the States experiment with targeted subsidies or creating insurance pools for these individuals.

g) Give doctors who provide unreimbursed care a tax deduction or tax credit for charity care.

I haven’t addressed several issues like medical malpractice reform and Medicare reform (both of which I think we desperately need in our country) because I think they’re volatile enough that they need to be addressed separately. I also think we need to (on the health care side of things) look FDA reform for drug and device approval, increasing the number of doctors in the country and/or the ability of other trained medical personnel like nurses and physicians assistances to provide services, health IT reform, wellness clinics, etc. All of these are important and distinct enough that I think they can and should be addressed separately instead of being thrown into a thousand plus page bill that sinks under its own weight.


Full text at: http://meganmcardle.theatlantic.com/archives/2009/09/political_theory.php#comments

Monday, September 7, 2009

Before killing doctors, let's do lawyers first.

Funny op ed in WSJ on doctors regulating lawyers. That would be, literally, "change you can believe in":

http://online.wsj.com/article/SB10001424052970204731804574387021307651050.html

Hat tip: volokh.

Sunday, August 30, 2009

Diagnose that colt #2!


I was going over a m357 I'd tuned for my dad, correcting some issues. I replaced the rear sight with one of the very nice kensights (clone of the elliason) available from brownells and, since the sight was off, just to be thorough I went to take off the firing pin plate to clean out the recess.

As my dad watched, I had an incredibly hard time getting the firing pin plate off. And then it was just about impossible to get it back on.

This, of course, should never happen. A child with a punch can get the plate off and on --- there's really nothing tricky, nothing to go wrong. If you see anyone having a hard time with it, they really must not know what they are doing.

When I took the pin and spring out the plate would go in w/o any issue.

Any guesses for what the deal was? It was kind of amusing. Kuhnhausen has a warning about such things, but I always skip it thinking "irrelevant information."
One of the other issues was that when reblueing, the person couldn't be bothered to take the bolt off, and essentially sheared the end down to a flat with the buffer. This seemed to cause it to come loose under fire.



So, after having all the difficulty, it eventually dawned on me that the only real reason it could be hard to get in w/ the firing pin in place but not without it removed was that the spring must not be compressing enough. Well how could that be? Oh, did they ... ? Yes they did!

Answer below after a few line feeds :)

















Here's a stock firing pin spring and bolt screw on the left, and the spring we have in place and the sheared bolt screw on the right:



(Sort of) making a longer python firing pin



I've seen various references to longer firing pins, titanium firing pins, and otherwise weirdo modifications. It always seemed pretty exotic and not something you'd ever run into in real life, but it turns out that making such things is actually fairly simple.

I just got an Emco (not Enco! It's Austrian, not Chinese) Compact 5 bench lathe on ebay, so this seemed like a good project to try.

It's right before bed, so results were "OK", but presumably with a bit more focus they will turn out the way they should.

One great result is that the compact 5 is a fantastic lathe. It must weigh less than 80 lbs, but despite not being anchored to anything (yet) and not being leveled (yet) or any of the things a reasonable adult would do, if I cranked the RPMs high and used carbide it would cut the metal I have like butter even on fairly heavy cuts. This thing is awesome. I think I can actually bore out cylinders on it; it's certainly possible to make the bushings that fix endshake.

Here's the lathe, with the steel rod, a carbide cutter, a poor man's digital readout (which I took off) and an A2Z quick change tool holder which I have mixed feelings about:



Thursday, August 13, 2009

Forensic photos: Cylinder and Slide python


I bought a CR-B ($312) and CR-C ($466) package from C&S so I could see how they work on things. The CR-C is their premier colt package; I got it done for an SS python. This post is to dissect the work they did. As they describe it:


CR-C - Colt Revolver - Package CR-C

Colt Python, Diamondback, Detective Special, SF-VII, DS-II Revolver Super Tune Up. Customer Must Specify Whether this Weapon is for Duty/Carry or Target Use Only.

Super Action Job on Python, Diamondback, Detective Special, SF-VI or DS-II
Chamfer Cylinder Mouths and Polish Chamber - 38/357 and 44

The following items will be checked and corrected as necessary: Crane and ejector rod straightness, barrel to cylinder chamber alignment, barrel turned up square with frame, barrel forcing cone square, re-cut forcing cone as needed, barrel muzzle crown

Test Fire for Function and Adjust Sights for Zero at 15 Yds.

Return Shipping and Insurance - Will be Arranged with Customer at Time of Shipment.



They did a couple of very interesting things I hadn't seen before. And they did one very surprising thing I had seen before but didn't realize was still being used (hint: "Austin Behlert" action job).

Unfortunately, despite the novelty, the end result --- how the DA actually feels --- was not worth the money. The SS python feels better than stock, but no where near as good as the colts I have that were done by Frank Glenn or Reeves Jungkind (or even me!). It sounds like there has been a change in personal, since other people have had excellent results w/ C&S previously.

As on additional warning, they corrected the barrel cylinder gap on both guns, but did not clear it with me first. The total bill was over $1200!

In any case, let's get to it.

Here's the SS with it's clothes on:


Tuesday, August 11, 2009

Another vote for outers (or a DIY equivalant)



This has been gone over numerous times, but in the spirit of repetition, here's another vote for outers (or an equivalent) foul out electronic bore


For those of you that are industrious and don't want to pay $109 or so, here's what seem to be a reasonable set of instructions for how to make your own (flashlight not included):
http://www.surplusrifle.com/reviews/copperout/index.asp

I started w/ two colts that I cleaned completely. I used a brass brush with lead out and hoppes, then patches, etc. I then degreased them and ran them through Foul Out. Out came a bunch of black gunk, despite the many passes w/ the brass brush. This has happened pretty much each time I've used it. Seems worth doing, sometimes. It's kind of a hassle, but life is tough.

Here's a 2.5 python strapped in with outer's rod inserted + solution:


Monday, August 10, 2009

Diagnose that colt #1!


A pretty common question goes along the lines of: "my hammer won't cock back when I pull the trigger, what's the problem?"

It was only a matter of time, but it happened to me. In this case on an m357 that I had tuned for my dad. Fortunately it only happened when I checked it after getting home so he's none the wiser.

So: any guesses for what went wrong here? (For what it's worth, I got it wrong.)

Here's a photo showing the maximum distance the hammer can be cocked:


.


Saturday, August 8, 2009

Damaged Emco V13 engine lathe


[UPDATE: I spent 4 days over thanksgiving going over it, fixed just about everything (yea!) other than the bent leadscrew: new handles, replacing snap rings, etc. Given the lathe's location against a wall it's hard to remove the leadscrew from the machine so I can straighten it. Maybe next holiday.]
Photos of a Emco V13 engine lathe I received damaged by shipping on Friday. Looks like someone doesn't know how to handle their forklift.

In the shrink wrap, speed knob, crosslide knob, plexiglass and lateral wheel broken:


Sunday, August 2, 2009

looking for a spindle for a hardinge cataract toolroom lathe


I recently picked up a hardinge QC lathe. I finally got the time to use it today, but after a few cuts, the chucks wouldn't go on anymore. Looking closely at the spindle it seems there is a crack running the entire distance.

It seems like the spindle is cracked since this is a weird way to design something so important. If anyone w/ a hardinge QC toolroom could check theirs I'd appreciate it.

I'm also looking for backgears if anyone has them.



Followers