NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Teststand: How to call specific steps from another sequence within a sequence.

Hi guys,

 

How to call specific steps from another sequence within a sequence?

Below is the example of the scenario.

 

Sequences:

MainSequence

Sequence1

Sequence2

_______________________________________________________________

Main Flow:

1. Run Sequence 1 -> This sequence was programmed by other designer.

Main

Step 1

Step 2

Step 3

Step 4

Step 5

.

.

.

Step 10

 

2. Run Sequence 2 -> This sequence will need to call Sequence 1 but only Step 1 to Step 5.

 

I do not want to modify Sequence 1 that was originally done by other designer.

0 Kudos
Message 1 of 2
(773 Views)

I am not aware of a build-in method to do so: a sequence file exposes sequences which can be called, yet steps are not exposed by a sequence.

If you want to do as described you will have to modify the existing sequence.

0 Kudos
Message 2 of 2
(731 Views)