NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Teststand report path

hello everyone ,

1, which property node or which invoke node  (Teststand API (Labview))  use to specify the test report path by Labview (Teststand API),   i cannot find out it . 

2, which property node or which invoke node use to open or cancel SN input dialog 

3 , i want display test process by listbox or tree (Labvew)  ( Replace the Execute view control ) . 

please give some guide or direction

 

thanks everyone.

 

1, 我想要通过事件的回调注册来改变测试结果报表存 放的路弃,死活找不到设置的属性节点在哪里。

2, 想要关闭开始测试时的SN输入框,找不到属性节点在哪

3,想要通过列表框或树型来替代Teststand 自带的Execute View Control , 也找不到那些属性节点在哪里。

Download All
0 Kudos
Message 1 of 2
(2,061 Views)

Hi,

 

1) That's sound like a bad idea, because test report path is commonly configured through the Report Option dialog box of the Configure Menu.

You don't have to do this through LabVIEW.

You can specify report file path by expressions if you want :

https://www.ni.com/docs/en-US/bundle/teststand/page/specify-report-file-path-by-expression.html

 

2) SN input dialog box appears from a CVI DLL call in the PreUUT callback of the ProcessModel.

You don't have to call this dialog box by yourself : that's the role of the ProcessModel.

 

3) That's sound like a terrible idea too, because you'll never reach the full fonctionnalities and nice looking of the native Execution View Control.

But you can give it a try if you want using a custom UI Message and a ProcessModelPostStep callback.

0 Kudos
Message 2 of 2
(2,021 Views)