NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Parallel Model - Callbacks Question

Solved!
Go to solution

I've been Programming TestStand in Sequential Model, in which when I tried to do some initialization before my first UUT starts in the Test UUT Entry Point, I did it in the PreUUTLoop Callback and it worked just fine.

 

I have a Parallel Model application now, using Test UUT Entry Point, and I've got similar initialization to do before the UUT window popups appears. Can I still use PreUUTLoop Callback to do this or do I need to do this in a different Callback?

 

Please advise. Thanks

0 Kudos
Message 1 of 2
(1,674 Views)
Solution
Accepted by topic author karin630

You can, but maybe consider moving it to the Process Setup. Check this: https://zone.ni.com/reference/en-XX/help/370052AA-01/tsfundamentals/infotopics/pmppluginentrypoints/

 

Everything depends on the type of initialization tasks you need.

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 2
(1,657 Views)