05-18-2006 03:18 PM
Vr6,
The 435x can only be programmed with Traditional DAQ. Here is a good resource to find which boards use which drivers. So you will not be able to use DAQmx to program the 435x. Though you can have DAQmx and Traditional DAQ calls in the same program, as long as they are not trying to access the same device. So you can still have one program with DAQmx calls for you M Series card, and Traditional DAQ calls for your 435x (with TC-2190) device.-GDE05-18-2006 03:56 PM
05-19-2006 01:51 PM
Vr6,
Yes that is what I am saying, as long as both drivers don’t try to access the same resources, i.e. the same board. So for your application, use DAQmx calls to talk to your M Series Board only. And use Traditional DAQ to talk to your 435x device only. -GDE