From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Test Stand API 1.0 and LabView 6 UI

I modified the Simple User Interface provided with TestStand for my companies needs. When a step fails, I intercept the UI message when "Update Result List" is true - I receive a step name - status, strip out the step name and go to a case statement "failed" to trap on a failed step. What I want to do is display a dialog of the failure, the limits, if any, and the actual measurement and give an option to print a repair ticket. I have the sequence context from the Current Execution->get thread->GetSequenceContext but I can't seem to get the right step object to retrieve the limits or the actual measurement. I believe, at this point in time, that the step is over, but PreviousStep from the sequence object gives me an er
ror and the current step object isn't the one that failed. What can I do to get the info I need? Is there a better way, to maybe access the report object variables, or is that object not valid until end of test?Thnx
0 Kudos
Message 1 of 3
(2,980 Views)
Hi ET,


Have you tried using the Test Failure Dialog, adding the failure sequences to you test sequences and setting up the Fail Action to call the failure sequences. The basic sequences are found in the ..\TestStand\Components\..\Tools\LVTECompatibility folder.

Also you might what to try this link.. http://zone.ni.com/devzone/devzoneweb.nsf/opendoc?openagent&7C9CD1D125C249398625683A000AD05E&cat=16405149A6EDA138862567C2005AC218.

The basic failure dialog.vi doesnt display the upper and lower values etc. But with a bit of modification this additional information can be added.

Hope this helps.

Ray Farmer
Regards
Ray Farmer
Message 2 of 3
(2,980 Views)
Thanks a ton - this example was EXACTLY what I was looking for!
0 Kudos
Message 3 of 3
(2,980 Views)