11-20-2007 12:51 PM
11-20-2007 01:12 PM
Even though I'm not NI Technical Support, if I understand you correctly, all you need to use is the DAQmx Unflatten Channel String.
If there is something specific that you don't like (or understand) about the way to specify channels and devices, you might want to provide some details and if there is a change you would like, the best place for suggestions is the Product Suggestion Center
11-21-2007 01:23 PM
Dear Dennis,
Thank you for your input. Could you please tell me where do I find that function (how to get there)? I looked around and could not find it. Maybe it is due to oldish LabView - verison 7.1.
Regards
Albert
11-21-2007 01:29 PM
All you have to do is use the search button on the Function palette. It's a powerful tool when you can't remember the exact palette but know some or all of the name. The search will find it on the DAQmx>DAQmx Advanced>DAQmx Utilities palette.
11-21-2007 01:32 PM - edited 11-21-2007 01:33 PM
HI Albert,
The DAQmx Unflatten Channel String, will take your string and convert it into an array with each element representing a channel. If you wish to have this array populated programmatically you can use something similar to the following VI which will populate an array with all of the channels, which you can use the elements that you wish.