[Ri...] Posted May 11, 2023 Share Posted May 11, 2023 It seems the only word that will search is "suppress". That yielded old information that doesn't appear to work in Calypso v2019 of PiWeb. I need to suppress the ".M" for modifiers and the tolerances placed in True Position coordinates. See attached image. Any help is appreciated.PiWeb_Calypso 2019 Suppress tolerances in coordinates.JPG Link to comment Share on other sites More sharing options...
[Ri...] Posted May 11, 2023 Share Posted May 11, 2023 Please sign in to view this quote. viewtopic.php?p=20198#p20198 For the tolerances: Go to Resources - Characteristics Settings Editor - Report - Transfer tolerances from the 'additional printout' option to PiWeb - either set the Measurement Plan to Off or the specific Characteristic to Off. Link to comment Share on other sites More sharing options...
[Ri...] Posted May 12, 2023 Author Share Posted May 12, 2023 I have always had problems with this code: {^((?!\.\(M\)).)*$} On my offline seat, it may or may not work. Link to comment Share on other sites More sharing options...
[Ed...] Posted May 19, 2023 Share Posted May 19, 2023 I use this code to replace the tolerance with a space when reporting additional information. Upper Tol. text box: ${if Equal(String.Right(Qdb.Characteristic(2002),2), ".X") then " " else if Equal(String.Right(Qdb.Characteristic(2002),2), ".x") then " " else if Equal(String.Right(Qdb.Characteristic(2002),2), ".Y") then " " else if Equal(String.Right(Qdb.Characteristic(2002),2), ".y") then " " else if Equal(String.Right(Qdb.Characteristic(2002),2), ".Z") then " " else if Equal(String.Right(Qdb.Characteristic(2002),2), ".z") then " " else Qdb.Characteristic(2113)} Lower Tol. text box: ${if Equal(String.Right(Qdb.Characteristic(2002),2), ".X") then " " else if Equal(String.Right(Qdb.Characteristic(2002),2), ".x") then " " else if Equal(String.Right(Qdb.Characteristic(2002),2), ".Y") then " " else if Equal(String.Right(Qdb.Characteristic(2002),2), ".y") then " " else if Equal(String.Right(Qdb.Characteristic(2002),2), ".Z") then " " else if Equal(String.Right(Qdb.Characteristic(2002),2), ".z") then " " else Qdb.Characteristic(2112)} Link to comment Share on other sites More sharing options...
[Je...] Posted May 24, 2023 Share Posted May 24, 2023 Here is the in-depth how-to hide the statistical ".m" from your report. https://portal.zeiss.com/knowledge-base ... &id=458620 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