11-02-2009 02:52 PM
So I have a cDAQ 1972 with 8 different modules, and I need to recored about 100 channels that I created--this VI is pretty simple, it will serve as subVI for two main VIs; so it just need to show the data in numeric indicators or something.
The problem: Which is the quickest way to sort the data? hopefully by channel name.
So far the only that I can do is use the DAQassist and add the channels in ther other that I want and then use signal spliter and wire each one of them.
11-02-2009 09:57 PM
11-02-2009 11:26 PM
Hi Would you like to sort the channels at the time of acquisition or at the time of recording.
Regards
Visuman
11-03-2009 11:08 AM
11-03-2009 11:20 AM
Let me explain ab bit better:
On the block diagram:
I have one DAQassist that is acquiring about 100 signals. I wire the DAQassist to a signal splitter with 100 splits and then I create 100 numeric indicator for each channel.
When I do this, the big problem is that I don't know which channel is which; the numeric indicator doesn't show the name of the channel.
I am looking fior a way to sort the channel whitin the block diagram so I know which channel is which.
I hope that this help, I will post a picture of what I have done so far...
11-03-2009 11:32 AM
I can't speak for the DAQ Assistant or the signal splitter thing, but when I use DAQmx and have a lot of channels to display, I wire the Task to a Task Property Node which is set to the Channels property. This gives me a neat list (array) of all my channels. I line up my indicators next to this list.
11-03-2009 12:07 PM
This is the mess that I came up with:
Ass you can see there should be a better way do do this. I guess that I will try what you just said, although I am not really good using tasks.
This is the DAQassist :
11-03-2009 12:41 PM