LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQmx with different microphone sensitivity

First day using Labview, 

 

DAQmx only allow to key in one microphone sensitivity but I have two microphone with different sensitivity for simultaneous measurement. So how can I create another channel for two microphone?

0 Kudos
Message 1 of 4
(1,884 Views)

Put two of those DAQmx create channels one right after the other.  First one with first physical channel and its sensitivity, second with the second physical channel and its sensitivity.  The task wire that comes out of the first one will enter the second one.  DAQmx allows you to build up tasks this way.

 

Use block diagram cleanup.  I think some of the constants you have wired aren't entering the subVI's at the correct places.

Message 2 of 4
(1,870 Views)

Hi, if I configured in this way, will the signal measurement from these two microphone get mixed up?

Thank you for your advise on cleanup.

0 Kudos
Message 3 of 4
(1,853 Views)

Hi CChua,

 


@CCHUA1994 wrote:

if I configured in this way, will the signal measurement from these two microphone get mixed up?


No. Why should DAQmx mix them up?

 

Btw. when you configure two or more channels in your DAQmx task then you should set DAQmxRead to read "NChan…" instead of just "1Chan…"!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 4 of 4
(1,846 Views)