NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How i can dynamically (at Run time) switch the Models?

Solved!
Go to solution

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

Thank you & Best Regards

*I use LabVIEW 2018 & TestStand 2021 versions
0 Kudos
Message 1 of 4
(3,737 Views)
Solution
Accepted by topic author Yuri_IL

You can set the property Engine.StationOptions.StationModelSequenceFilePath to switch models at run time.

 

Thanks 

Message 2 of 4
(3,734 Views)

Where to you put "Engine.StationOptions.StationModelSequenceFilePath=My_custom_model.seq" in your sequence file?

 

Thanks

Message Edited by mike_22 on 07-08-2009 04:51 PM
0 Kudos
Message 3 of 4
(3,573 Views)

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

Message Edited by Yuri_IL on 07-09-2009 09:37 AM
Message Edited by Yuri_IL on 07-09-2009 09:43 AM
Thank you & Best Regards

*I use LabVIEW 2018 & TestStand 2021 versions
Download All
0 Kudos
Message 4 of 4
(3,559 Views)