03-15-2017 12:47 PM
Using this post I was able to customize the UUT information window(Parallel Process Model) from LabWindows CVI and build the modelsupport2.dll successfully.
Now when I try to execute a simple sequence file in TestStand under Parallel Process Model, it works fine.& I can see the following window,
Now my question is how do I access the property of the check box - Exit on First Failure(in red), at client sequence level.
any suggestions would be much appreciated.
Solved! Go to Solution.
03-17-2017 05:26 AM
Hi Sankar
Please see the following links- all of which I think refer to a few different ways to achieve what you want-
http://forums.ni.com/t5/NI-TestStand/Run-Cleanup-on-failure-programatically/td-p/59787
https://forums.ni.com/t5/NI-TestStand/Stop-on-fail-with-report-generation/td-p/294517
https://forums.ni.com/t5/NI-TestStand/How-do-I-stop-on-failure/td-p/1132339
I hope this helps
Kind regards
Sarah
03-17-2017 10:04 AM
Thank you Sarah.
My bad I didn't expose the property at the top level(DLL), I have added a function in cvi and made available to call from Test Stand.