Jump to content

Unqualified probe


---
 Share

Recommended Posts

---

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)

Snap1.jpg

Edited
attachment
Link to comment
Share on other sites

---

Same with Probing System Qualification - cannot access the state of characteristic.

Snap2.jpg

Link to comment
Share on other sites

---

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

---

Please sign in to view this username.

 I already tried that and it does not show the status I need 😕

 

 

Snap4.jpg

Link to comment
Share on other sites

---

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

---

Please sign in to view this quote.

check naming and quotes ->

getProbe("1_-Z","10").calibration

 

Link to comment
Share on other sites

---

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.

Snap5.jpg

Link to comment
Share on other sites

---

You have to use getNominal instead of getActual:

getNominal("MyProbe").toleranceState

 

  • Like! 1
Link to comment
Share on other sites

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

  • Like! 1
Link to comment
Share on other sites

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.

Screenshot 2026-08-13 065222.jpg

Link to comment
Share on other sites

 Share

×
×
  • Create New...