Quantcast
Channel: Yuriy's Toys
Viewing all 81 articles
Browse latest View live

Adding Thrust Bearings to a 4" Rotary Table

$
0
0
4" Rotary Table Worm Screw Assembly
With Thrust Bearings and Preload Screw

A few weeks ago I posted a review of an inexpensive 4” rotary table, sold by Grizzly, Shop Fox and others. It didn't take long to realize that to hit the price point the manufacturer had to cut a corner or two. To make my table a bit more accurate (and easier to crank), I decided to modify it a bit. This mod is pretty inexpensive and easy to do, especially if you have access to a lathe. The basic idea is to add thrust bearings between the shaft and the sleeve and a preload screw. The only parts you'd need for this mod is a pair of thrust bearings, a 1/4-20 screw and a washer. For the side closest to the warm gear I used a smaller 10x18x5.5 bearing and 10x26x11 for the opposite side. Both are readily available on eBay and can be had for around $7-10 (including shipping).

Read more »

Cleaning Up Jet 1024P's Apron

$
0
0
Jet 1024P apron covered in old grease and oil
You won't believe it, but there is an apron under all this gunk.

When I purchased my Jet 1024P lathe a few weeks ago I pretty much knew that I will spend hours and hours bringing it back to a serviceable condition. Although the important parts of the lathe appeared to be in good condition, there was something loose in the apron. Engaging one of the power feeds made horrible grinding noise. It didn't feel like a broken gear or a missing tooth, so my guess was a loose key or something similar. Before spending time on anything else, I decided to dig into the apron. Taking it off the lathe didn't take much effort: after removing the lead screw, I had to loosen two hex screws on the top and the apron readily disconnected from the rest of the carriage assembly.

Read more »

Jet Lathe Wet Apron Conversion

$
0
0

Last week I posted my progress cleaning the apron on my “new” Jet 1024P lathe. As I said, I am very pleased with the overall condition and build quality. As I was putting the apron back together I realized that there are no provisions to oil the insides once it's coupled with the saddle. The only way to get any lubricant into the apron is through the opening around the cross slide screw, but it is normally covered with a piece of sheep metal bolted to the saddle. Getting to it isn't very convenient, but even once the cover is removed only some of the gears are accessible.

Read more »

New Version of Android DRO Coming

$
0
0

This version of the application has been released quite some time ago. A new version of the Android DRO application is in the works, due to be released on or before August 10, 2013.

It's been more than two months since the initial release of my Android Digital Readout application Touch DRO. The first version was very basic, offering only a few functions commonly found on a digital caliper. After bit over two months of work I'm getting close to releasing a new version. The new version has a number of bug fixes and improvements, as well as some long overdue features, such as point memory, position preset and the so-called 1/2 function.

Read more »

First Impressions from Sieg X3 Mill

$
0
0
Grizzly G0463 on the shipping pallet

A few weeks ago, after admitting to myself that I’ve outgrown my little Harbor Freight Mini Mill I decided to sell it [on Craig’s List] and get a larger milling machine. A few hours later, after a number of back and forth text messages it was spoken for and I officially became mill-less. My whole metal shop has to fit along one wall of a two car garage, Bridgeport type milling machines are pretty much out of question. From the get go a friend categorically talked me out of a round column mill/drill, so my choices were limited to Sieg X3, Sieg SX3, a Rung Fu 45 clone or one of the smaller knee mills. After some soul searching I realized that for my projects X3 is the most practical choice. Although pretty small, as far as metal mills are concerned, it still provides somewhat larger work envelope and the design seems to address most, if not all, of my pet peeves with the Mini Mill. On the other hand it’s still light enough to be moved by a few people etc.

After the budget was approved by the accounting department (AKA my wife) I went to Grizzly.com to place an order for a brand-spanking-new G0463. The order was placed late on Sunday, March 3rd and at 8:30 AM on Tuesday (yes, in two day) FedEx called to schedule the delivery. I opted for a “customer pickup” and at noon the same day a friendly FedEx employee was loading it into my truck.

Read more »

Tramming Sieg X3 Column and Head

$
0
0

You might recall that last week I took delivery of a brand new Grizzly G0463 Mill/Drill, also known as Sieg X3 or Sieg Small Mill. Once the mill was thoroughly cleaned, lubricated and put back together it was time to tram the column and the spindle. This step is often missed by new machine owners, but without proper alignment the mill will newer be able to produce accurate work. For instance, if the column is not square, center of the spindle (and thus the cutter) will shift in the horizontal plane as the head is lowered, so the dimensions will be off. On the other hand, when the spindle is at an angle, the holes won't be perpendicular to the table and fly cutters will produce concave surfaces. Fortunately, tramming the X3, although a bit fiddly, isn't very difficult and doesn't require any exotic tools. In fact all you would need is a machinists square, a dial test indicator and a way to hold it [the indicator].

