[Ra...] Posted June 5 Share Posted June 5 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 More sharing options...
[Jo...] Posted 6 hours ago Share Posted 6 hours ago 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 More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in