09-18-2010 01:08 AM
Hi
iam using PCI 6221 Daq.
i want to run 2 channels in different modes simultaneously
Differential mode.
2.RSE mode
i know that for a 1 daqcard we can run start task only once.
In my project i have to use analog and digital channels.
Give me example to how to run both analog and digital channels.
Regards
hari
09-18-2010 10:29 AM - edited 09-18-2010 10:30 AM
You simply use a separate DAQmx Create Channel function for each configuration. Wire the task out from the first to the task in of the second.
You can wire your analog in and digital in parallel. What have you tried? Post what you are having trouble with.