NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

sequence names

Hi,

 

I have a main sequence that calls a bunch of other sequences. Is there anyway to find out the names of all these other sequences that the main is calling??

 

Thanks,

 

Rohit

0 Kudos
Message 1 of 3
(4,112 Views)

What i mean is a way to call these sequences dynamically instead of hard coding their names. 

 

Thanks in advance!!

0 Kudos
Message 2 of 3
(4,111 Views)

I'm a little confused because it sounds like you are asking for two different things in your two different posts. Do you want to know how to call sequence where the name of the sequence isn't known until runtime? If so, the easiest way to do that is specify a sequence call "by expression" by using the the corresponding checkbox for that setting. Or do you want a way to determine which sequences a sequence is going to call? If so, what does that have to do with calling sequences dynamically rather than hard coding names? If sequences are specified by expression, it might not really be possible to determine what sequences are going to be called in advance because it might depend on what happens when the sequence runs.

 

-Doug

0 Kudos
Message 3 of 3
(4,075 Views)