01-11-2012 01:50 PM
Good afternoon,
I am trying to figure out how to programatically change the port and line setting depending on a predefined array.
01-12-2012 10:34 AM
The lines/physical channels input will accept a string. You'll get a coercion dot but it works just fine.
01-13-2012 11:44 AM
You could use a multiple case, case structure with different versions of that DAQmx Create Virtual Channel.
Depending on how many configurations you need, make that many cases and let it determine which virtual channel, with different port and lines, is used.