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,881 Views)
Solution
Accepted by topic author karin630

You can, but maybe consider moving it to the Process Setup. Check this: https://www.ni.com/docs/en-US/bundle/teststand/page/model-plug-in-entry-points.html

 

Everything depends on the type of initialization tasks you need.

Michał Bieńkowski
CLA, CTA, CPI

  1. Did someone devote their time to help solve your problem? Appreciate it and give kudos.
  2. Problem solved? Accept as a solution so that others can find it faster in the future.
  3. Contribute to the development of TestStand by voting on the TestStand Idea Exchange.
Message 2 of 2
(1,864 Views)