Jump to content

Pass/Fail Overview Page


---
 Share

Recommended Posts

---

Hi!
For a stage-project i would like to introduce a page with a table that lists all parts with one Check/Fail (Single Symbol or text for all measurements) for each part.
I want to give a real quick overview which parts passed all measurements and checks and which don't. The list can be minimal, it's just for overview.

Part 1           Pass
Part 2          Fail
Part 3          Pass
...


There are multiple GD&T and measurements.
Is there an easy way to do this?

Link to comment
Share on other sites

---

I don't think it's an easy, but you can have a protocol template for stages, where you can select one column to have numbers from stages.

But it's for specific characteristic ( each row ). But instead of a actual number you can have pass/fail text given by formula.
Or with custom measurement you could achieve one liner with columns pass/fail.

But many of those steps require deeper knowledge of conditions and/or python.

Link to comment
Share on other sites

  • 2 weeks later...

Hi,

there could be several 3D placeholders, one for each stage on a report page with the inspection details for all elements on it ZEISS Quality Tech Guide to get a quick view of the status.

There is also the possibility to create stage ranges dynamically by expressions. With the expression 

project_statistics.all.number_of_within_tolerance != project_statistics.all.number_of_toleranced_attributes

image.png.1124903140f637df39c3d482d9adeb2a.png

there will be a stage range with all stages with at least one inspection out of tolerance. If you set this stage range active with report style 'Table', the table will only show stages, where this condition is met. When the stage range is active and a report page is created with this view, it will update dynamically. The table needs one visible check, but the display could be edited to something like this:

image.thumb.png.6bbd9f2d80ddb69ccfa64c9806547f79.png

 

Link to comment
Share on other sites

 Share

×
×
  • Create New...