07-28-2010 05:11 AM
Hi
I would like to know is it possible to have 2 seperate control instead of sepearting them by ,
As u can see in the second picture I can just have one data source so I would like to know is it possible to connect the other physical channel control instead of have one and seperatingt them by ,
07-28-2010 05:57 AM
hi en99,
Suppose if you specify two channel names as two elements in an array,you can use daqmx utilities like flatten to string,so that they can merged into single string with comma in between the elements.Vice versa also true using unflatten from string..Please check those two vis present in measurement I/O>>Advanced>>daqmx utlities.
Thanks and regards,
srikrishnaNF
07-28-2010 06:43 AM
There are 2 solutions. My favourite one is the first suggestion and the usual way to creat a task which contains tow or more channels.