07-19-2008 06:35 PM
07-21-2008 09:41 PM
Hi Tom,
If you would like to see your individual channels from your LabVIEW step, you need to configure the VI's connector pane this way. Currently, you have kept the waveforms from each measurement type grouped together in a 1D array of waveforms. You need to seperate each channel, and output the individual channels to the VIs connector pane. I've attached a couple pictures which show 6 channels being output from the VI. As you can see, I have configured the connector pane to output each channel.
07-22-2008 07:26 AM
RT4CY,
The problem that I have with your example is that the number of channels passed between the VI and SE is limited to the number of connectors in the VI; we will be using about 16ch of AI to begin with and will expand from there. Some of these (inputs) are already in the User Defined Step Template which depleats the number even more. SE appears to be able to handle an array of waveforms, but I am losing the channel name somewhere. Another issue is that your method doesn't really accomodate addition and subtraction of channels without a custom VI for each SE project. I would like this to be as programatic as possible.
I was playing around last night with SE (aquiring 16ch of TC) and they all came in (from the Daqmx aquire step) as a single array waveform, as soon as I ran them through a Time Averaging step I regained my channel names.
tom