NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

loading a new MainSequence in ProcessSetup callback ...

TS version 3.5
 
Can someone provide a LabView or TestStand example of loading a new MainSequence?
 
I don't want to change the process model to do this. I would like to change it in the ProcessSetup callback.
 
I am having trouble understanding the steps required in the  TestStand API.
0 Kudos
Message 1 of 2
(2,516 Views)

Hi,

There is an example in the examples folder ExecutingSequencesInParallel that should help you.

The first sequence call has been setup to run in a new execution.

All you would have to do is include the ProcessSetup Callback Sequence in your sequencefile and perform your new sequence call from there.

Regards

Ray Farmer

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