10-28-2010 05:16 PM
I would to access only the failed tests in a multiple numeric limit test. The specific information I want to access is the measurement value, low limit, high limit, and comparator type. I need to access these pieces of information during runtime from a Message Popup, therefore i have to use the Message Expression field in the "Text and Buttons" tab of the Message Popup step to access this information.
10-29-2010 12:28 AM
Hi,
A good example of this can be found in the TestStand\Examples\Callbacks and look that the SequneceFilePostFailure callback example.
10-29-2010 11:50 AM
Do you have any questions working with this example? Did you find it helpful?
Thanks and Happy Halloween!
10-29-2010 01:15 PM
I did not see that example in that directory. The only examples i have are:
PostStepFailureCallback
PostStepRuntimeErrorCallback
PreUUTCallback
The first two call backs only have examples of Numeric limit test. I would like to get access to the Mulitple numeric limit test variables.
11-01-2010 02:14 AM
Hi,
PostStepFailureCallback is the one you want to start with. The only difference is where you get the data from the Step.Results.
For the Limits etc you will need to look in the Measurement property. Also, beware that you are dealing with an array of data.