Read more »

Parts List for MSP430 Digital Readout

$
0
0
MSP430 Launchpad requires almost no additional parts
When selecting a microcontroller [board] for the digital readout project I overlooked the Launchpad in favor of an Arduino board. Earlier this year, though, a reader asked me to help him with a project that required reading a scale running 1.5V. While looking for a suitable hardware to read those scales I decided to try one of the MSP430 Value Line Launchpad kits I had sitting in the closet and realized that MSP430 microcontroller works very well for interfacing with Grizzly iGaging scales as well. First of all the MSP430 Launchpad board is much cheaper than an Arduino, selling for $10, including shipping, at TI’s store (until recently it sold for an incredible $4.50). Second, the microcontroller runs at 3.3V and has built-in pull down resistors, so there is no need for any additional resistors. Finally, it will let me easily add support for 1.5V “chineze calipers” in future.
Read more »

Troubleshooting Common DRO Connection Problems

$
0
0

Lately I’ve been getting a fair number of emails and comments from people having various problems connecting the Android application to the Arduino Digital Readout controller. Almost all of them fell into one of three following “buckets”:

  • The controller does not appear in the “Select a Device” dialog
  • The application is unable to connect to the controller
  • The application appears to connect but connection is lost almost immediately

The good news is that those problems are usually easy to resolve, so in this post I will try to address the most common scenarios. The solutions are designed for Arduino UNO board connected via a Linvor HC-0x transceiver (AKA Bluetooth-to-serial adapter) but should work for other combinations as well.

Read more »

Mixed Linear Scale DRO with MSP430 Launchpad

$
0
0

An increasing number of readers have been asking me to add support for other encoders to my Digital Readout application, especially the “standard” Chinese scales and cheap calipers. Although I’ve been experimenting with the idea for some time but never got around to getting it done. Last weekend, while working on step-by-step build instructions for the MSP430 Launchpad DRO controller, I realized that I was much closer to the solution than I previously realized. The MSP430G2553 microcontroller that ships with the newer version of the Launchpad kit is a very capable chip that should be able to read three or four different scales with no problems. After digging through my and my father’s garages, and a trip to Harbor Freight I was able to round up six different-looking calipers and a BG Micro “Digital Indicator”, so I was ready to start experimenting.

Read more »

Harbor Freight Caliper Data Format

$
0
0

Last week I started putting together the new firmware that will allow the MSP430 Launchpad version of the digital readout to read a mix of different scales and calipers. My last post discussed the needed hardware changes and touched on the high-level requirements. With the adapter board build and tested I was able to start investigating the data formats used by the small collection of calipers I was able to put together. Using my trusty Open Logic Sniffer I was able to identify two different protocols. BG Micro Digital Indicator used the 48 bit protocol described in the excellent article "Chinese Scales" by Shumatech. Surprising none of the other calipers used this protocol.

Read more »

Build Instructions for MSP430 Launchpad Digital Readout Controller

$
0
0

I’ve been receiving an increasing number of requests to post some build instructions for the digital readout controllers. While working on the step-by-step guide (and building a unit in process) I got sidetracked and ended up designing a controller that can read multiple scales. Even though that project still requires some work I decided to update the basic version of the readout controller to be pin-compatible with the new version.

In this post I will concentrate on the MSP430 Launchpad DRO controller that can read up to four iGaging scales using the middle-of-the-road build described in the Parts List for MSP430 Digital Readout post.

Read more »

Arduino DRO DIY Build Instrucions

$
0
0

If you’re planning to build a basic digital readout using iGaging “Remote DRO” scales and the “Touch DRO” Android application, you will need to make a controller that will interface the scales to the tablet. At this point I’ve designed two different version: one is based on Texas Instruments MSP430 LaunchPad and the other uses an Arduino. Both controllers offer the same functionality so the choice comes down to a personal preference and the availability of the microcontroller board. Yesterday I posted build instructions for the Launchpad version. In this post I will provide detailed step-by-step directions for a DRO controller using Arduino UNO and an inexpensive Bluetooth adapter.

Read more »

iGaging AccuRemote and DigiMag Digital Scale Comparison

$
0
0
12" iGaging AccuRemote next to DigiMag scales

Recently iGaging has introduced a new Stainless Steel model of their “Remote Readout” digital scales. The new “AccuRemote Digital Readout” scales are supposedly much more accurate and robust than the older DigiMag model, making them a good candidate for a hobby DRO setup. I’ve been getting emails from people wondering if these scales are compatible with the Android DRO application (or more accurately, one of the controllers), but since I don’t yet own a set, I wasn’t able to confirm this. When a fellow machinistweb.com forum member CaveBob graciously offered to lend his set for a few days, I jumped at the opportunity. Since Bob gave me permission to take one of the scale apart I think it will be helpful to do a side-by-side comparison to see if the scales are really that much better.

