11-15-2006 03:13 AM
11-15-2006 04:43 AM - edited 11-15-2006 04:43 AM
You sure can!
Since you have done it with a 6009, I do not think you need a demo on how to do it. ![]()
Any further doubts, do ask
Message Edited by devchander on 11-15-2006 04:44 AM
Message Edited by devchander on 11-15-2006 04:44 AM
11-15-2006 11:33 AM
Hi Daniel-
To add to Dev's post- the method for creating channels with different terminal configurations in a single task is the same. You only need to call the appropriate DAQmxCreateVirtualChannel function multiple times with the appropriate terminal configurations indicated for your task.
One thing to note as you move to the new USB M Series device family- on the USB-600X devices the differential channels are mapped by default to ai[n] and ai[n+4], but for the USB-625X series (and most other MIO DAQ devices) this mapping is ai[n] and ai[n+8]. Otherwise, the programming methods are identical.
Hopefully this helps-
11-15-2006 03:59 PM
Thank you both for reassuring me that this is possible.
Daniel