[Ma...] Posted August 6 Share Posted August 6 (edited) Hello PCM Masters, Is there any property of getProbe or any other way to check probe's qualification status? It is green when qualified (qual. date and time are updated and all other data) It is red when is was NOT qualified (qual. date and time stay from the previous qualification and all other data) Edited August 6 attachment Link to comment Share on other sites More sharing options...
[Ma...] Posted August 6 Author Share Posted August 6 Same with Probing System Qualification - cannot access the state of characteristic. Link to comment Share on other sites More sharing options...
[na...] Posted August 6 Share Posted August 6 Please sign in to view this quote. I'm not 100%, but close -> getProbe("5_-X","star_3").calibration it should return true or false. Link to comment Share on other sites More sharing options...
[Ma...] Posted August 6 Author Share Posted August 6 Please sign in to view this username. I already tried that and it does not show the status I need 😕 Link to comment Share on other sites More sharing options...
[Mi...] Posted August 6 Share Posted August 6 getProbe().calibration // active stylus calibrated getProbe("STYLUS","STYLUS SYSTEM").calibration // for an existing specified stylus Further commands: https://qualityforum.zeiss.com/topic/17112-getprobe-characteristics/?do=findComment&comment=95734 or inside the pcm manual: C:\Program Files (x86)\Zeiss\CALYPSO X.X\userinfo\manuals\en\Calypso_02_PCM.pdf 1 Link to comment Share on other sites More sharing options...
[Ma...] Posted August 6 Author Share Posted August 6 Please sign in to view this username. Same as above. I bet it shows if the probe was EVER calibrated before (have date of calibration) but not its actual status. Link to comment Share on other sites More sharing options...
[na...] Posted August 6 Share Posted August 6 Please sign in to view this quote. check naming and quotes -> getProbe("1_-Z","10").calibration Link to comment Share on other sites More sharing options...
[Ma...] Posted August 6 Author Share Posted August 6 Please sign in to view this username. Not the case, same results. I created new stylus system, did not qualify it and it says "false" to calibration property - as I thought. Link to comment Share on other sites More sharing options...
[Mi...] Posted August 6 Share Posted August 6 You have to use getNominal instead of getActual: getNominal("MyProbe").toleranceState 1 Link to comment Share on other sites More sharing options...
[Jo...] Posted Friday at 04:53 PM Share Posted Friday at 04:53 PM I posted this a while back. its an in depth cal routine that uses a lot of PCM to confirm previous probe cal data vs new cal data. Hope this helps you. Link to comment Share on other sites More sharing options...
[Ma...] Posted Monday at 05:19 AM Author Share Posted Monday at 05:19 AM Please sign in to view this username. wow... I tried so many combination and this obvious one I missed.. well.. thank you Please sign in to view this username. unfortunately it won't prevent the scenario where your probe's sigma is beyond 0.01 (default setting in "Limit values for CNC qualification" unless you've changed it). In that case your data won't update and your PCM will compute it as "successful" qualification 1 Link to comment Share on other sites More sharing options...
[Jo...] Posted Monday at 11:59 AM Share Posted Monday at 11:59 AM (edited) What are you trying to accomplish? Preventing programs from running with a probe sigma outside of your chosen tolerance? Edited Monday at 12:02 PM Link to comment Share on other sites More sharing options...
[Ri...] Posted 5 hours ago Share Posted 5 hours ago To prevent a probe or individual stylus from being used in any program just set the Stylus limits for each probe, Example RTS CAA or for a List, individual probes. If the assigned Probe or the assigned Stylus is not within the tolerance set, it will not allow the Probe or Stylus to run. 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