11-11-2005 09:03 AM
11-11-2005 09:22 AM
11-11-2005 09:52 AM
Can I use the Daq assistant if I am creating the VI on a computer with a 16 channel AI DAQ card and making an application out of the VI to use on a computer with a 32 channel DAQ card?
Thanks for your time
11-11-2005 10:03 AM
11-11-2005 10:45 AM
Jimmy,
I don't think it will work since the task you created through DAQ assistant is hardware specific. You can try the simultation device function of DAQmx to simulate the hardware (32 channel DAQ) and build the task on the simulated hardware. You should be able to run the code on the other computer.
11-11-2005 11:36 AM
11-11-2005 11:40 AM
11-11-2005 04:58 PM
Hello Jimmy,
You can see this example if you would like to see an example of post-parsing your data from multiple channels so that you get different scan rates. You are still acquiring the data all at the same rate, but then parsing out what you do not need.
Thanks,
Laura