Jump to content

Retrieve a feature name, just the name.


---
 Share

Recommended Posts

I am trying to check if a feature is active and assign a different stylus tip.

I am not sure if using "if Plane3==true" is what I need or should use, it appears to calculate in the PCM Editor.

if PN=="00-887298"
if "Plane3"=true
Datum_B_tipA=="Down"
Datum_B_tipB=="Down"
else
Datum_B_tipA=Datum_B_tip3
Datum_B_tipB=Datum_B_tip5
endif
endif

Any assitance with this is appreciated.

Link to comment
Share on other sites

  • 2 weeks later...
if "Plane3"=true

Does not seem to do anything. That is just saying the word Plane3 when in quotes is set to true. 

But unfortunately I can't think of a way or a syntax to interact with a feature. Not saying there isn't but I would have to dig into see if any syntax does exist. 

Link to comment
Share on other sites

When Calypso changes to a different feature I assume there is some internal flag we can catch at the time the feature name is activated for measuring.

We can see the next feature to be measured at the top of the Calypso screen just before the measurement starts. 

Screenshot 2026-01-20 071656.jpg

Link to comment
Share on other sites

 Share

×
×
  • Create New...