02-08-2006 02:52 PM
02-09-2006 11:06 AM - edited 02-09-2006 11:06 AM
Hi Mike-
You can add global virtual channels to a programmatically-created task by using the DAQmx Create Task VI. This allows you to create a task with existing global virtual channels and then add virtual channels at run-time in the usual manner. Here's an example that shows a global channel (created for Dev5/ai0) and a virtual channel within the same task:
Message Edited by Tom W [DE] on 02-09-2006 11:06 AM
02-09-2006 03:00 PM