Hello everybody,
I need help in TestStand reporting. I am using TestStand 2014 and Labview 2014, both 32 bits.
The situation is like this: I am running a test with 3 test steps. The first test step is an 'additional result' step which records the device under test info (software hardware versions etc...). These information will appear in the report and as result data in the database (prop_result table). The next 2 steps are 'real' steps which measures something.
In the report, there is a variable call 'Number of Results' (see the attached screen shot) and it shows a '3'. There are actually only 2 'real' test steps as I do not want to consider the first 'additional result' step as a test step. How does one influences the 'Number of Results' variable so that it does not count this first step? I tried using the Properties->Run Options->Result Recording Option to set it to 'Disable'. It works and the number of Results appeared as '2', but the device under test info do not appear in the Report and also not in the database's prop_result table.
In general, how does one get the number of results to not count a step, but still display its result in report and database? Is there an API where I can access it and modify its value (Number of results value) such as: 'Number of Results' - 1?
Hope somebody can point me to the right direction. I attached the report output and also the sequence file.
Yours,
hlim