Thursday, October 13, 2011

Digimatic SPC to Arduino

12/2/2011 Update! We are now reading data from the micrometer, and stuffing the data into variables for further decision processing.

The Digimatic SPC protocol is a communications protocol developed by Mitutoyu, the big guns in Calipers, Micrometers, Dial Indicators, Scales and more. These devices have a data port that allows you to communicate with a microprocessor or microcontroller, for data logging and other measuring applications. We are still working on getting this working, and I'm posting the info I have in the hope others are helped, and may be able to help us.

Mitutoyo 05CZA662, Digimatic Cable, 40", With Data Switch for Coolant Proof Micrometers

Code, diagrams, and specs. -  http://www.green-trust.org/digimatic/

Comments welcome!

2 comments:

  1. Thanks to Grumpy_Mike (Mike Cook) from http://www.thebox.myzen.co.uk we are now getting readings from the Micrometer. Have to play a bit more with the binary output, and stuff the different pieces of the data stream into variables, but we are very close!

    ReplyDelete
  2. Thanks to GoForSmoke on the Arduino forums for a very useful bit reversal function that really woke this project up!

    http://arduino.cc/forum/index.php/topic,79900.45.html

    ReplyDelete