02-22-2012 05:10 PM
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.
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.
Solved! Go to Solution.
02-23-2012 11:55 AM - edited 02-23-2012 11:56 AM
...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
02-23-2012 04:11 PM
That would also be what I'd recommend.