NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Send Data From SequenceFilePreStep To Main Sequence

I have my main sequence and then have a sequence file callback within that sequence which is SequenceFilePreStep.  Before every main sequence step, I collect data in the SequenceFilePreStep and want to send it to my main sequence file for use.  How can I do that?

 

Thanks!

0 Kudos
Message 1 of 2
(1,810 Views)

In the attached sequence, in SequenceFilePreStep, I check the calling sequence with "RunState.Caller.Sequence.Name".  If that is "MainSequence", an extra dialog box pops up, though in your case, you would add steps for your data collection; maybe put it in a FileGlobal for use by other steps.  Let me know if this is what you're looking for.

 

Pulido Technologies LLC

 

 

0 Kudos
Message 2 of 2
(1,797 Views)