CAD CAM EDM DRO - Yahoo Group Archive

Re: [CAD_CAM_EDM_DRO] Caliper to PC interface, Part II: Data Format ?????? Help ?

Posted by krlux
on 2001-10-18 20:57:57 UTC
Here is more data.

The sign extension on the negative numbers is a good indicator that the
format is a two's compliment.

Someguy

0.001:

0000000000000000000010111010000000001110100101101 49d
1000000000000000000010110010000000001110100101110 49d
1000000000000000000010110010000000001110100101110 49d
1000000000000000000011000010000000001110100101100 49d
1000000000000000000010110010000000001110100101110 49d

0.000:

0000000000000000000000011010000000001110101000001 49d
0000000000000000000000101010000000001110100111111 49d
1000000000000000000000010010000000001110101000010 49d
0000000000000000000000011010000000001110101000001 49d
1000000000000000000000110010000000001110100111110 49d


0.0005:

0000000000000000000010001010000000001110100110011 49d
0000000000000000000001111010000000001110100110101 49d
1000000000000000000010000010000000001110100110100 49d
0000000000000000000001111010000000001110100110101 49d
0000000000000000000001111010000000001110100110101 49d

0.0015:

0000000000000000000100001010000000001110100100011 49d
1000000000000000000100010010000000001110100100010 49d
1000000000000000000100000010000000001110100100100 49d
1000000000000000000011110010000000001110100100110 49d
1000000000000000000100000010000000001110100100100 49d
0000000000000000000100011010000000001110100100001 49d

0.999:

1000000000100111111101100001111111100110101011000 49d
0000000000100111111101101001111111100110101010111 49d
1000000000100111111110000001111111100110101010100 49d
0000000000100111111110001001111111100110101010011 49d
0000000000100111111101111001111111100110101010101 49d
1000000000100111111110010001111111100110101010010 49d

-.001:

0111111111111111111101000010000000001110101011100 49d
0111111111111111111100100010000000001110101100000 49d
1111111111111111111100101010000000001110101011111 49d
1111111111111111111100101010000000001110101011111 49d
0111111111111111111100000010000000001110101100100 49d
1111111111111111111100011010000000001110101100001 49d








----- Original Message -----
From: "Doug Fortune" <pentam@...>
To: <CAD_CAM_EDM_DRO@yahoogroups.com>
Sent: Thursday, October 18, 2001 7:11 PM
Subject: Re: [CAD_CAM_EDM_DRO] Caliper to PC interface, Part II: Data Format
?????? Help ?


> krlux wrote:
> >
> > Hi people.
> >
> > I've successfully *connected* my imported caliper directly to a PC.
> > Right now I would like to focus on deciphering the data that I get from
the caliper.
>
> OK, whats the code(s) for:
>
> 0.000
>
> 0.0005
>
> 0.001
>
> 0.0015
>
> Doug Fortune
> http://www.cncKITS.com
>
> Addresses:
> FAQ: http://www.ktmarketing.com/faq.html
> FILES: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO/files/
>
> Post messages: CAD_CAM_EDM_DRO@yahoogroups.com
> Subscribe: CAD_CAM_EDM_DRO-subscribe@yahoogroups.com
> Unsubscribe: CAD_CAM_EDM_DRO-unsubscribe@yahoogroups.com
> List owner: CAD_CAM_EDM_DRO-owner@yahoogroups.com, wanliker@...
> Moderator: jmelson@... timg@... [Moderator]
> URL to this page: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO
> bill,
> List Manager
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>

Discussion Thread

krlux 2001-10-18 17:57:57 UTC Caliper to PC interface, Part II: Data Format ?????? Help ? Doug Fortune 2001-10-18 18:18:20 UTC Re: [CAD_CAM_EDM_DRO] Caliper to PC interface, Part II: Data Format ?????? Help ? krlux 2001-10-18 18:22:43 UTC Re: [CAD_CAM_EDM_DRO] Caliper to PC interface, Part II: Data Format ?????? Help ? krlux 2001-10-18 20:57:57 UTC Re: [CAD_CAM_EDM_DRO] Caliper to PC interface, Part II: Data Format ?????? Help ? Graham Hollis 2001-10-19 08:43:34 UTC Re: [CAD_CAM_EDM_DRO] Caliper to PC interface, Part II: Data Format ?????? Help ? krlux 2001-10-19 09:26:42 UTC Re: [CAD_CAM_EDM_DRO] Caliper to PC interface, Part II: Data Format ?????? Help ? Jon Elson 2001-10-19 11:15:03 UTC Re: [CAD_CAM_EDM_DRO] Caliper to PC interface, Part II: Data Format ?????? Help ? Bill Phillips 2001-10-19 13:11:15 UTC Re: [CAD_CAM_EDM_DRO] Caliper to PC interface, Part II: Data Format ?????? Help ? wayne_j_hill@y... 2001-10-19 22:02:27 UTC Re: Caliper to PC interface, Part II: Data Format ?????? Help ? krlux 2001-10-20 00:18:23 UTC Re: [CAD_CAM_EDM_DRO] Re: Caliper to PC interface, Part II: Data Format ?????? Help ? ccs@m... 2001-10-20 06:09:44 UTC Re: [CAD_CAM_EDM_DRO] Re: Caliper to PC interface, Part II: Data Format ?????? Help ? krlux 2001-10-20 07:28:41 UTC Re: [CAD_CAM_EDM_DRO] Re: Caliper to PC interface, Part II: Data Format ?????? Help ? ccs@m... 2001-10-20 07:49:41 UTC Re: [CAD_CAM_EDM_DRO] Re: Caliper to PC interface, Part II: Data Format ?????? Help ? brian 2001-10-20 20:44:44 UTC Re: [CAD_CAM_EDM_DRO] Re: Caliper to PC interface, Part II: Data Format ?????? Help ? Jon Elson 2001-10-20 22:08:04 UTC Re: [CAD_CAM_EDM_DRO] Re: Caliper to PC interface, Part II: Data Format ?????? Help ? wayne_j_hill@y... 2001-10-21 10:23:57 UTC Re: Caliper to PC interface, Part II: Data Format ?????? Help ?