Jump to content

Miniplan to Determine Piweb Reports


---
 Share

Recommended Posts

---

I have a program that has multiple mini plans. For one specific miniplan, I would like to include a process protocol in addition to the standard protocol. For all other mini plans, just the standard protocol.

 

Is this possible?

Link to comment
Share on other sites

  • 2 weeks later...

This should be possible with PCM in your program presetting. 

I have not tested this, but here is some rough code that should help you get started. You can add more if/then legs to be more specific.

MiniPlan=getRunID()

If MiniPlan= *your miniplan name*

setProtocolOutput(*appropriate Syntax*)

else set ProtocolOutput(*appropriate Syntax*)

endif

 

Link to comment
Share on other sites

 Share

×
×
  • Create New...