When issues come up, they come up.
Back to the issue of trying to determine form. The diameter we are measuring has one value for the basic size, another for the first oversize condition and another for the second oversize condition.
My cohort wrote a simple program to measure the appropriate diameter and graph the results. He is using an input statement to ask the operator to input whether the part is at a basic diameter, first oversize or second oversize.
To test the program he ran it three times inputting the value asked for in the statement.
Because he only has the one part, one would expect the graph to look the same. The actual measured diameter is the same and so is the roundness.
The graphs show something completely different. The graph of the profile of the hit points shifts as much as 90 degrees! Any ideas why?
If I had to guess, I would say the machine is computing different hits for the different diameters and graphing accordingly.
The basic diameter is 1.5608
The first oversize is 1.6863
The second oversize is 1.6963
We just ran the program 3 times with the same basic size and the graphs are still rotated
Any ideas?
Hilton
Back to the issue of trying to determine form. The diameter we are measuring has one value for the basic size, another for the first oversize condition and another for the second oversize condition.
My cohort wrote a simple program to measure the appropriate diameter and graph the results. He is using an input statement to ask the operator to input whether the part is at a basic diameter, first oversize or second oversize.
To test the program he ran it three times inputting the value asked for in the statement.
Because he only has the one part, one would expect the graph to look the same. The actual measured diameter is the same and so is the roundness.
The graphs show something completely different. The graph of the profile of the hit points shifts as much as 90 degrees! Any ideas why?
If I had to guess, I would say the machine is computing different hits for the different diameters and graphing accordingly.
The basic diameter is 1.5608
The first oversize is 1.6863
The second oversize is 1.6963
We just ran the program 3 times with the same basic size and the graphs are still rotated

Any ideas?
Hilton

Comment