NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

no step result in Sequential Model

Hi,

 

I have found there will be NO any step result if you add a step in the Sequential Model, even this step is skipped or do nothing. Please refer to the attached files.

Is this a nature of Sequential Model? I need to add some sequences instead of using callbacks.

 

many thanks,

 

Wei

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

Hi,

 

I think you will find that the SequentialModel sequence file has been set to disable recording of results.

 

 

Regards
Ray Farmer
0 Kudos
Message 2 of 3
(3,119 Views)

Hello,

 

This is my observation, If you include a step before the "MainSequence Callback" step in the Sequence Model.seq processmodel, it won't display the steps results in the Report File, but if you  include the step after the "MainSequence Callback" it will show up in the Report.

 

The reason is (for non OTF) the processmodel will call the Test Report Callback for processing the result, if you see the arguments it will be "Locals.ResultList[0]", which is nothing but your result Container of "MainSequence Callback". If you include a step before this callback, the 0th index will not be from the "MainSequence Callback" so it will not show up in the Report. Do u want to show the Result of the Step included in the Process Model ? (I hope it is not necessary). You can uncheck the Record Result in the Run Options of the Step property for the steps included in the PM

 

AshwiN,

0 Kudos
Message 3 of 3
(3,113 Views)