VeriStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Using several channels in RT Sequence

Solved!
Go to solution

As a follow up to this post, and based on a simple RT sequence that monitors a single channel, I want now to monitor several channels with specific time and level parameters. So the logical step from this was to pass an array of channels to monitor into the Create Sequence Parameter Assignment (Channel).vi  and use arrays to manage all the time and level parameters.

sequence.PNG

 

 

However it looks like the RT sequence cannot handle this type of object... so how can I do to expand this functionality to multiple channels... Maybe it is the wrong avenue to use rt sequences... ? 

 

L.

0 Kudos
Message 1 of 3
(5,944 Views)
Solution
Accepted by topic author LDBM

...alright, one approach I am investigating is to create several sequence calls on a given sequence, each with different parameters settings, then starting them all in parallel. It seems to work at the moment. 

 

Simple polling as opposed to events is used (for now) to detect when each called sequence stops and returns its result.

 

Laurent

Message 2 of 3
(5,929 Views)

That would also be what I'd recommend.

Jarrod S.
National Instruments
0 Kudos
Message 3 of 3
(5,919 Views)