Jump to content
Private Messaging is activated - check "How to" on how to disable it ×

Remove tolerances from TruePosition coordinates?


---
 Share

Recommended Posts

I thought I did this once before and I can't recall how.\

I want to remove the tolerances from true positions. Profiles. Concentricity, etc from the displayed coordinates when "Additional Report" is enabled.

 

PiWeb_M_on_TP.jpg

Edited
Link to comment
Share on other sites

Please sign in to view this quote.

 

Characteristics settings, turn off.

But then I also see it turns off plot for Tolerance of Position, which I really don't like and I hope Carl will change.

 

 

c_off.png

Edited
Link to comment
Share on other sites

I think this filter should work to remove those from the displayed report without killing the associated plots:

${if AnyOf(AnyOf(Equal(String.Right(Qdb.Characteristic(2002),2),".X"),Equal(String.Right(Qdb.Characteristic(2002),2),".Y")),Equal(String.Right(Qdb.Characteristic(2002),2),".Z")) then "" else Qdb.Characteristic(2113)}

Link to comment
Share on other sites

  • 1 month later...

No, it doesn't. I had to find my Piweb training book to remember any of this, but it's just a variable expression that replaces the one used in the default row template's upper tolerance text element. Not even really a filter, I guess. Same for the lower tolerance except the attribute number is 2112 instead of 2113. All it does is hide the values in the report.

Link to comment
Share on other sites

  • 2 weeks later...
 Share

×
×
  • Create New...