NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

EDITING ON THE FLY REPORT CONTENT

Hi,

I prepared a Teststand programme consisting too much sequences and steps. Then i realized that i enabled Record Result property of all steps. So my reports are full of junk records. Now is there any way of diasbling Record Result of all steps. I can manually enable the necessary ones which are minority.

0 Kudos
Message 1 of 3
(3,319 Views)

hedehodo,

 

Searching ni.com for disable Record result in teststand will give you this document http://digital.ni.com/public.nsf/allkb/F1A4B94194DA201386256D1D005880BD . There is also additional information if you search in the help for record result.

Richard S -- National Instruments -- (former) Applications Engineer -- Data Acquisition with TestStand
0 Kudos
Message 2 of 3
(3,299 Views)

hedehodo -

 

Since you want to have a mix of steps that have Results enabled and disabled, you will likely not want to Disable Results at the Sequence or Station level. The Sequence Level takes precedent over the Step Level configuration for any steps within that sequence and the Station Level takes precedent for every step that runs on that machine.

 

Here are a couple of options:

 

1. Manually go through each sequence, select all steps, and disable results for them: once you've selected a sequence, you can select all steps by selecting a step and then using the Ctrl+A hotkey. Then, in the Step Settings panel, you can uncheck the Record Result check box located in the Run Options of the Properties tab. You can then go through an manually re-check this setting for the steps you would like included in your report.

 

2. You can create a tool, or modify an existing tool to iterate through every step of every sequence of a sequence file and programmatically disable Results at the Step Level. If you choose to take this approach, I recommend using the below linked tool as a starting point and modifying it as necessary:

 

Code Module Parameter Update Tool

 

Hope this helps.

Manooch H.
National Instruments
0 Kudos
Message 3 of 3
(3,270 Views)