NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to display result banner in parallel model similar to sequential model

Solved!
Go to solution

Hello,

I need to display similar pass/fail/error and terminate banners that comes with sequential model when I use parallel model. Test sequence is run in parallel or sequential model based on UUT being tested.

As I have overridden PreUUT callback in parallel model, I am unable to use default modelsupport2.dll implementation of these banners when I copy it from sequential model to parallel model.

Is there a way to use these? or should new banners created in LabVIEW to call in PostUUT callback? Just need banners to look identical with test sequence is run with either model.

Thanks!!

 

 

*************************************************
CLD
*************************************************
0 Kudos
Message 1 of 2
(762 Views)
Solution
Accepted by topic author lvrat

Hey ,

 

the result banners from sequential model work in parallel model as well. 

 

..BUT, do not use them in parallel model! those banners do not display socket number / UUT id, so an operator wont know which socket it refers to. Simply create your own custom banner in PostUUT and include that information on the panel.  

 

Roman

 

 

0 Kudos
Message 2 of 2
(726 Views)