[Fa...] Posted June 21, 2021 Share Posted June 21, 2021 Hello Dear friends I need help about PCM. Function: cnc Break Subject. I need that CMM stop immediately when characteristic is reproved. Cheers. Link to comment Share on other sites More sharing options...
[Is...] Posted June 23, 2021 Share Posted June 23, 2021 this? if not getActual().inTolerance then cncBreak() endif if not getActual().inTolerance then endInspection() endif Link to comment Share on other sites More sharing options...
[Fa...] Posted June 24, 2021 Author Share Posted June 24, 2021 Hello, Israel Soto Rodriguez! Tks to feedback, but a CMM not understand because of function getActual to probe qualification doens't exist values to calculation. In this case, a characteristic is a probe qualification. The value fixed while qualification manual probe is a 0,002 mm. (basic configuration to probe limits value in stylus system) Attached the figure. Whats is the solution when there are no values? Ready to answers again. Tks. Cheers , See you!InkedPcm_LI.jpg Link to comment Share on other sites More sharing options...
[Ma...] Posted June 25, 2021 Share Posted June 25, 2021 Running by characteristic or feature list? Link to comment Share on other sites More sharing options...
[Is...] Posted June 25, 2021 Share Posted June 25, 2021 ... Link to comment Share on other sites More sharing options...
[Fa...] Posted June 29, 2021 Author Share Posted June 29, 2021 Hello Martin Jánský! About your question, the program run by feature list. And CMM, is a GageMax, in production enviromment, with Calypso 6.8. Tks to participation the post. See you! Cheers. Link to comment Share on other sites More sharing options...
[Fa...] Posted June 29, 2021 Author Share Posted June 29, 2021 Hello Israel Soto Rodriguez!! "Done!" Perfect, Now, The CMM stop when probe qualification is reproved. Tks by help. Together, "We are stronger" See you, Cheers Link to comment Share on other sites More sharing options...
[Fa...] Posted July 2, 2021 Author Share Posted July 2, 2021 Hello Dear friends, We know that PCM is a continuous improvement and after this aplication, thought about of other options. Below, describe the facts: Here, at the Company, we make the programs by feature list and running feature list. In this case, PCM function run the probe qualification after 5 cycles parts measurement and If be ok, follows , and not, cnc break But, this program use the PCM in Qualification probe, that is characteristic int he Calypso and measurements the part by feature list.(feature sequence) What is happens? After the measurement, the condition run. Time is wasted the time because the part program executed before PCM condition "and it would be more interessant the qualification before the part program ". Would more simple, to run as characteristics list, but there can be collision. (are many and different programs) Our subject is done, but, the improvement now, should be the probe qualification run before the part program. It was necessary, can describe all PCM. Do we have suggestions? See you. Cheers! Link to comment Share on other sites More sharing options...
[Is...] Posted July 8, 2021 Share Posted July 8, 2021 Please sign in to view this quote. You can use the command measure() to call for the probe qualification Characteristic from the pre settings or post settings of a measured feature: measure("45_Gage") Something curious: Calypso inspections are faster when you execute them from characteristic list. Link to comment Share on other sites More sharing options...
[Fa...] Posted July 9, 2021 Author Share Posted July 9, 2021 Please sign in to view this quote. "I agree totally". Hello Israel Soto Rodriguez!!! Really, I apply your sugestion in general presettings (no in characteristic parameter) measure("45_Gage") I got the CMM understand when 5 measurements arrive to requalify the probe, but, the CMM does not understand the result ( approved or reproved) and does not react even with PCM we apply as a paremeter previously in the characteristic PCM applied in presettings and that it run,below : if contador==5 measure("45_Gage") endif if contador==5 measure("46_Gage") endif It means, that in 4 cycles, the CMM no run the probe qualification. The PCM bellow, was previously applied in characteristic and it worked, but in general presettings it did not run. if getNominal().toleranceState.asString <> "inTolerance" then message("Probe qualification is "Reproved", clean and requalify the probe") cncBreak() endif And I trying to combinate the functions and also,but it not run . Do you Know "some function" to CMM understand in general presettings that it reprove and stop, or approved and follow in the program? Tks so much. See you Cheers!!! Link to comment Share on other sites More sharing options...
[Is...] Posted July 10, 2021 Share Posted July 10, 2021 ... Link to comment Share on other sites More sharing options...
[Fa...] Posted July 10, 2021 Author Share Posted July 10, 2021 Hello Israel Soto Rodriguez, I tried exactly this way (if getNominal("45_Gage")) , "but it not run...simply CMM didn't reaction", if approved or reprove , pull direct to message and cnc break. See you Cheers. Link to comment Share on other sites More sharing options...
[Is...] Posted July 11, 2021 Share Posted July 11, 2021 ... Link to comment Share on other sites More sharing options...
[Fa...] Posted July 20, 2021 Author Share Posted July 20, 2021 Hello Israel Soto Rodriguez and forum friends !!! How are you doing? Now, its works. Bellow, the dynamic about final PCM. Also, a text archive .txt with command .para was utilized to interactive with counter. In archive: cont = 0 and so it goes... The CMM machine qualifies the probe "before" executing the program same program executed by feature list, this, every 5 cycles of measuring the part.(counter). See you and thks by support. Any questions about the dynamics of PCM, ask me. Cheers.Pcm1.jpgpcm 2.jpg3PCM_.jpg 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