07-24-2018 07:44 AM
Hi Everyone,
I was just exploring process models that are available in TestStand, If I want to create a new process model which will log the results [ TestStand Default Report Generation ] depending on a condition. I mean the model should log the results only if the given condition is met. what can I do to achieve this?
With respect to TestStand what knowledge do we need to create a new process model?
How can we know about the different configuration variables that are to be used to achieve this?
Is there any reference document where we can get to know about the use of different variables in different instances?
07-24-2018 09:57 AM
Instead of making a whole new process model, you might want to just make a new report generator and have it look at the parameters you care about and conditionally log the data. Look in C:\Users\Public\Documents\National Instruments\TestStand 20XX (YY-bit)\Examples\Customizing Result Processing for where to start on customizing your report generator.