From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Running different sequences in the parallel model

Solved!
Go to solution

Is it possible to run different sequences using the parallel model. Meaning for Socket 0 Seq A is running, Socket 1 Seq B, etc. Ideally what I want to do is use the parallel model to for a 6 socket unit, however I need the ability to change the sequence for each socket as some will run different products. Everything I've seen so far either runs everything from one sequence. 

0 Kudos
Message 1 of 4
(2,123 Views)
Solution
Accepted by Phil-G

Check this: https://zone.ni.com/reference/en-XX/help/370052AA-01/tsexamples/infotopics/dynamic_client/

 

Alternatively (and easier) create one common sequence with calls to all you specific sequences and set proper precondition for them. I did not tested that but it should work 😉 Something like this:

 

Bez tytułu.png

Remember to deal with proper resource sharing!

Michał Bieńkowski
CLA, CTA

Someone devote his time to help solve your problem? Appreciate it and give kudos. Problem solved? Accept as a solution so that others can find it faster in the future.
Make a contribution to the development of TestStand - vote on TestStand Idea Exchange.
Message 2 of 4
(2,072 Views)

Thank you, I'll give that a try. The only challenge would be allowing someone to add new sequences in the future. I wouldn't want too many people altering the parallel model.

0 Kudos
Message 3 of 4
(2,052 Views)

You don't need to alter process model. Create a seq file with calls to all the specific seq calls and run that MAIN seq file with parallel process model. 

Michał Bieńkowski
CLA, CTA

Someone devote his time to help solve your problem? Appreciate it and give kudos. Problem solved? Accept as a solution so that others can find it faster in the future.
Make a contribution to the development of TestStand - vote on TestStand Idea Exchange.
0 Kudos
Message 4 of 4
(2,046 Views)