05-20-2020 01:09 PM
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
Solved! Go to Solution.
05-20-2020
01:39 PM
- last edited on
11-04-2024
09:46 AM
by
Content Cleaner
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.