Close

How it works (part one)

A project log for repurposed luminiferous aether detector

over the last few years, i've build up a functional laser interferometer. now i want to use it to accurately measure distance.

beaglebreathBeaglebreath 06/24/2014 at 08:200 Comments

The hardware that will be integrated together and their purpose is:

This measuring machine will work in the following manner.A laser interferometer will be arranged so that the moving mirror of the interferometer will be attached to a movable slide attached to a linear aluminum rail.The movement of the slide on the rail will then be directly measured by the laser interferometer.The laser, electronic receiver, optics and the linear rail will be bolted to a 4”x4”x90” square aluminum tubing.Additional fixtures will be constructed to hold items to be measured in place against the linear rail.The movable slide will be moved from a fixed reference position to a point where it makes contact against the item being measured.

The rear of the 5508A has several electronic connectors for the original temperature sensors designed for measuring the temperature of the object whose length you are measuring.There are connections for each three individual temperature sensors.The 5508A will operate with zero, one two or three sensors hooked up.The 5508A will calculate the average of the temperatures measured.The average temperature is used with the coefficient of thermal expansion to figure out how much change in length there would be if the thing you are measuring was currently at a standardized temperature.If there are not temperature sensors attached to the 5508A, then you can manually type the temperature from the keyboard on the front.Finally the temperature can also be entered from the GPIB interface.

For this project I will use a Zipit Z2.The Zipit will have three i2c temperature sensors.Each of these will be wired to the Zipits external docking connector, where the i2c connections can be accessed.The sensors are calibrated and a lookup table was created so that temperature sensor values are correlated to the temperature measured by an external digital thermometer.An awk script will lookup the temperature after the i2cget command returns a value.Each of the three temperature sensors work in this manner.The average of the three sensors are then transmitted back to the 5508A by using the echo command and sending the output to a USB-to-GPIB adapter.

(more on this later)

Discussions