Jump to content

Input of manual measured values after CNC process


---
 Share

Recommended Posts

Hello everyone, one question
I measure a tool with a CALYPSO test plan. Before the measurement ends, I want to take the tool from the CMM and manually measure a few more dimensions. These actual values I write into defined Result_Elements of the test plan. All good in theory, but a problem in practice. After measuring the last element, the probe does not move far enough away from the tool. So I can't take the tool off the CMM without possibly damaging the probe.
Which does not work
1. A CMM position in the last measuring element to be measured is not a good idea because the inspection plan is for different
tools and thus the last element to be measured is not always the same.
2. Also CNC End Park Position is not good, because then the measuring ends and I can not write more values.
3.The easiest way is to measure the manual values before starting the CMM measurement, but unfortunately this is often forgotten.

Does anyone know a solution ?
Link to comment
Share on other sites

your option 1 is not bad just play with the current position of the probe (getPositionCMM):

positionCMM(getPositionCMM().x,-450,-10)
Link to comment
Share on other sites

Hello Winfried,

I hope I have understood your problem correctly and maybe this will help you:

Option 3 could also work fine.
You only have to make the input of the measured values obligatory at the start of the program.

You can query the manual measured values with inquireText in the presettings of your program:
value1 =val(inquireText("Enter value #1"))
value2 =val(inquireText("Enter value #2"))
Then, you just have to use the right variable in the formula of your result element:

. 667_c4a7f5ee009079ec21123807422b3e65.png
Link to comment
Share on other sites

 Share

×
×
  • Create New...