Jump to content

Deactivate the Plot Protocol


---
 Share

Recommended Posts

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 😃 ) ?

667_e1a44a923dd38fdb3e78c5a546d1af7f.jpg
Link to comment
Share on other sites

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

 Share

×
×
  • Create New...