Tormach Tool Height Caliper 3V Battery Modification

Background

As part of my purchase package of the Tormach PCNC440 I ordered their granite block and height caliper.  This meant I could measure and set tool heights directly into the tool table on PathPilot via the caliper USB connection.  See the image below which shows the granite block, caliper and the associated dongle box.

This concept works really well and saves manual entry typo errors when measuring tool lengths.   I have found one problem however and that is the caliper eats batteries at an alarming rate.   These are CR2032 button cells which are not dramatically expensive, but the cost does start to add up. There is the added frustration of the caliper potentially not functioning at a critical moment when a new tool needs to be measured.

It struck me as strange that a device talking via USB should be dependent on a battery when 5V is available from the USB interface.   The fact that this did not happen suggested to me that the connection from the interface box to the caliper did not have through continuity of the 5V supply.   This wasn’t surprising given that the caliper runs from a 3V cell.

Investigation

I connected the caliper via a standard USB cable directly to a variable power supply connected onto the 5V power pin on the USB cable.  Varying the power supply from 0V to 5V showed that the caliper would work quite reliably over a range of 3V to 3.8V but above this the display would blank or just show 8888 at high intensity so masking the actual reading.

I found a couple of 1N4148 signal diodes in my component stock and put them in series with the 5V feed from the power supply to act as a series voltage drop.   This brought the working voltage delivered to the caliper back into the 3V to 3.8V range where it functioned without any problems.

Implementation

So the question was now as to how to implement this modification elegantly ? ….

Be warned that the modification to be described involves a change to the USB dongle box supplied with the caliper and as such will invalidate any warranty.   Mimic what I did at your own risk.

The dongle box has four screws on the bottom cover and removing these reveals the controller pcb.   Take care not to loose the three blue switch activator rods in the process.  On inspection of the pcb, the USB cable entering the box has all four standard USB connections but the cable exiting to the caliper has the 5V lead (red) disconnected.

I found a pin quite close by to the output lead that was marked 5V.   This was a possible feed for my two diodes.   On measuring this I found it was at a lower voltage than expected suggesting that there was perhaps some circuitry between this point and the incoming 5V.   I therefore chose to ignore this and looked instead to the input connection cable.   I found the +5V connection (red) as it connected to the pcb.   I connected the two diodes in series to this cable termination and then ran a connecting wire (orange below)across the board to the 5V output (red) cable which was previously not connected.

These modifications are shown below albeit with hot glue over the diodes and connections.

Modification to Tormach digital caliper dongle box

This completed the modification.  I checked out all the voltages while the pcb was still outside the box and also checked the caliper was still working.   I replaced the pcb back into the box and screwed the lid in place.

One final thing I did which is not necessarily essential but felt like a good thing to do, was to put a tantalum capacitor across the former battery contacts in the caliper battery compartment.   This would act as decoupling should there be any ripple on the new supply to the caliper.  See the image below.  Note that the tantalum capacitor is polarised and its + lead goes to the former + battery contact (on the right as shown below).

While this is a potentially useful thing to do, it has the disadvantage that you cannot put a battery in the caliper if you want to use it ‘off line’ when not connected to a USB port.   You could however plug it into USB charger via the dongle lead.

The other minor thing I did was to fit a small cable tie to retain the caliper connector in place as I found it easily become disconnected.

On putting the setup all back together, the caliper was working well with a nice contrast to the LCD display.  Tool table updates work just as they did before so no issues there.

If you do this modification you might want to experiment with different diodes or the number of diodes  needed to the drop the voltage from 5V to within the caliper normal voltage range.   Note that you need to use small signal silicon diodes which will have around a 0.6V voltage drop per diode.   Don’t use Schottky diodes as these generally have around 0.2V and so you would need at least 3 times as many to achieve the same overall voltage drop.  You could try LEDs as they all seem to have different voltage drops but they tend to need a high drive current which if this is the case, makes them unsuitable for this application.

You could of course go really elegant and build a small integrated power supply chip into the dongle box such as the AMS1117.   These are available in various fixed output voltages including a 3.3V version (which is popular for Arduino projects and available from Amazon). You can also buy a ready made 5V to 3V module based on the AMS1117 from Amazon.  I like the AMS1117 and used the 1.5V version in my power supply modification to the Shumatech DRO systems.

Here is a printer friendly (and slightly updated) version of this article : –

Tormach Digital Height Gauge Modifications

The Small Print Again

I repeat once again that this modification will invalidate your warranty on the caliper but it will save you the cost of batteries.

Similar or related subjects : –

Back to It, ducting and mill turning (again)

Back from France

Two weeks in France flew past and all we seemed to do was jobs around the place.  Weather pretty mixed but one very hot day which of course was the day before we left.   Surprise surprise.  It has since been very hot out there but equally the weather here has been excellent.

Background Air Extract System

I have often been slightly concerned about fumes in the workshop.  You know the pervasive smell of cutting fluid and welding smoke etc so first job back was to install a background extract system.   My colleague Dave arrived this morning and between us we put in a fan and ducting to vent through a custom roof tile (shingle ?).   OK the draft won’t rip your clothes off but it will just keep the air moving especially in winter when the hatches are battened down.

Mill Turning Tooling Jig

Having tested mill turning with a Heath Robinson set up I have been accumulating parts to create a proper custom jig to fit on the 440 table.  This will take 3 turning tools, 3 ER16 collets for drill bit holding, a centre drill and a boring bar.   Currently it is drawn in Fusion 360 but there are one or two issues to sort before committing to CAM.   More to follow once it is fully underway.

G53 Tool Change Location Update

Another update (not yet resolved) is my G53 tool change routine which has a slight weakness.   As previously mentioned the Tormach post processor does not always put a WCS following a tool change.   To overcome this I was hard coding a G54 after the new G53 tool change routine.   The problem is that occasionally I might not be using WCS G54 but any one of the eight other available references. So some extra code is going to be needed to make the WCS a variable that mirrors the WCS being used.   Head scratching so far reveals that the post processor sees the WCS as a number from 1-9 and then converts this to G54 through G59.3 in a separate sub routine.  I need somehow to overcome this.  More to follow on this one too.

Sign Off

Anyway good to be back in the UK (and the workshop), great weather for the last three days and it looks we are going to sit out on the terrace tonight with steak and chips washed down with a glass or two of red. Takes some beating.

Similar or related subjects : –

Verified by ExactMetrics