NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Deleting unused sequences in a report generator plugin

Solved!
Go to solution

I'm using an unmodified version of ModelSupport.seq that came with TS 2013, and have created a result processing plug-in using the Configure > Result Processing > Advanced... > Create New Process Model Plug-in... method.  This creates a sequence file with many sequences in it, which are empty, not called, nor are they callbacks.  

 

As these sequences aren't being used, is there any harm in just deleting them to clean up the sequence file?  

 

My understanding of how ModelSupport.seq works is that it goes through the enabled result processing plug-ins, parses all the sequences that are "Model Plugin - ...", and then at the appropriate steps in the process model, uses a ForEach loop to execute each sequence.  So if a plug-in doesn't have (for example) Model Plugin - UUT Start, then ModelSupport will just not execute anything when ModelPlugins - UUT Start is called.  

 

Thanks in advance,

Seth

0 Kudos
Message 1 of 2
(4,181 Views)
Solution
Accepted by topic author Seth_K

Yes, you can delete the ones you don't need.

0 Kudos
Message 2 of 2
(4,180 Views)