Hello ,
I created an application based from this example program, MultiFunctionSyncAIAO_DigStart (from VCNet).
I added another input and output channels, which later on I plan to add trigger features between
the two signals ( could be both inputs, both outputs or a combination of I/O). For now,
I am concentrating in the creation/ manipulation of multiple signals.
I desperately created multiple channels by converting the variables in array. Obviously, this
is not a smart move. Then, I saw this function DAQmxAddGlobalChansToTask which creates multiple channels.
Are there any methods to create multiple channels? Will the rest of the commands/ function/ classes used in the program be affected?
Please send me a snippet of the function usage for further understanding.
Thank you. 
A