[Da...] Posted October 25, 2018 Share Posted October 25, 2018 We have a new project with a DuraMax inline CMM controlled by FACS. There will be running many similar shaped parts, so we use a PCM program for this. Our startup team ask us if it's possible to run the program in a "without workpiece" mode, so they can test all the automation process. So the goal ist the machine just drive to all the measuring points without probing. Is there any easy way to do it? I tried some ways, but because FACS control the machine it's not that easy. At the moment FACS just open the inspection plan, and start it. We get an userfield value "without_part" which is either true or false. I tried to add an "CMM system" coordinate system, then measure 1 point on the fixture with all other probing points as CMM positions in it. This only works if the plan is started with "Current Alignment", so if i want to measure real parts this won't work. So ist there any way in Calypso to solve this problem? Otherwise we have to call ZEISS team again to change their FACS software for us, I don't think we can do this by our-self so easy. Link to comment Share on other sites More sharing options...
[Ro...] Posted October 25, 2018 Share Posted October 25, 2018 You got a 3d printer? Make a part, make the biggest and smallest part, make every part. See my email down there Link to comment Share on other sites More sharing options...
[Da...] Posted October 25, 2018 Author Share Posted October 25, 2018 We have a 3D printer, but that's not solving my problem? Link to comment Share on other sites More sharing options...
[To...] Posted October 25, 2018 Share Posted October 25, 2018 I don't believe you can execute a program without a workpiece, like you can on a cnc machine. Link to comment Share on other sites More sharing options...
[An...] Posted October 25, 2018 Share Posted October 25, 2018 Just insert a plate without a button and run through your test plan! Link to comment Share on other sites More sharing options...
[Ri...] Posted October 25, 2018 Share Posted October 25, 2018 Calypso can be fussy about stuff like this. It wants to provide information. If you're not asking for information, Calypso doesn't want to move. So, if all you want is the machine to move around, through the measurement volume, a single point with a characteristic on the top of the reference sphere is a minimum requirement. Inside the strategy for that point you can have as many CMM Position Points as you want. Your Position Points could be in the vicinity of where the actual points are going to be. Ultimately, though, you have to ask Calypso for something other then just running around. Link to comment Share on other sites More sharing options...
[Da...] Posted November 8, 2018 Author Share Posted November 8, 2018 So, I managed to drive around with positionCMM() commands in presettings and it works quite well. Only problem now is how to end inspection properly. If I use cncBreak() it will send an error to FACS of course. So I tried endInspection() command, but then it's stuck trying to generate an printout. So, I guess this is because there's no calculated characteristics if i end in presettings. Is there any way to end inspection properly without any (real) result? FACS need a "good" result to continue without error. I tried using result element already, but no luck... Link to comment Share on other sites More sharing options...
[Ro...] Posted November 8, 2018 Share Posted November 8, 2018 Still don't know why you wouldn't just 3d print a part and measure it. it probably won't be in tolerance, but it'll be something. Link to comment Share on other sites More sharing options...
[Da...] Posted November 8, 2018 Author Share Posted November 8, 2018 I have a sample part, so please stop spam here for your 3d printing stuff. The goal of this is to test the complete machining line automation. Link to comment Share on other sites More sharing options...
[Ro...] Posted November 8, 2018 Share Posted November 8, 2018 i'm not spamming you, i'm just wondering why having a part to run isn't a better solution for testing a program or line. You said you have a printer...... Hey you can do what you want, or not. You put a message in a bottle and threw it into a forum, sometime you may disagree with the HELP PEOPLE ARE GIVING YOU. Link to comment Share on other sites More sharing options...
[De...] Posted November 8, 2018 Share Posted November 8, 2018 Since you said you tried result element I am not sure if this will work or not, but perhaps it will since it would be measuring something, though not physically. You could try making a result element to measure the temperature. Using the formula ((getTemperatureCorrection().temperaturePart1 + getTemperatureCorrection().temperaturePart2)/2)*(9/5)+32 Will get you the temperature in fahrenheit, however since its a result element it may still not work like you said, but might be worth a try. Link to comment Share on other sites More sharing options...
[Ri...] Posted November 8, 2018 Share Posted November 8, 2018 A single point with a single characteristic. That's all you need. 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