43
\$\begingroup\$

How do these electronic calipers work?:

Caliper

I know they work by measuring the capacitance of the running track, somehow. But how do they use capacitance to measure distances - is it a linear relationship of capacitance to distance, or is there something else going on? These are really accurate - specification of ±0.02mm from 0-100mm, and the resolution is down to 0.01mm. I'm also surprised at how these can meet the specifications at the very low price point - I picked up mine for £8 and tried it against a few common objects I knew the dimensions of, and it checks out.

\$\endgroup\$
1

3 Answers 3

6
\$\begingroup\$

Its position to capacitance ratio to frequency ratio to value conversion. The key is using unevenly patterned conductors in proximity of two capacitors. The circuit has slow response, but works remarkably as caliper.

\$\endgroup\$
3
  • 7
    \$\begingroup\$ Someone tore a set apart so that you can see the patterns: adafruit.com/blog/2010/11/08/digital-calipers-tear-down \$\endgroup\$ Commented Nov 14, 2010 at 1:44
  • 6
    \$\begingroup\$ Nice. I can imagine how early inventor discovered it. He(she) was tuning the radio by turning gauge/capacitor contraption by one hand, having the logarithmic ruler in other hand, then looked at LCD watches on a wrist on yet another hand and said ... Eureka! \$\endgroup\$
    – user924
    Commented Nov 14, 2010 at 1:55
  • \$\begingroup\$ Here's the Flickr page with them all on it if you were confused like me going 'WHERE DA PICS??' \$\endgroup\$
    – Nick T
    Commented Nov 15, 2010 at 22:02
39
\$\begingroup\$

Just had some fun trying to scope the signals, something really funky is going on there.

"Here is a good web page" <- that page? wrong! not what is happening there at all, there is only one input signal, not sin and cos

"The key is using unevenly patterned conductors in proximity of two capacitors." <-- wrong again

If you ever find a webpage where someone has actually built a copy of one of these then i'll believe what they are saying.

Anyway this is what i measured, cant find any of that info from google

The vertical strips that are grouped by 8, these are connected to digital outputs of the chip on blob, they are driven by PWM signals - approximating sinewave. 8phases, sinewave period 1800us(YMMV), pulse period ~5.6us. Each phase shifted by 1800us/8 = 225us

The receive plate gets the summa summarum that comes through stator by capacitive coupling. Now the receive signal is bunch of garbage mostly, but the signal peaks that correspond with output pulse rising edges do form a sinusoid. Phase of that sinusoid depends on position of the stator. Im guessing rx measurements must be timed with output pulses, and then there is some funky signal proccessing to get the phase shift, im not 100% sure on how to do the rx side of this.

As stator pattern and pattern of tx plates repeats every 5mm that means the final value is summa of coarse and fine measurements. Coarse measurement is the count of 5mm repetitions, counted and remembered just like regular encoder values, you can mess this count up is you move the scanning head on the caliper too fast, caliper loses its 0 point. Fine measurement is the phase shift measurement of the output sinusoid. These are summed and displayed on the LCD.

Here is an illustration: enter image description here

Why is this even important?

a) If anyone has managed to copy it to a diy project, then atleast i cant find it on google. Im sure someone has done it just doesnt seem like they published their project. Meaning that for such a common item the how-to information is simply not out there.

b) Ability to make dirt cheap diy linear encoders counts for a lot, for example you know how prone to failiure all the diy 3D printers are? Thats because they are open loop control systems, little jam or slippage and control system doesnt know where the robot is anymore. Now for an industrial robot you buy a linear encoder, one for each axis. Heidenhein and 100 other companies will gladly sell you one for ~1k€. Basement hobbyists unfortunately dont kave that kind of budgets. But they would gladly buy(or make, manufacturing is simple enough) capacitive linear encoder like ones used in digital calipers. If the how to information was out there somewhere.

\$\endgroup\$
10
  • \$\begingroup\$ Some of the industrial systems I've seen use string encoders. I'm sure those can have problems of their own, but they could be made either absolute or relative pretty easily. \$\endgroup\$
    – supercat
    Commented Oct 29, 2013 at 20:06
  • \$\begingroup\$ Damn, that last comment got my mind running. Would be awesome to make a closed-loop feedback system for DIY 3D printers/CNC machines. Never crossed my mind to look at the digital calipers, I was stuck thinking something optical. \$\endgroup\$
    – dext0rb
    Commented Oct 29, 2013 at 20:17
  • \$\begingroup\$ Did you read the paper at capsense.com/capsense-wp.pdf. That is where the claim of sin and cos come in, used by L.S. Starrett Co. for a digital caliper. Still trying to grok this design, though. If such a design could be expanded up to ~1meter with .01m precision along the total length...that might be something a lot of people could be interested in. \$\endgroup\$
    – dext0rb
    Commented Oct 29, 2013 at 20:42
  • \$\begingroup\$ "capsense-wp.pdf. That is where the claim of sin and cos come in" Yeah, checked it out, im sure there are many ways to do capacitive measurements like that, just that this sin cos version is not used in these cheap calipers. "If such a design could be expanded up to ~1meter with .01m precision along the total length..." Basically limitation is on how long you can make the stator strip. Or if you had 2x reading heads you can use two lines of reading strips and overlap them. The stator strips are basically PCB-s and these are made quite accurately, for added accuracy you can always calibrate. \$\endgroup\$ Commented Oct 29, 2013 at 21:18
  • 1
    \$\begingroup\$ the low response is a limitation factor for use it as 3D printer encoder \$\endgroup\$
    – user41187
    Commented May 1, 2014 at 16:16
0
\$\begingroup\$

The capacitance forms a resolver allowing you read a sin and cos value that when compared to the master signal lets you determine the position very accurately.

\$\endgroup\$

Not the answer you're looking for? Browse other questions tagged or ask your own question.