01-23-2012 11:42 AM
I have my sequence call configured to run as a new execution, but my sequence call does not create a separate report. Any suggestion will be appreciated.
Please see my “test” sequence (attached). I’m using TestStand 3.1.
Thank you,
Henry
Solved! Go to Solution.
01-24-2012
01:24 PM
- last edited on
06-27-2026
05:46 PM
by
Content Cleaner
Hi HenryG,
It looks like you are on the right track, but I was able to find a great example which will generate a report for each new execution subsequence call here: https://forums.ni.com/t5/Example-Code/TestStand-Generate-a-report-for-each-SubSequence/ta-p/3502029 that you should be able to go off of. Make sure you include the sequence parameter in the call subsequence Step Settings Module tab as he has done in the example by checking Use Prototype of Sequence. This is where you specify which subsequence the new execution thread will run. Using the Wait Before Executing Next Step option he describes should only be necessary if your Subsequence calls must be run sequentially from your MainSequence.
01-25-2012 11:43 AM
Thank you very much for your help.
Henry
03-08-2013 04:27 PM
How do I pass one parameter from my main sequence to my call sequences running in a New Executions?
Thank you,
Henry
03-11-2013
11:17 AM
- last edited on
06-27-2026
05:46 PM
by
Content Cleaner
Hi Henry,
The best way to do this is to create a dummy sequence with the sequence prototype you need and then specify the parameters in the module options.
03-11-2013
12:11 PM
- last edited on
06-27-2026
05:47 PM
by
Content Cleaner
Hi Justin,
Attachments: [broken links removed]
Method1.seq
Method2.seq
from the link provided cannot be downloaded – could you pleased attache them to your reply?
Thank you,
Henry
03-11-2013 12:19 PM
Hi Henry,
Strange, I'm having no trouble downloading them. It may be a problem with your network blocking the address. I have attached the files thought.