Try this:
Go to block diagram >>
Functions palette >>
Calibrations & Configuration >> (lower left corner "says misc")
DAQ Channel Utilities >> (upper right most sub palatte)
There are 3 VIs named:
Get DAQ channel names.vi
Get Channel information.vi
Get Scale information.vi
Using the Get DAQ channel names.vi and the Get Channel information.vi
you can get the Virtual Channel information that you want from MAX.
You can then format these arrays into columns for your txt file.
Ariel wrote:
> I'm reading in a bunch of channels into an array, when done aquiring
> data, i write the array to a txt deliminated file. I want to include
> in this file the names and descriptions of the channels read.
> Additionally, i'd like to see the names/descriptions at runtime in
> la
bview. possible?