NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Recursive sequence call

I want to call the sequence which I am running in the same sequence recursively, along with sending some variable values to the sequence which I want to use after the sequence call. I found a way of doing it by calling the same sequence and by using "Parameters" I can pass the new values to the same sequence. But I want to know is there any other way of performing this recursive action for a sequence?

0 Kudos
Message 1 of 3
(3,730 Views)

Try this -

For the variables which you want to pass to sub-sequence enable the flag 'Propogate to Subsequence'

0 Kudos
Message 2 of 3
(3,715 Views)
Those variables are going to be created dynamically.
0 Kudos
Message 3 of 3
(3,690 Views)