12-11-2006 05:14 AM
12-11-2006 08:47 AM
Leonardo,
Attached is a simple method to do what u need. For a better user interface, try making the same thing using an event structure.
Chris Co
12-11-2006 09:43 AM
I forgot ...my Labview version is 7.1.
Thx
12-11-2006 11:43 AM
12-11-2006 12:12 PM
Chris,
Now you will understand what I want. I didn't expressed well. Look for attached VI
12-11-2006 12:45 PM
If you build the vi the way the attached document in prev post, it does exactly that. The only difference is that you want a string array out. Do you really need/want a string array. If you need it to be a string, then just type cast the physical channel to a string before building array.
Chris Co
12-11-2006 01:48 PM - edited 12-11-2006 01:48 PM
You can just use DAQmx Unflatten Channel String. In my version of LabVIEW, its on the DAQmx Advanced>DAQmx Utilities palette.
Message Edited by Dennis Knutson on 12-11-2006 12:49 PM
12-11-2006 02:09 PM
12-11-2006 02:18 PM
12-11-2006 04:00 PM
I did not know that feature worked when you wanted more than one channel. In the past I had to type them in.
Chris Co.