11-18-2008 02:42 AM
Hi,
I need during my application Run-TIme to switch SequentialModel.seq to SequentialModel_2.seq or SequentialModel_XYZ.seq (custom).
How i can do it? It can possible do with Engine?
Can you, please give example of switching???
Thank you in advance, Yuri
Solved! Go to Solution.
11-18-2008 05:03 AM
You can set the property Engine.StationOptions.StationModelSequenceFilePath to switch models at run time.
Thanks
07-08-2009 04:51 PM - edited 07-08-2009 04:51 PM
Where to you put "Engine.StationOptions.StationModelSequenceFilePath=My_custom_model.seq" in your sequence file?
Thanks
07-09-2009 09:33 AM - edited 07-09-2009 09:43 AM
regarding calling a different process model:in your subsequence call you need to select "Use new Execution" in the Execution options and then in the Advance sequence call setting you can choose the process model you want to run for this sequence
Ask me for clarifications if you need