Make that 750-15-15. Got my order in yesterday.
Trying to come up with a set up that would only have one drive motor on the take up reel and no capstan to get costs down. Thinking something similar to the dc gearbox motor I used on the capstan with PWM, but much lower RPM to drive the reel. There would have to be a friction brake on the filament to keep tension on the reel. Maybe sandwich the filament between some small blocks of PTFE? Not sure a fancy encoder on the caliper idler would be necessary, it would be a good idea to know if filament is moving and to get a rough count of length, so maybe a one pulse per rev optical would work. I am also thinking of a tosduino for $11.50 as the controller interfaced into the digital calipers as a safety check/log. And of course use something similar to Ian's laser optical droop sensor.
Started playing with the HF digital caliper serial interface last night and put together a level shifter with junk box parts. The Chinese calipers use a binary format. Lots of info on the web. http://www.shumatech.com/support/chinese_scales.htm Problem is the metal body is connected to the + side of the 1.5V battery, so if you ground the "-" side of the battery to your Arduino, the metal body is now at 1.5V and is "hot". I chose to ground the body and to capacitively couple the clock and data outputs to the level shifter. At some point in the future, I'll add a charge pump to replace the negative battery supply. If running the metal body hot doesn't bother you, there are some minimalist solutions on the web that power the calipers from a +1.8V ground referneced supply and drive a 3.3V supply Arduino directly (might be a little squeaky on noise margin). Rise and fall times out of the level shifters were good, but haven't connected it to the cap load of the Arduino yet. If you pull the Data output line up to GND, the calipers cycle thru different min/max secret modes. Once it is in the special mode, you can use the zero button to toggle the data rate from 300msec to 22msec. Hitting the On/Off button just turns on/off the display and has no effect on the serial port output.
