[Lu...] Posted March 18 Share Posted March 18 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 More sharing options...
[Ma...] Posted March 18 Share Posted March 18 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 More sharing options...
[Na...] Posted March 27 Share Posted March 27 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 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: Link to comment Share on other sites More sharing options...
[Lu...] Posted 2 hours ago Author Share Posted 2 hours ago Hi Nanno, Hi Martin! We would like to check a big number of parts (50-1000) that are automatically scanned and I need a quick way to tell the operator which pieces need to be picked from the containers. At the moment I'm trying to use diagrams, but the operator has to scroll through the list to find the part numbers (on top of the page) that needs to be picked out. I'd like to give them a list of some sort that has a single Fail/Pass over multiple measurements for each part. Would it be possible to generate such a page with scripting? I imagine 2 buttons, one for creating an overview (first selection of included measurements, then loop over the individual measurements, compare to tolerance, compose fail/pass list) and one for updating the overview page (load parameters that are somehow saved to the page or project folder, redo the comparing and composing). I don't expect you to write my script, but If you could tell me if this is even thinkable, I would not mind to dive into that myself. 🙂 best Regards 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