Read more »

Reliability Issues with iGaging Digital Scales

$
0
0

Many people are wary of digital readout setups that use capacitive scales because such setups tend to be sensitive to electrical interferences. A shop full of motors, fluorescent lights, transformers and other equipment is a noisy environment and when that noise gets into the DRO system it can cause havoc with the readout. The most common symptoms of such issues include random resets and floating position readout. While it appears that all “chinese” scales and calipers are somewhat prone to these issues, the majority of the complaints fall on IGaging Remote Digital Readout scales. Surprisingly the scales themselves are rarely the culprit. In my experience 9 out of 10 problems with the iGaging scales can be traced to the wiring and/or the power supply.

Read more »

Three Ways to Improve iGaging DRO Scales Reliability

$
0
0
Shielded USB cables can eliminate most of the noise issues
and costs only a few Dollars

In the last post I covered the root causes of the two most common reliability issues with iGaging digital scales. Although those scales catch a good amount of flack of being unstable when mounted on a machine, the problems are rarely caused by the capacitive transducers. In my experience the problems with random resets and unstable readings can be traced to the wiring and are relatively easy to remedy. The mods described below can be done for under $10 total in less than an hour but can make a huge difference.

Read more »

New Version of Android DRO Coming Soon

$
0
0

When I released last version of the Touch DRO application early this year my plan was to have a new version out by April. This, obviously, hasn’t happened due to a number of reasons, including a busy work schedule, a never ending list of things to do around the house etc. On top of that, from the received feedback, I realized that I had to make the “guts” of the DRO application much more robust before the new features can be added. Now, after a fairly major overhaul, the application is getting ready for the release and includes some of the lacking functions.

This version of the DRO is optimized to be used on a milling machines with three or four linear scales but with a few minor tweaks can be adapted to a lathe. Some functions, such as tool offset, will work identically on a lathe DRO.

Read more »

Android DRO Application Settings

$
0
0

As I mentioned in the last post, the new version of the Android DRO application has a lot of updates. In addition to the new functions there is a plethora of internal changes. Some of the new features are accessible through the “Settings” screen. The good news is that if you intend to use the application with one of the iGaging controllers, the default settings will be sufficient to make it usable out of the box. On the other hand, to take advantage of the new features, you will need to get your hands dirty. In this post I will try to explain what each of the settings does, hopefully making the setup pain-free.

Read more »

How To Upload Firmware to MSP430 Launchpad

$
0
0

A few months ago I posted build instructions for a DRO controller that uses MSP430G2553 microcontroller with a TI MSP430 Value Line Launchpad. Compared to the original version that used Arduino, the Launchpad version has a few advantages, such as lower cost and simpler construction. On the other hand, firmware upload process is not as user-friendly as that offered by the Arduino software. Fortunately, you don't need to install the full-blown IDE, list TI Code Composer Studio or even the MSPGCC tool chain. Instead the pre-compiled firmware can be flashed using a free command line MSP430 Flasher tool offered by Texas Instruments.

Read more »

Mixed Scale DRO Controller Project Update

$
0
0
MSP430 Value Line Launchpad DRO controller connected to a level shifter board
Mixed Scale DRO Controller with MSP430 Launchap

So far the DRO controllers I’ve designed have been able to read only the IGaging (Shahe) Remote DRO scales. Lately I’ve been getting an increasing number of requests for a firmware that could read the standard “chinese” linear scales.A few months ago I started working on a new version that would do just that. Although the project is still a bit rough around the edges, I’m pretty sure that the hardware will stay unchanged and any future updates will be done via firmware. Rather than holding off until the whole shebang is done, I decided to post the stable version of the firmware. In the next few posts I will provide details for the project, design considerations, build instructions and firmware implementation.

Read more »

Voltage Shifter Circuit for Mixed Scale DRO Controller

$
0
0
In the last post I introduced the new version of DRO controller that is able to read a mix of common digital scales. You might recall that “Mixed Scale” controller uses the same MSP430 Launchpad development kit as the “Basic” version, but requires a bit of extra hardware. Unlike the the iGaging scales, which work quite comfortably with the 3.3 Volt power supply, most other inexpensive capacitive scales use 1.5V (nominal) power supply. This means that their outputs can’t be reliably read by the MSP430 microcontroller. Similarly, glass scales and quadrature encoders use 5V power supply. MSP430’s inputs can tolerate up to 3.6V, so connecting the glass scales directly to the Launchpad will permanently damage the inputs.
Read more »
Viewing all 81 articles
Browse latest View live