[Se...] Posted February 9, 2021 Share Posted February 9, 2021 Dear Zeiss-Community, I use the Multiple Protocols option to create a plot protocol for some GD&T characteristics. In some mini plans, these characteristics are not measured and I get an empty plot protocol, which ruins a page every time. Is there a way to deactivate the plot protocol for some mini plans? My PCM documentation is a little bit old, and I found nothing concerning Multiple Protocols... Any ideas from our PCM-gods (includes who may 😃 ) ? Link to comment Share on other sites More sharing options...
[Is...] Posted February 9, 2021 Share Posted February 9, 2021 Im using something like this: selectCase getRunID() case "Miniplan1" copyFile(getActualInspectionDir() + "\PiWebReportingTemplates\ProtocolMiniplan1.ptx",getActualInspectionDir() + "\PiWebReportingTemplates\StandardProtocol.ptx") case "Miniplan2" copyFile(getActualInspectionDir() + "\PiWebReportingTemplates\ProtocolMiniplan2.ptx",getActualInspectionDir() + "\PiWebReportingTemplates\StandardProtocol.ptx") case "complete" copyFile(getActualInspectionDir() + "\PiWebReportingTemplates\CompleteProtocol.ptx",getActualInspectionDir() + "\PiWebReportingTemplates\StandardProtocol.ptx") endSelect Link to comment Share on other sites More sharing options...
[Se...] Posted February 9, 2021 Author Share Posted February 9, 2021 Thank you very much Israel! It looks very good. Im gonna try it and give you a feedback 😃 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