Hello ECS,
If you go to the following palette in LabVIEW, you can use the DAQmx Task Property Node to get an array of the channels that are part of the task.
NI Measurements >> DAQmx - Data Acquisition >> DAQmx Advanced >> DAQmx Constants and Property Nodes >> DAQmx Task Property Node
Select the Channels property and you will get an array of all the channels that are in the task. This means that you now have each channel associated with an index for an array. This should give you just enough to be able programmatically select rows of data from DAQmx Read based on the channel name.
I hope this helps!
Take care,
E.Lee
Eric
DE For Life!