LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

TC-2190 what can it be used with?

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.

-GDE

0 Kudos
Message 11 of 13
(776 Views)
So you are saying that i can use Daq MX calls and Traditional ni DAQ in one VI? AKA aqure dat from both cards and write them to one file?
0 Kudos
Message 12 of 13
(773 Views)

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

0 Kudos
Message 13 of 13
(762 Views)