01-18-2009 11:54 PM
I'm attempting to create a median filter in signal express by calling a vi.
The problem I'm having is that my data is acquired as a group of channels which I would like to then pass into my vi call step, however there appears to be no way to pass the group of channels, it appears that you can only access one channel from the group. I've tried putting a control on my vi that is an array of waveforms but Signal Express doesn't see it as a valid input.
Cheers
Kurt
01-19-2009 02:36 PM
01-20-2009 04:30 AM
I stumbled over the same problem some days ago.
Somebody form NI told me that SignalExpress does not (yet) support arrays of waveforms as input or output of user steps.
Dougs solution sounds feasible. But as far as I understand his idea, one will have to know in advance how many channels will be used, for putting an input for each on the "collector" VI.
Cheers
Gerd