Hi all!
Is it possible to define a return point (other than the beginning or where last active via "restart type") when a PLM has been placed into a "hold" condition then "restarted"? Reviewing Book Online it does not appear to be possible and the work arounds that I can think of would be a bit "messy".
Background:
I am designing a phase logic module that works through a lengthy process (due to hold times, etc.). At any point in time, an interlock may activate due to a high temperature excursion. During the first three quarters of the process, if the interlock activates the process will be put into "hold" and restart is set to allow the PLM to return to last active point. During the last fourth of the process, if the temperature interlock activates, it has been requested that the process return to the start of the forth portion of steps, not necessarily where last active.
Thanks!
Jenny
We use Tasking Structure such that if we want to move forward or backwards we can just set a Task Pointer parameter in the Hold logic and then the logic uses this to branch and return to where it needs to go on Restart. This will always restart from beginning and then also has a step that will execute regardless of Task to do modes, setup, etc.
Here is a Simple view to help show this
In reply to Matt Stoner:
In reply to Jenny La Bounty:
In reply to chrisslattery:
We have another option that we have used which has a "Pass Thru" step and all the tasks loop back to that helps clean this up but yes if you have large sequence with many restart branches it does become big and complex.
Mark suggested a method to do what you are asking, our group didn't like this method as people could change the logic around and steps remain the same but then are doing different things and forget to go look/update at the restart logic. With this method it's all in front of the configuration personnel while they are making the changes.
Use of task pointer is what i've seen most times. You can explore if that lengthy process can be implemented in an operation instead of a single phase. This may allow to define beter re-entry points after failure. In your case, pehaps the first three quaters can be excuted in a phase step and the last quanter in another phase step. Sometimes this can be just lunching the same phase two times in the operation.