10-20-2016 09:40 PM
How can I intergrate "SequenceFilePostStep / PostUUT / PreUUT... " integrate into ModelSequence, I want keep one main sequence for each project.
Solved! Go to Solution.
10-24-2016 11:44 AM
The green ones are easy. They already exist in the process model. Just take your code and move it tot he process model and then delete them out of your client sequence file.
The purple ones (Engine/Reserved Callbacks) are just as easy. The trick is knowing the difference between the 3 levels of engine callbacks. You basically have these 3 levels:
SequenceFile
ProcessModel
Station
So in your case you jsut move the purple ones to your process model and rename them to be prefixed with ProcessModel (e.g. SequenceFilePostStep now becomes ProcessModelPostStep).
Hope this helps,
10-25-2016 04:08 AM
This answer helpful, Thanks!