NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to eliminate an instance of "entering a sequence call" from the teststand report

Solved!
Go to solution

I am using TestStand 4.2 and I am using a long sequence with several sub-sequences.  In these subsequences I am getting test results that I would like to place in the TestStand report.  Currently, in order to do this I have to check the "Record Result" option in the "Run Options" of the sequence call properties which displays an "Entering sequence call" mark on the report.  Is there any way that I can get rid of this marker and still record information from the sub sequence?

0 Kudos
Message 1 of 14
(3,733 Views)

Results are stored in the resultlist then the resultlist is parsed as a string in the process model, you can delete the subsequenceCall from that string, you just have to add a step before logging the results to file in the associated process model callback (use the search and replace function available in a statement step type).

Rodéric L
Certified LabVIEW Architect
0 Kudos
Message 2 of 14
(3,731 Views)

Can you explain a little more?

0 Kudos
Message 3 of 14
(3,728 Views)

Is this in the SequentialModel process model?

0 Kudos
Message 4 of 14
(3,712 Views)

Yes, I was indeed refering to the Sequential Process Model

Rodéric L
Certified LabVIEW Architect
0 Kudos
Message 5 of 14
(3,711 Views)

I am in the process model currently, but I am not able to find the point which you are referring to.

0 Kudos
Message 6 of 14
(3,709 Views)

The processModel calls subsequences you have to look into it

Rodéric L
Certified LabVIEW Architect
0 Kudos
Message 7 of 14
(3,707 Views)

But which callback goes to callbacks of "sequence calls"?

0 Kudos
Message 8 of 14
(3,703 Views)

Hello,

 

You should have a look a these documents:

 

http://digital.ni.com/manuals.nsf/websearch/2B14FB1CD4FF25CA862577AE00554FC7

 

http://zone.ni.com/devzone/cda/tut/p/id/7958

 

Regards,

Rodéric L
Certified LabVIEW Architect
0 Kudos
Message 9 of 14
(3,701 Views)

I believe I understand better now.  I should go to the "edit->sequence file callbacks".  I am confused as to which callback to effect.

0 Kudos
Message 10 of 14
(3,696 Views)