[Me...] Posted July 6, 2022 Share Posted July 6, 2022 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 More sharing options...
[Ma...] Posted July 6, 2022 Share Posted July 6, 2022 You can always move out with joysticks Link to comment Share on other sites More sharing options...
[Is...] Posted July 6, 2022 Share Posted July 6, 2022 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 More sharing options...
[Se...] Posted July 6, 2022 Share Posted July 6, 2022 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: . Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in