LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can we do handshake between MUX and DSA Card

Hello,

 

I am using DSA Card PXI-4464 for my AI and have a PXI Mux Card 2575. So my question is can we do handshaking between the MUX card and the DSA Card, like the example provided which will do handshaking between DMM and the MUX card?

 

Thanks!

Rajesh Raghavan Nair

Certified LabVIEW Architect
Certified Teststand Architect
0 Kudos
Message 1 of 3
(2,137 Views)

Hi Rajesh,

 

The example in LabVIEW is specifically for the DMM and Switch card it won't work for the DSA module. However, you could use the DAQmx blocks with a DSA card to produce a piece of code that works in a similar manner. The most important piece to consider is you will need to have a Retriggerable DAQmx task, which you can see how to do in this tutorial.

 

Best Regards,

Casey G.
Message 2 of 3
(2,095 Views)

Okay Thanks Casey. Let me try that.

Rajesh Raghavan Nair

Certified LabVIEW Architect
Certified Teststand Architect
0 Kudos
Message 3 of 3
(2,085 Views)