[Ri...] Posted January 3 Share Posted January 3 (edited) 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. Edited January 3 Link to comment Share on other sites More sharing options...
[na...] Posted January 6 Share Posted January 6 (edited) 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. Edited January 6 Link to comment Share on other sites More sharing options...
[Th...] Posted January 6 Share Posted January 6 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 More sharing options...
[na...] Posted January 7 Share Posted January 7 Please sign in to view this quote. Will try that with PiWeb report, thank you Thomas. Link to comment Share on other sites More sharing options...
[Ri...] Posted February 24 Author Share Posted February 24 Will the code from Thomas also prevent the affected characteristic from being flagged as out of tolerance? Link to comment Share on other sites More sharing options...
[Th...] Posted February 24 Share Posted February 24 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 More sharing options...
[Ri...] Posted March 7 Author Share Posted March 7 Thank you. 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